@font-face {
    font-family: 'keep_calmmedium';
    src: url('keepcalm-medium-webfont.eot');
    src: url('keepcalm-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('keepcalm-medium-webfont.woff2') format('woff2'),
         url('keepcalm-medium-webfont.woff') format('woff'),
         url('keepcalm-medium-webfont.ttf') format('truetype'),
         url('keepcalm-medium-webfont.svg#keep_calmmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {height: 100%;}
body {
	 /* Location of the image */
  background-image: url(../assets/img/TrailBG_SinglePage.jpg);  
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;  
  /* Background image doesn't tile */
  background-repeat: no-repeat;  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
	
	padding: 70px 30px 30px 30px;
}

a {
	border: none;
	color: #191970;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;  
}

.navbar {
margin-bottom: 70px;
border-bottom: 1px solid #7490aa;
}

.navbar-right {
	margin-right: 10px;
}

h1, h2, h3, h4 {
	font-family: 'keep_calmmedium';
	color: white;
}

.imgright {
	float: right; 
	margin: 0px 0px 15px 15px;
	border: 1px solid #7490aa;
}

.imgleft {
	float: left; 
	margin: 0px 0px 15px 15px;
	border: 1px solid #7490aa;
}

.imgpadded {
	padding: 10px;
}

.cme { margin-left: auto;margin-right:auto; }

.block-trans {
	background: #ffffff;
	opacity: .6;
	filter: alpha(opacity=60);
}

#footer {
  height: 60px;  
  border-width: 0px;
 
}