*{ margin: 0 auto;}

html, body {
        height:100%;
     }
body {
	background:white; 
	margin: 0 auto; 
	font-family:georgia, times,serif; 
        height:100%;
	}

#header {
	position:fixed;
	top:0px;
	left:0px;
	background: white; 
	height:100px; 
	width:100%;
        margin:auto;
	//-moz-box-shadow: 0px 3px 3px 0px #5a5a5a;
	//-webkit-box-shadow: 0px 3px 3px 0px #5a5a5a;
	//box-shadow: 0px 3px 3px 0px #5a5a5a;
	
	}

#nav {
	margin-left:10%;
	margin-top:20px;
	word-spacing:30px;
	
	
		
}
.nav-class {
	//margin-left: 45%;
	margin-top:  25px;
	float:right;
        margin-right:100px;
	}
.color_bar {
	width: 100%;
	height: 1px;
	background: #A42828;
	position: fixed;
	z-index: 900;
	
}

.headerbox {
    //width: 100px;
    font-family:Open Sans;
    height: 20px;
    padding:5px;
    //margin: 0 auto;
    background:white;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
   
}
.headerbox:hover {
    background-color: #FFD74A;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.headerbox:hover a {
    color: blue;
}

a {
    text-align: center;
    //display:block;
    //margin:0 auto;
   /*  margin-top: -35px; */
    letter-spacing: 1px;
    font-size: 14px;
    color:white;
}
#page-wrap{
	
}
	
#page1 {
	margin-top: 120px;
	//height:700px;
	width:100%;
	//background:#afc9ff;
	
	}
	
#page2 {
	//height:500px;
        margin-top: 120px;
	width:100%;
	//background:#777cdc;
	
	}
	
#page3 {
	
        //height:1100px;
	width:100%;
	//background:#9b70c0;
	
	}
#page4 {
        
	margin-top: 100px;
  	//height:500px;
	width:100%;
	background: url('copy.jpg');
		//background:#9b70c0;
		
	}
	
	
.page-padding {height:0px; width:100%;background-color:white;}
.page-padding3 {height:100px; width:100%;background-color:white;}

a { color:blue; text-decoration:none; }
	
a:hover {color: green;}

.image {
    width: 100%;
    height: 100%;    
}

.image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.image:hover img {
    -webkit-transform:scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:scale(1.20); /* Opera */
     transform:scale(1.20);
}

.parallax-section-1 {
height: 900px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('front.jpg');
    background-size: 100%;
    
}
.parallax-section-2 {
height: 900px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('photo.jpg');
    background-size: 100%;
    
}
.parallax-section-3 {
height: 900px;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('buildings.jpg');
    background-size: 100%;
}
/* Desktop Parallax Photo */
@media (min-width: 651px){
    .parallax-section-1 { background-image: url('front1.jpg'); }
    .parallax-section-2 { background-image: url('photo1.jpg'); }
    .parallax-section-3 { background-image: url('buildings1.jpg'); }
}
/* Mobile Parallax Photo */
@media (max-width: 650px) {
    .parallax-section-1 { background-image: url('front-mob.jpg'); height: 300px; }
    .parallax-section-2 { background-image: url('photo-mob.jpg'); height: 300px; }
    .parallax-section-3 { background-image: url('buildings-mob.jpg'); height: 300px; }
}

.back {
    background-color:black;
    //opacity:0.6; /* transparency */  
    //filter:alpha(opacity=60);
   }
.back-text {
    font-family:Open Sans;font-size:30px;font-weight:bold; color:#F2F2F2;float:left;margin-top:100px; margin-left:100px;                   background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.4);
   }
.back-text-sub {
font-family:Open Sans;font-size:20px;color:#F2F2F2;float:left;margin-top:-50px; margin-left:100px;line-height:22px;text-align:justify; width:30%;background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.4);;
}


