body {
	margin: 0;
  background-color: #EEEEEE;
  color: #999999;
  font-family:  sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	color: #555555;
	font-weight: 400;
  font-family: 'Economica', sans-serif;
}

a:focus { 
    outline: none; 
}

footer {
	background-color: #333333;
    padding: 10px;
    text-align: center;
    text-transform: none;
}



/******************************************
			 Navigation Modification
*******************************************/
.nav {
	margin-bottom: 0;
}

.navbar-left {
	background-color: #333334;
    border: medium none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.navbar-left ul li {
	position: relative;
}

.navbar-left ul li a:link,
.navbar-left ul li a:visited {
	color: #999999;
	font-size: 18px;
	padding: 15px;
}

.navbar-left ul li a:hover,
.navbar-left ul li a:focus {
	background: none;
}

.navbar-left ul li a.enabled {
	color: #FFFFFF;
}

.navbar-left .enabled .arrow {
	background-color: #333334;
    border: none;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -8px;
    bottom: 20px;
    transform:rotate(225deg);
    -ms-transform:rotate(225deg); /* IE 9 */
    -webkit-transform:rotate(225deg); /* Safari and Chrome */
}


/*********************************
	Some Bootstrap Override
*********************************/
.well {
    background-color: #DDDDDD;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    color: #666666;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 8px 20px;
}

.well h3 {
	margin: 0;
	color: #666666 !important;
}

hr {
	border: none;
  border-top: 3px solid #FFFFFF;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #DDDDDD;
    color: #333333;
    border: 1px solid #CCCCCC;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: 40px;
    line-height: 40px;
    margin-bottom: 27px;
}

.btn-theme {
	background: none repeat scroll 0 0 #666666;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    margin-bottom: 5px;
    outline: 0 none;
    overflow: visible;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.3s ease 0s;
}

.btn-theme:hover {
	color: #333333;
	background-color: #999999;
}

/**********************************
	 Scroll to Top link 
***********************************/
#scrollToTop {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #111111;
	color: #666666;
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: center;
	display: none;
	cursor: pointer;
	transition:all 0.3s;
	z-index: 10000;
}

#scrollToTop:hover {
	text-decoration: none;
	background-color: #000000;
	color: #999999;
}

/*******************************
	Scroll Down Arrow Attempt 
********************************/

.scroll-arrow {
	color:#fff;
	}

.scroll-arrow {
	color:#000;
	} 

.scroll-arrow { 	
	cursor:pointer;
	display:none;
	position:absolute;
	bottom:44px;
	left:50%;
	margin-left:-75px;
	width:150px;
	z-index:10;
	height:30px;
	text-align:center;
	padding:0;
	/* -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box; */
	}

.scroll-arrow:before { 	
	font-family:'squarespace-ui-font'; 
	font-style:normal;
	speak:none;
	font-weight:normal;
	-webkit-font-smoothing:antialiased;
	/* content:"\e02d"; */
	text-align:center;
	display:inline-block;
	vertical-align:middle;
	}

.scroll-arrow:before { 
	font-size:42px;
	width:32px;
	height:42px;
	line-height:42px;
	}

.scroll-arrow:before {
	text-align:center;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	cursor:pointer;
	}

.scroll-arrow span { 	
	display:none;
	font-family:"proxima-nova";
	letter-spacing:2px;
	font-size:14px;
	text-align:center;
	}

.scroll-arrow:hover span { 
	display:block;
	text-decoration: none;
	}

.scroll-arrow:hover:before {
	display:none;
	text-decoration: none;
	}

.scroll-arrow {
	display:block;
	text-decoration: none;
	}

/*******************************
	Social Media links 
********************************/
.social-btn {
	display: block;
  float: left;
  padding: 4px 5px;
}

/********************************
 Main Sections and Content Area
*********************************/
#home {
  background: #000000 url(../img/image07.jpg) center center/cover fixed ;
  background-position: top;
  opacity: .9;
  
}

