/**** GLOBAL ****/

h2 {
    margin: 0;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
}

nav {
    font-family: 'Roboto', sans-serif;
}

.row {
    margin: 0;
}

ul,
li {
    padding: 0;
    list-style: none;
    margin: 0;
}


a,
a:hover {

    color: white;
}

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

header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

header .navbar-brand {
    margin: 0;
}

header .nav-sm .navbar-brand img,
footer img {
    width: 195px;
}

header .nav-lg .navbar-brand img {
    width: 280px;
}

header .nav-lg .nav-item {
    padding: 0 15px;
}

header .nav-lg .nav-link {
    line-height: 65px;
}

.topbar li,
footer li {
    display: inline-block;
    margin: 0 20px;
}

.topbar,
footer {
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 0;
}

.bg-dark,
.tagline {
    background: rgba(0, 0, 0, 0.7) !important;
}

footer {
    color: white;
}

footer ul,
footer a {
    margin: 15px 0;
}

footer ul.small li {
    margin: 0 10px;
}

/**** HOME ****/

#home {
    position: relative;
}

#home .hero {
    background: url(../img/van.jpg) center center no-repeat;
    min-height: 800px;
    background-size: cover;
    padding: 0 200px;
}

#home .tagline {
    position: relative;
    top: 370px;
}

#home .tagline h1 {
    line-height: 100px;
    color: #FF931E;
}

#home .prod {
    margin-top: -86px;
}

#home .prod .title,
#home .gallery .title,
#home .testimonials .title {
    background-color: #1A1A1A;
    color: #FF931E;
    padding: 20px 0;
}

#home .prod .prod-img {
    background: url(../img/images/image.jpeg) center center no-repeat;
    background-size: cover;
    min-height: 330px;
    padding: 0;
}

#home .prod .prod-img-caption {
    background-color: #FBAF38;
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#home .prod .prod-img-caption:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #FBAF38;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

#home .prod .prod-img-caption.dark {
    background-color: #FE921E;
}

#home .prod .prod-img-caption.dark:after {
    border-bottom: 10px solid #FE921E;
}

#home .body-content {
    background-color: #454545;
    min-height: 350px;
    color: white;
    padding: 30px 50px 10px;
}

#home .body-content .lead {
    color: #FF931E;
}

#home .body-img {
    background: url(../img/shades/Bedroom_2A-092.jpg) center center no-repeat;
    background-size: cover;
    min-height: 350px;
}


#home .testimonials .body {
    background-image: url(../img/images/shutter.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
    min-height: 250px;
    color: white;
}

#home .testimonials .body .lead {
    color: #FF931E;
}

#home .testimonials .testimonial-item {
    padding: 30px;
}

/**** CONTACT US ****/

#home .contact {
    margin-top: 135px;
}

#home .contact .title {
    background-color: #1A1A1A;
    color: #FF931E;
    padding: 20px 0;
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
    
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: #2F3942;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.prod-img-caption a:hover{
    color: black;
}

/** GALLERY **/
#gallery{
    padding-top: 140px;
}
@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}

iframe.embed-responsive-item {
    border: 10px solid #525252;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.contactbody {
    background: #F1F1F1;
    padding: 20px 0;
}

.contactbody #map {
    border: 10px solid #525252;
}

ul li.dropdown-item a{
    color: black;
}
ul li.dropdown-item a:hover{
    color: #FE921E;
}

/** PRODUCTS **/

ul.list li{
    list-style-type: disc !important;
}
/**** MEDIA QUERIES ****/

@media (max-width: 1199.98px) {
    
}

@media (max-width: 991.98px) {
    header .nav-lg .navbar-brand img {
        width: 210px;
    }
    header .nav-lg .nav-link {
        line-height: 45px;
    }
    
}

@media (max-width: 767.98px) {
    #home .hero {
        padding: 0 100px;
    }
    #home .tagline {
        top: 330px;
    }
    #home .tagline h1 {
        line-height: 60px;
    }
}


@media (max-width: 575.98px) {
    #home .hero {
        padding: 0 25px;
    }
    #home .tagline {
        top: 300px;
    }
    #home .tagline h1 {
        line-height: 50px;
        font-size: 32px;
    }
    
}
