h1, h2, h3, h4, h5, h6{
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #00355f;
}

body{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 200;
}

p{
  margin: 0 0 15px 0;
}

.leftAlone{
  float: left;
  margin: 0 20px 20px 0;
}

a:focus, a:hover, a:visited, a:focus, a:active{
  color: #00355f;
}

.row{
  margin: 0
}

.headercontact{
  float: right;
  margin-top: 20px;
  padding-right: 20px;
}

.headercontact .phone{
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #00355f;
  padding: 0 10px 0 0;
  margin-right: 10px;
  border-right: 1px solid #00355f;
}

.headercontact .phone a{
  color: #00355f;
}

.headercontact .phone a:hover{
  color: #8cc63e;
  text-decoration: none;
}

.headercontact .phone img{
  margin-right: 10px;
  margin-bottom: 5px;
}

.headersocial{
  color: #00355f;
  font-size: 35px;
}

.headersocial a{
  color: #00355f;
}

.headersocial a:hover, .headersocial a:active, .headersocial a:focus{
  color: #8cc63e;
  text-decoration: none;
  border: none;
}

.icon-bar{
  border-top: 1px solid #000;
}

.navbar{
  width: 100%;
  border: none;
}

.navbar-brand{
  padding: 40px 40px 0 40px;
  height: auto;
  background-color: #fff;
}

#navbar{
  /* border-top: 10px solid #fff;
  border-bottom: 10px solid #fff; */
  font-family: 'Roboto', sans-serif;
}

.navbar-nav{
  background-color: #00355f;
  float: none;
  height: 80px;
  margin-top: 100px;
  margin-left: 275px;
  border-radius: 15px 0 0 15px;
  padding-left: 20px;
}

#navbar::after{
  width: 60px;
  height: 60px;
  display: block;
  background-image: url('../images/menu-down.gif');
  background-repeat: no-repeat;
  position: absolute;
  left: 320px;
}

.navbar-collapse{
  padding: 0;
}

