﻿/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

body {
  font: 400 16px/1.6 Lato, sans-serif;
  color: #777;
  word-spacing: 2px;
}

.bgContrast {
  background-color:#E9E9E9;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}

.pad-section img {
  width: 100%;
}

.padTop {
  padding-top:65px;
}

h1,h2,h3,h4 {
  font-family: 'Raleway', sans-serif;
  color:#000;
  font-weight: 200;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 65px;
  text-shadow: 3px 3px 10px #fff;
  padding-bottom: 20px;
}

h2 {
  font-size: 30px;
  padding:20px 0 20px 0;
}

h3, h4 {
  margin: 10px 0 30px 0;
  letter-spacing: 2px;
  font-size: 20px;
  color: #111;
}

.boldHead {
  font-weight:500;
}

.smallHead {
    color: #989898;
    font-size: 18px;
    margin: 0;
    word-spacing: 2px;
    letter-spacing: 2px;
    line-height: 32px;
	padding-bottom: 20px;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-family: 'Raleway', sans-serif;
  color:#000;
  font-size: 70px;
  font-weight: 200;
  margin: 0;
  padding: 0;
}

 /********* Home ***********/
 
#home {
  background: url(../images/Kent-Jacobs.jpg) no-repeat center center fixed; 
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


 /********* Navbar ***********/

/* Add a dark background color with a little bit of see-through */  
.navbar {
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
  background-color:fff;
  border-bottom:1px solid #ccc;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  opacity: 0.9;
  z-index: 9999;
  border-radius: 0;
  box-shadow: 0 3px 18px #999;
}

.navbar li a, .navbar .navbar-brand {
   color: #2d2d30 !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #3399CC !important;
  background-color: #fff !important;
}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}

/********* Photos ***********/

.gal {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}	

.gal img{
  width: 100%; padding: 7px 0;
}

@media (max-width: 500px) {
  .gal {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}

/********* Contact Form ***********/

.contact_input_area button {
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #ddd;
  border-radius: 6px;
  color: #888;
  display: block;
  font-weight: 600;
  height: 50px;
  line-height: 1;
  margin: 0 auto 30px;
  padding: 15px 24px;
  text-transform: capitalize;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: auto;
}
    
.contact_input_area button:hover {
  background-color: #FF9800;
  color: #fff;
  border: 2px solid #FF9800;
}
    
.success,
.error {
  padding: 1em;
   margin-bottom: 12px;
   margin-bottom: 12px;
   margin-bottom: 12px;
   margin-bottom: 12px;
   margin-bottom: 12px;
   margin-bottom: 0.75rem;
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
   border-radius: 4px;
}
    
.success {
  color: #fff;
  background-color: #2ecc71
}
    
.error {
  color: #fff;
  background-color: #c0392b;
}

label {
color:#000000;
font-weight:400;
      letter-spacing: 1px;
}

/********* Footer ***********/

/* Add a dark background and padding to the footer */
footer {
  background-color: #2d2d30;
  color: #f5f5f5;
  padding: 20px;
}

footer a {
  color: #f5f5f5;
}

footer a:hover {
  color: #777;
  text-decoration: none;
}

#toTop{
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
}
