
/*
Site Name: BT General Contractors, Inc,
Site Designed by: http://HudsonValleyWebDesign.net
Description: Responsive One Page Scrolling Site built with Bootstrap, Animate.css, WoW.js
Author: Jay Deutsch @jaycbrf4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/******************************************************************
   |  |  |                  SITE COLORS                  |  |  |
*******************************************************************

Base Gray    #6a6a6a     106,106,106

Gray  -     #a7a8ac         167,168,172

LT Gray     #eee             238,238,238

GREEN   #009900         0,153,0

BLUE      #1d61a8         29,97,168   



.primary:  #337ab7;
.success: #5cb85c;
.info:    #5bc0de;
.warning: #f0ad4e;
.danger:  #d9534f;

*******************************************************************/


/*  GOOGLE FONTS */

@import url(https://fonts.googleapis.com/css?family=Bevan|Raleway:400,700,900);



/****************************************************************************************/

/************************************************************************************
BASE STYLES
*************************************************************************************/
*, *:active, *:focus, *:visited {
    outline: 0;
    outline:none;
    -moz-outline-style: none;
}
a, a:active, a:focus, 
button, button:focus, button:active, 
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}
a {
  transition:color .2s linear;
  color: #6a6a6a;
  text-decoration: none;
}
a:visited {
  color:  #6a6a6a;
  text-decoration: none !important;
      background: none;
}
a:hover {
  color: #1d61a8;
  text-decoration: none !important;
}
a:focus {
  text-decoration: none !important;
}
a:active {
  color: #fff;
  text-decoration: none;
  outline: none;
    -moz-outline-style: none;
}

html {
    min-width: 320px !important;
    width: 100%;
    height: 100%;
} 

body {
  font-size: 16px;
  font-family: 'Raleway';
  font-weight: 400;
  line-height: 26px;
  height: 100%;
  width: 100%;
  position: relative;
  }

body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 100px;

          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;

          z-index: 100;
}
body.shrunk:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 60px !important;

          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8);

          z-index: 100;
}

.navbar-default {
    background-color: rgba(248,248,248,.9);
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #a7a8ac;
    color: #1d61a8;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #1d61a8;
}

.no-pad {padding: 0;}
.clear {clear: both;}
hr{ width:80%; border: 0; height: 1px; background: #a7a7a7; background-image: -webkit-linear-gradient(left, #ccc, #a7a7a7, #ccc); background-image: -moz-linear-gradient(left, #ccc, #a7a7a7, #ccc); background-image: -ms-linear-gradient(left, #ccc, #a7a7a7, #ccc); background-image: -o-linear-gradient(left, #ccc, #a7a7a7, #ccc); }

h1, h2, h3 {
    font-family: 'Bevan';
}
.ih-item.square.effect12 .info h3 {
  font-family: 'Raleway';
  font-weight: 700;
}
strong {
    font-weight: 700;
}
.black {
    font-weight: 900;
}

#logo {
    margin-top: -29px;
    max-width: 250px;
    -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}
#logo.shrink {
    max-width: 175px;
    margin-top: -15px;
}

/***********
           Main Sections
*********************/

.intro-section {
    height: 100%;
    padding-top: 350px;
    text-align: center;
    color: #fff;
    background: url('../img/home-hero.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.intro-section h1, .intro-section p {
    text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
}
.btn-default {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: #ccc;
    color: #333;
}
.btn-default:hover {
    background: rgba(230, 230, 230, 0.7) none repeat scroll 0 0;
    border-color: #adadad;
    color: #333;
}

.headline {
    margin-bottom: 74px;
    text-align: left;
}

.about-section {
    height: auto;
    padding-top: 40px;
    background: #eee;
}

.about-section2 {
  height: auto;
  padding-top: 40px;
  background: #1D61A8;
  color: #eee;
}
.about-section2 img {
    padding: 0 0 20px 20px;
}
.about-section2 a {
  transition:color .2s linear;
  color: #eee;
  text-decoration: none;
}
.about-section2 a:visited {
  color:  #eee;
  text-decoration: none !important;
      background: none;
}
.about-section2 a:hover {
  color: #009900 !important;
  text-decoration: none !important;
}
.about-section2 a:focus {
  text-decoration: none !important;
}

.gallery-section {
    height: auto;
    padding: 40px 0;
    text-align: center;
    background: #fff;
}
.com-gallery-section {
    background: #a7a8ac none repeat scroll 0 0;
    height: auto;
    padding: 40px 0;
    text-align: center;
}
.contact-section {
    padding: 40px 0;
    text-align: center;
    background: #eee;
}
.gallery-wrapper {
  padding-top: 40px;
}


/*********
      Gallery
************/

.ih-item a:hover {
    cursor: pointer;
}
.ih-item.square {
    margin-bottom: 22px;
}


/*************
          Parallax section
*************/
.mid-section {
    background: url('../img/house.jpg');
    background-size: cover;
    background-attachment: fixed;
    min-height: 350px;
    padding: 40px 0;
}
.mid-section h1 {
    color: #1d61a8;
    font-family: "Raleway";
    font-size: 42px;
    line-height: 80px;
    margin: 40px auto;
    max-width: 1080px;
    text-align: right;
    text-shadow: 2px 0 2px #333;
}

/****************
        FOOTER
****************/
footer {
  margin-top: 40px;
}


/*****************
        FORM
****************/

.form-group {
    margin-bottom: 15px;
    text-align: left;
}


/************
        Responsive CSS
************/

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

@media(max-width: 577px) {
  .intro-section h1 {
    font-size: 28px;
  }
  .intro-section {
    padding-top: 120px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  address {
    font-size: 12px;
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 20px;
    text-align: right;
    }
  #logo {
    margin-top: -29px;
    max-width: 215px;
    transition: all 0.5s ease-in-out 0s;
    }
}

@media(max-width: 768px) {
        #logo {
        max-width: 175px;
        margin-top: -15px;
    } 
    body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 60px !important;

          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.8);

          z-index: 100;
}
}

#success_message{ display: none;}

.scrollup{
  position:fixed;
  bottom: 30px;
  right: 30px;
  display:none;
  color: #666;
  opacity: .80;
  z-index: 1000;
}
.scrollup:before {
  content: "\f0aa";
  font-family: 'FontAwesome';
  font-size:36px;
}
.scrollup:hover {
  opacity: 1;
  color:#1e1f50;
  cursor: pointer;
}