.navbar-nav > li > a{
  padding: 30px 30px;
  color: #fff;
  border-right: 1px solid #013c6a;
  font-size: 18px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:visited, .navbar-nav > li > a:focus{
  background-color: #013c6a;
}

.navbar-nav > li{

}

.contactlink{
  float: right !important;

}

.contactlink a{
  background-color: #8cc63e;
  border: none !imp;
}

.navbar{
  margin-bottom: 0;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;

}

.carousel-caption{
  padding-bottom:80px;
  left: 10%;
  right: auto;
  bottom: auto;
  top: 40px;
  text-shadow: none;
}

.carousel-caption h2{
  font-size: 48px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #8cc63e;
}

.carousel-caption{
  font-family: 'Oswald', sans-serif;
  text-align: left;
  color: #8cc63e;
  text-transform: uppercase;
  width: 550px;
}

.carousel-caption p{
  color: #00355f;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-transform: none;
  line-height: normal;
  font-weight: 200;
  margin-bottom: 30px;
}

.container{
  padding-top: 40px;
}

.HomePage .container{
  padding-top: 0;
}

/* .btn-primary{
  background-color: #00355f;
  border: none;
}

.btn-primary:hover{
  background-color: #8cc63e;
} */

.ctabutton, .btn-primary, .ctabutton:visited{
  background-color: #00355f;
  color: #fff;
  font-size: 18px;
  padding: 10px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 0 0 #8cc63e;
  box-shadow: 5px 5px 0 0 #8cc63e;
  border: none;
}

.ctabutton:hover, .btn-primary:hover{
  background-color: #8cc63e;
  color: #00355f;
  -webkit-box-shadow: -5px -5px 0 0 #00355f;
  box-shadow: -5px -5px 0 0 #00355f;
  text-decoration: none;
}

.carousel-control.right, .carousel-control.left{
  background: none;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    background-position: center;
}

.fill img{
  width: 100%;
  height: auto;
}

.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

.cta div{
  height: 300px;
  border-radius: 12px;
  padding: 40px 60px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.cta div h3{
  font-weight: 200;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

.first::after, .second::after, .third::after{
  width: 60px;
  height: 60px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -60px;
  right: 35px;
  content: "";
}

.first::after{
    background-image: url('../images/box-down-01.gif');
}

.second::after{
    background-image: url('../images/box-down-02.gif');
}

.third::after{
    background-image: url('../images/box-down-03.gif');
}

.cta.row{
  margin: 0;
}

.cta .first{
  background-color: #00355f;
  border-left: 5px solid #fff;
}

.cta .second{
  background-color: #04508c;
  border-right: 5px solid #fff;
  border-left: 5px solid #fff;
}

.cta .third{
  background-color: #0569b8;
  border-right: 5px solid #fff;
}

.cta img{
  width: 65px;
  height: auto;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}

.cta p{
  font-size: 14px;
}

.content{
  margin: 80px 0 40px 0;
}

.content h2{
  color: #00355f;
  font-size: 36px;
}

.greenslider{

  height: 350px;
  text-align: center;

}

.greenslider .item{
  padding: 60px 0;
  background-color: #8cc63e;
  /* Set our transitions up. */

}

.greenslider .item.active{

}

.greenslider .carousel-caption{
  width: 50%;
  text-align: center;
  position: relative;
  left: auto;
  top: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.greenslider .carousel-caption h2{
  color: #4b6923;
  margin-top: 20px;
  margin-bottom: 40px;
}

.greenslider .carousel-caption .ctabutton{
  color: #4b6923;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0 0 #4b6923;
  box-shadow: 5px 5px 0 0 #4b6923;
}

.greenslider .carousel-caption .ctabutton:hover{
  color: #fff;
  background-color: #4b6923;
  -webkit-box-shadow: -5px -5px 0 0 #fff;
  box-shadow: -5px -5px 0 0 #fff;
  text-decoration: none;
}

.HomePage .connect{
  padding: 100px 0;
}

.connect{
  text-align: center;
  padding: 20px 0;
}

.connect h4{
  color: #00355f;
  text-transform: uppercase;
  font-size: 48px;
}

.connect .social a{
  font-size: 72px;
  color: #00355f;
  margin: 0 10px;
}

.connect .social a:hover{
  color: #8cc63e;
}

.userform input, .userform textarea, .userform select{
  margin-bottom: 10px;
}

footer{
  text-align: center;
  background-color: #00355f;
  padding: 80px 0;
  overflow: auto;
}

footer .footercontent{
  color: #fff;
  text-align: center;
  padding: 30px 0 0 0;
  font-size: 14px;
}

footer .footercontent a, footer .footercontent a:hover, footer .footercontent a:visited{
  color: #fff;
}

.siteby{
  font-size: 10px;
  padding: 0;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
  color: #0569b8;
}

.carousel-control{
  width: 5%;
}

.serviceholder{
  /* We first create a flex layout context */
  display: flex;

  /* Then we define the flow direction
     and if we allow the items to wrap
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap;

  /* Then we define how is distributed the remaining space */
  /* justify-content: space-around; */
}

.service h3{
  position: absolute;
  top: 40px;
  left: 115px;
  color: #8cc63e;
}

.service .titleblock{
  overflow: auto;
  position: relative;
}

.service img{
  margin-bottom: 15px;
  float: left;
}

.blog-entry .post-image img{
  width: 300px !important;
}

#ForgotPassword{
  float: right;
}

/* Mobile queries */
@media only screen and (max-width : 1550px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {
  .navbar-nav > li > a{
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }

  .navbar-nav{
    /* height: auto; */
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .navbar-nav > li > a{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

  .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }

    .collapse.in{
        display:block !important;
    }

  .headercontact{
    padding-left: 20px;
  }

  .navbar-brand{
    width: 200px;
    height: 200px;
  }

  .navbar-brand img{
    width: 100%;
    height: auto;
  }

  .navbar-nav{
    margin: 0;
    height: auto;
    border-radius: 0;
  }

  #navbar::after{
    display: none;
  }

  .contactlink{
    float: left !important;
  }

  .carousel-caption{
    width: 50%;
  }

  .carousel-caption h2{
    font-size: 16px;
    margin-bottom: 10px;
  }

  .carousel-caption p{
    font-size: 12px;
    margin-bottom: 20px;
  }

  .ctabutton{
    padding: 5px;
    font-size: 12px;
  }

  .navbar-brand{
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    padding: 20px 0;
  }

  .navbar-brand img{
    width: 30%;
    display: inline;
  }

  .headercontact{
    float: left;
  }

  #myCarousel{
    display: none;
  }

  .navbar-brand{
    padding: 40px 0;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .headercontact .phone{
    font-size: 16px !important;
  }

  .headersocial{
    font-size: 22px;
  }


}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
