*{
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
body{
	background-color: #174A9C;
	background: linear-gradient(#174A9C, #174A9C 0%, #356BC1 100%);  
    background: -moz-linear-gradient(#174A9C, #174A9C 0%, #356BC1 100%); 
}#contentContainer{
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
    padding: 15px;
    border-radius: 15px;
    font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
	margin-top: 10px;
	margin-bottom: 10px;
}nav{
  margin-top: 10px;
  background-color: #356BC1;
  background: linear-gradient(#356BC1, #356BC1 0%, #7D9ED2 100%);  
  background: -moz-linear-gradient(#356BC1, #356BC1 0%, #7D9ED2 100%); 
  box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
  border-radius: 15px;
  display: block;
  width: 700px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  padding: 5px;
  margin-bottom: 35px;
}nav a{
  text-decoration: none;
  color: white;
  margin:0 20px;
  font-size: 18px;
}nav a:hover{
    background: #6E6E6E;
    background: linear-gradient(#6E6E6E, #6E6E6E 0%, #6E6E6E 40%);
    background: -moz-linear-gradient(#6E6E6E, #6E6E6E 0%, #6E6E6E 40%);
}#contentWrapper{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}.mainContent{
	font-size: 16px;
	text-align: center;
	margin: 15px;
}#quote{
	font-size: 16px;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;
}#scottPhoto{
	border: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}.aerialPhoto{
	width: 700px;
	border-radius: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}#mainPhoto, #mainSub{
   display: block;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
}#lowerPics{
	display: table;
	margin-right: auto;
	margin-left: auto;
}.nested_pic{
	display:inline-block;
	
	text-align:center;
}.nested_pic img{
	display:block;
	max-height:240px;
}#sccMain{
	text-align: center;
}#contact{
	width:500px;
    margin-left: auto;
	margin-right: auto;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	padding:15px;
}#tractorPic{
	display:block;
	margin: auto;
	width:300px;
}#aerialCover{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:500px;
}#aerialHigh{
	display: block;
	margin-left: auto;
	margin-right: auto;	
	width:700px;
}#aerialSight{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}#boulders{
	font-size : 12pt;
	font-family : arial;
	font-weight : bold;
	font-style : italic;
	color : black;
	text-align: center;
	margin-top: 10px;
}#slideCommand{
	width: 225px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}button{
	padding: 0px 5px 0px 5px;
	border-radius: 4px;
}.newSection{
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}#header{
  margin-top: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 18pt;
  margin-bottom: 20px;
}#boulderCover{
	display: block;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}#sycamoreVid{
	margin-bottom: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	width:700px; 
	height:400px;
}#boulders-vid{
        width:100%;
        height:auto;
        display:block;
        margin:35px 0px 0px 0px; 
}#logo{
	width: 50%;
	display: block;
	margin:auto;
}#newHead{
	font-style: italic;
	font-weight: bold;
}.pics{
	display: block;
	margin:auto;
	margin-bottom: 20px;
}#bouldersHead{
  margin-top: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 18pt;
}
@media screen and (max-width: 900px) {
	#contentContainer{
		width:92vw;
	}#logo{
		width:75vw;
	}nav{
		width:85vw;
		line-height: 35px;
	}#quote{
		width:100%;
	}#contentWrapper{
		width:100%;
	}#mainPhoto{
		width:85%;
	}.aerialPhoto{
		width:90vw
	}#lowerpics{
		display:block;
		width:100%;
	}#lowerpics img{
		display:block;
		margin-left:auto;
		margin-right:auto;
		max-height:inherit;
		max-width:85%;
	}.nested_pic{
		display:block;
	}#sycamoreVid{
		width:100%;
		height:inherit;
	}#contact{
		width:100%;
		margin-bottom:25px;
		padding:0px;
	}nav a{
		margin:0 35px;
	}
	
}
