
p {
	text-align:top;
	margin:0;
	align:left;
}
p.a{
	font-size: 2vw;
  font-family: "Roboto", sans-serif;
  color: #f0e310;
	text-shadow: 3px 3px 3px black;
  text-align: center;
}


html, body {
    margin: 0;
	align: left;
}
body {
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  color: #3d3536;
  background-color: white;
  align: left;
  
    @include for-phone-only {
    font-size: 1.0em;
  }
   
}

body, html {
  /* important */
  height: 100%;
}

a {
  color: #b4d7a8;
  text-decoration: none;
}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	z-index:10;
	
	
}

.dropdown {
    position: relative;
    display: inline-block;
	opacity:.8;
	z-index:10;
	
	
	
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:150;
	
	
	
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	z-index:150;
	
}

.dropdown-content a:hover {
	background-color: #f1f1f1
	z-index:150;
	}

.dropdown:hover .dropdown-content {
    display: block;
	http://pcrailtrail.com/
	z-index:150;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
	http://pcrailtrail.com/
	z-index:150;
}
.background_image {
	  position:absolute;
  
  min-height: 100%;
  min-width:100%;
  background-size: cover;
  background-repeat: no-repeat;
  
  
  margin:0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  
  background-image: url("/images/Running Spot.jpg");
  background-position: 50% 80%; /* first number is left to right, second is top to bottom */
}
#front-text{
	position:relative;
	width:35%;
	left:10%;
	
}
#About-text-box{
	
	top:60px;
	width:50%;
	left:5%;
	position:relative;
	background-color: #dbdbdb;
    box-shadow: 0px 0px 10px 20px #dbdbdb;
	opacity: 0.85;
	padding: 20px; 
	border-radius: 2px;
	
}
.logo_image{
	
	width:50%;

  }

