@font-face {
		font-family: StandfordBook;
		src: url(fonts\SANFW___.TTF);
		font-weight: bold;
	}	
	
	.menu-overlay {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		border-radius: 0px;
		//Cross-browser opacity below
		-moz-opacity:.80;
		filter:alpha(opacity=80);
		opacity:.80;
		z-index: 1000;
	}
	#menu {
		box-shadow: 5px 5px 5px #AAAAAA;
	}
	.underlay {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;		
		z-index: 1;
	}

	body {
		/*font-size: 42.5%*/
		font-family: arial, sans-serif;
	}
	.jumbotron {
		background-color: #FFFFFF;
		margin-left: 2em;
		margin-right: 2em;		
	}

	.slide {		
		height:500px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
		

	.carousel-caption p {
		font-size: 1.8em;
	}

	.carousel-caption h1 {
		font-size: 4.8em;
		font-family: 'StandfordBook';
		padding-bottom: .1em;
	}

	.title-quote {
		font-size: 2.4em!important;
		font-family: 'StandfordBook';		
	}
	
	.quote {
		color: #555;
		font-size: 1em!important;
	}
	
	.quote-bold {
		color: #333;
		font-size: 1em!important;
		text-bold: bold;
	}
	
	.navbar-inverse {
		background-color: #197994;
		border-color: #197994;
		border-radius: 0px;
		padding-top: 1em;
		color: #DDD;
	}
	
	.navbar-default {
		
		border-radius: 0px;
	}
	/*
	.btn-primary {
		background-color: #197994;
		border-color: #197994;
		border-radius: 10px;
		width: 250px;
		margin-top: -100px;		
		margin-left: 175px;		
	}*/
	
	.media-object {
		max-width: 250px;
		height: auto;
	}
	
	@media (max-width: 640px) { 
	  #container {
		  padding-left: -20px;
	  }
      h1 {
		  font-size: 1.6em;
		  margin-bottom: -20px;
	  }	
	  h4.media-heading {
		  font-size: 1.1em;
	  }
	  .media .media-body{
		   display: block;
			width:98%;
			text-align: justify;			
      }	  
	  
    }