/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #E5E2DB;
}

.text-vertical-center {
/*    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;*/
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

.slogan {
    margin: 40px 0;
    padding: 0;
    /*font-size: 4.5em;*/
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.4;
    margin: 36px 60px 24px 60px;
    letter-spacing: 1.25px;
    font-family: 'Rubik', sans-serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,.54);
}

@media (max-width: 960px) {
  .slogan {
      margin: 80px 10px;
      font-size: 2em;
      padding: 0;
      text-transform: uppercase;
      font-weight: 300;
      line-height: 1.4;
      letter-spacing: 1.25px;
      font-family: 'Rubik', sans-serif;
      text-shadow: 1px 1px 2px rgba(0,0,0,.54);
  }
}

.lead-box {
    border: 1px solid white;
    border-radius: 4px;
    margin: 0 60px;
    padding: 20px;
    background: rgba(255,255,255,.1);
    font-family: 'Rubik', sans-serif;
    box-shadow: 0 6px 6px -3px rgba(0,0,0,.2), 0 10px 14px 1px rgba(0,0,0,.14), 0 4px 18px 3px rgba(0,0,0,.12) !important;
    backdrop-filter: blur(6px);
}

@media (max-width: 960px) {
  .lead-box {
      margin: 20px;
      padding: 10px;
  }
}

.text-vertical-center img {
    /*margin-top: 10%;*/
    width: 56%;
    max-width: 340px;
    margin: 6% auto 0 auto;
}

.text-center {
    text-align: center;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

.btn-brown-light {
    color: #fff;
    background-color: #a67149;
}

.btn-brown-light:hover,
.btn-brown-light:focus,
.btn-brown-light:active {
    color: #fff;
    background-color: #9a6944;
}

.btn-brown-light-bordered {
    color: #fff;
    background-color: #a67149 !important;
    border: 1px solid #c69d7e;
}

.btn-brown-light-bordered:hover,
.btn-brown-light-bordered:focus,
.btn-brown-light-bordered:active {
    color: #fff;
    background-color: #9a6944;
}

.btn-brown-dark {
    color: #fff;
    background-color: #732f30;
}

.btn-brown-dark:hover,
.btn-brown-dark:focus,
.btn-brown-dark:active {
    opacity: 0.8;
    color: #fff;
    /*background-color: #9a6944;*/
}

.action-button {
    color: #fff;
    background-color: transparent;
    border: 1px solid #ffffff;
    margin: 6px;
    box-shadow: -3px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

hr.brown {
    border-top: 1px solid #a67149;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Navbar */
.navbar {
    margin-bottom: 0px;
    background-color: #4f2021;
    border-color: #4f2021;
    border-radius: 0;
    color: #fff;
}

.navbar a {
    color: #fff !important;
}

.navbar a:hover,
.navbar a:focus,
.navbar a:active {
    color: #4f2021;
}

.navbar-right li:hover{
    background-color: #a67149;
}

.navbar .dropdown-menu a {
    color: #4f2021 !important;
}

.navbar-brand img {
    height: 30px;
    margin-top: -4px;
    margin-left: 30px;
}

.navbar-nav>.open>a {
    color: #4f2021 !important;
}
/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    /*background: url(../img/bg.jpg) no-repeat center center scroll;*/
    background:       linear-gradient(
        rgba(121,85,72,.3),
        rgba(121,85,72,.3)
      ), url(../img/1.JPG) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

/* Carousel */

.carousel-index {
    padding: 30px 0 60px 0;
}

.carousel-model {
    padding: 0 0 60px 0;
}

.carousel-control {
  background-image: none !important;
  color: #732f30 !important;
}

.carousel-indicators {
  bottom: -20px !important;
}

.carousel-indicators li {
  border: 1px solid #a67149 !important;
}

.carousel-indicators .active {
  background-color: #a67149 !important;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    /*height: 500px;*/
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

 #map {
        width: 100%;
        height: 500px;
        background-color: grey;
      }
/* Text */

.text-brown {
    color: #4f2021;
}

.text-white {
    color: #ffffff;
}

/* Background */

.bg-brown-light {
    color: #fff;
    background-color: #732f30;
}

/* Card*/

    .card {
        /* Add shadows to create the "card" effect */
        margin-bottom: 30px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        background-color: #fff;
    }

    /* On mouse-over, add a deeper shadow */
    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    /* Add some padding inside the card container */
    .card-inner-info {
        padding: 2px 16px;
    }

    .card img {
        max-height: 200px;
        margin: 5px auto;
    }

    .card img:hover {
        /*filter: brightness(80%);*/
        opacity: 0.7;
    }

    .card-full-height-img {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

/* Images */
/*#about img {
    max-height: 200px;
}*/

.carousel-index img,
.carousel-model img {
    max-height: 500px;
    margin: 0 auto;
}

@media (max-width: 960px) {
  .carousel-index img,
  .carousel-model img {
      max-height: 400px;
      margin: 0 auto;
  }
}

.content-images img {
    margin: 0 auto;
}

.content-images img:hover {
    opacity: 0.7;
}

.content-images div {
    height: 200px;
    margin-bottom: 15px;
}

/* Dropdown */
.dropdown-menu li:first-child{
    margin-top: 6px;
}

.dropdown-menu li:last-child{
    margin-bottom: 6px;
}

.full-height-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Footer */

footer {
    padding: 0 0;
    background-color: #a67149;
    color: #fff;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}