#home h1 {
  background-color:#FFFFFF;
  color:#666666;
  display:inline-block;
  font-size:50px;
  font-weight:200;
  line-height:1.1em;
  margin:0;
  opacity:0.8;
  padding:20px;
  text-align:center;
  text-shadow:none;
  width:100%;
}

#home h2 {
  background-color:#FFFFFF;
  color:#666666;
  display:inline-block;
  font-size:40px;
  font-weight:200;
  line-height:1.1em;
  margin:0;
  opacity:0.8;
  padding:20px;
  text-align:center;
  text-shadow:none;
  width:100%;
}

.caption {
  -webkit-transition:all 500ms linear;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  margin: 0px !important;
  margin-right: 0px !important;
  opacity:0.9;
  padding:60px 0;
  transition:all 500ms linear; 
}

#page3,
#contact-me {
  background-color: #EEEEEE;
}

#page3 h1,
#contact-me h1 {
  /*color: #FFFFFF;*/
}

.window {
  height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* height: 300px;
  width: 100% */
  background-repeat; no-repeat; 
}

.medium {
	font-size: 1.5em;
}

#window1 {
  background: transparent url(../img/image05.jpg) center center/cover fixed;
  background-position: bottom;
}

#window2 {
  background: transparent url(../img/image09.jpg) center center/cover fixed;
  background-position: top;
}

#window3 {
  background: transparent url(../img/image06.jpg) center center/cover fixed;
  background-position: bottom;
}

#window9 {
  background: transparent url(../img/image09.jpg) center center/cover fixed;
  background-position: top;
}

.pricing h1 {
  font-size: 45px !important;
}

.pricing p {
  padding: 10px 0;
  border-bottom: 1px dotted #666666;
}

.page {
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5;
}

.page h1 {
	font-size: 80px;
  letter-spacing: 0.12em;
  line-height: 90px;
  margin: 25px 0;
}

.page h2 {
  margin: 25px 0;
  font-size: 29px;
  letter-spacing: 0.08em;
  line-height: 29px;
}

.page h3 {
	font-weight: 100;
	margin-bottom: 30px;
	color: #999999;
}

.page .content-byline {
  color:#999999;
  font-size:20px;
  font-weight:300;
  line-height:1.25;
  margin-bottom:40px;
}

.page img {
	margin: 5px auto;
	border-radius: 4px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.large {
	font-size: 26px;
}


/*********************************
		Responsive Hacks
*********************************/
@media (max-width: 1170px) {
 .navbar-left {
    bottom:auto;
    top:0;
    width: 100%;
    height: 32px;
  } 

  .navbar-left ul li a:link,
  .navbar-left ul li a:visited {
    font-size: 18px;
    padding: 5px 7px;
    float: left;
  }

  .navbar-left .enabled .arrow {
    display: none;
  }
  
  img {
  	max-width:20em;
  }
  
  .window {
    height: 200px;  
	}
  
  #window3 {
  background: transparent url(../img/image06.jpg) center center fixed;
  }
  #home h1 {
    font-size: 35px;
  }

  .pricing h1 {
    font-size: 20px !important;
  }

  .page h1 {
    font-size:30px;
    line-height: 1;
    margin: 20px 0;
  }

  .page h2 {
    font-size:18px;
    line-height: 1.2;
    margin: 10px 0;
  }

  .page h3 {
    line-height: 1;
    font-size:16px;
  }

  .page p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  img {
  	max-width:20em;
  }	

  .window {
    height: 100px;
    -webkit-background-size: 1650px 1100px;
  }
  #window1 {
  	background: #36829f center center fixed;
	}

  #window2 {
  background: #36829f center center fixed;
	}

  #window3 {
  background: #36829f  center center fixed;
	}
}

@media (max-width: 480px) {
	html, body {
		overflow-x:hidden;
	}

  #home h1 {
    font-size: 25px !important;    
  }

  #scrollToTop {
    top: 0;
    bottom: auto;
    right: 0;
  }
}


