html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.clearfix:after {  /* fr Firefox, IE8, Opera, Safari, etc. */
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
* + html .clearfix { /* for IE7 */
    display: inline-block;
}
 
* html .clearfix { /* for IE6 */
	height: 1%;
}

body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, sans-serif;
	font-weight: 300;
	background: url(../images/white-wall.jpg) no-repeat fixed;
}

h1 {
	font-size: 350%;
	font-family: 'Fredericka the Great', cursive;
    font-weight: 100;
	text-shadow: 1px 1px 10px white;
	text-align: center;
}

.innerWrapper {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}

/*SHARED STYLES
----------------*/
nav, .about, footer {
	background: #FAFAFA;
	padding: 10px;
    
}



.about img {
	border-radius: 10%;
}

a {
	color: #FAFAFA;
	text-decoration: none;
	transition: color 0.3s linear;
}
a:hover {
	color:  #f7e8a5;
}

/*NAV
------*/
nav a.active {
	color:#f4cb13;
}

.logo {
	font-family: 'Fredericka the Great', cursive;
	font-size: 40px;
	text-decoration: none; /*removes underline*/
	display: inline-block;
	text-align: center;
	line-hight:35px;
	float:left;
}

nav {
 	text-decoration: none;
 	text-transform: uppercase;
 	text-align: right;
 	position: fixed;
    z-index: 99999;
 	font-size: 25px;
    color: white;
 	top: 0;
  	left: 0;
  	right: 0;
    background-color: black;
}
.navLink{
	padding:0px 10px;
	line-height: 40px;
}

/* HEADER
----------*/
header {
	background: url(../images/ward_bg2.jpg) no-repeat fixed; 
	text-align: left;
	padding: 45px 0px 75px 0px;
	color:black;
}
header h1{
	font-size: 100px;
    text-align: center;
}

#intro {
    background-color: rgba(255, 255, 255, 0.70);
    border: solid;
    font-size: 120%;
    padding: 10px;
    border-color: rgba(255, 255, 255, 0.05); 
}
#intro h3 {
    text-align: center;
    border-color: white;
    border-radius: 15px;
    background-color: #808080;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*NAV RESIZE
-------------*/
@media (max-width: 800px) {
  .navLink {
    	font-size: 20px
  }
}

@media (max-width: 650px) {
  .navLink {
    	font-size: 14px
  }
}

@media (max-width: 500px) {
  .navLink {
    	line-height: 0px;
  }
}

/* Map
----------*/
.map img {
	float: left;
	margin-right: 20px;
}

.map p {
	  padding: 50px;
}
.map h1 {
    padding-top: 60px;
}

/*Google Maps
    ----------*/
    
.google-maps {
    position:  relative; 
    padding-bottom: 75%; 
    height: 0; 
    overflow: hidden; 
}
.google-maps iframe {
    position: absolute; top:  0; left: 0; width: 100% !important; height: 100% !important;
}

/*Projects
-----------*/
.Projects img {
	display: block;
	margin: 0 auto;
}

.Projects h1 {
	font-size: 60px;
    padding-top: 60px;
}

h2 {
	padding-top: 0px;
}

/*Footer
    ----------------*/
.About a:link{
  color: purple;
  text-decoration: underline;
}

/*Before and After Slider
    ------------------------*/
@import "compass/css3";

.before_after_slider {
  position:  relative;
  z-index: 0;
  margin: 60px;
  width: 640px;
  height: 400px;
  & > * {
    
  }
}

.black_white {
  overflow: hidden;
  position: absolute;
    z-index: 1;
    top: 0px
  
}


