/*********** GOOGLE WEBFONT IMPORT ***********/
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@400;700&display=swap');

.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

/*******************************************/
/*********** START OF NAV STYLES ***********/
nav.navbar.navbar-default.navbar-fixed-top {
    margin: 0;
    padding: 0;
    min-height:150px;
}

.navbar-default {
    background: transparent;
    border:0;
}

.navbar-brand {
    float: left;
    padding: 40px 0;
    font-size: 0;
    line-height: 0;
}

@media (max-width: 767px) {
    .navbar-brand {
        padding: 40px 0 40px 15px;
    }    
}

.navbar-nav {
}
.navbar-brand img {
    width: 100px;
}
.navbar-header {
    float: none;
    min-height:150px;
}

.navbar-left,.navbar-right {
  float: none !important;
}
.navbar-toggle {
    display: block;
    border:0;
    margin-top: 66px;
    padding:0;
}
.navbar-collapse {
  border:0;
  box-shadow: none;
  max-height:none;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 1px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white !important;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
  margin-top: 7.5px;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.collapse.in{
  display:block !important;
}
.navbar-fixed-top.scrolled {
  background-color: #000 !important;
  transition: background-color 200ms linear;
}
.navbar-fixed-top.menu-open {
    background: black;
}
/* HANG ON TO THIS CODE for nav style
body.menu-open:after {
    content: '';
    display: block;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.7);
} */

.custom-nav {
    padding: 0 0 50px;
    float: left;
    display: block;
    width: 100%;
}

@media (max-width:990px) {
    .custom-nav > .col-md-2 {
        margin:40px 0;
    }
}

.custom-nav li {
    color:#fff;
}

.custom-nav li a {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 3px 0;
    padding: 0;
    display: block;
}

.custom-footer-nav {
    padding: 0 0 50px;
    float: left;
    display: block;
    width: 100%;
}
.custom-footer-nav li {
    color:#000;
    list-style: none;
}
.custom-footer-nav li a {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin: 3px 0;
    padding: 0;
    display: block;
}
/*********** END OF NAV STYLES ***********/
/*****************************************/

.blue {color:#0196c2;}
.white {color: #fff;}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    color:#000;
    font-size:16px;
	background:#F0EFEA;
}

h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 88px;
    line-height: 1;
    font-weight: normal;
}

h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 62px;
    line-height: 1;
    font-weight: normal;
}

h3 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.25;
}

h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

a {
    color:#0196c2;
    font-weight: bold;
}

a.big {
    font-size: 25px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    h1 {font-size:50px;}
    h2 {font-size:50px;}
    h3 {font-size:24px;}
    h4 {font-size:20px;}
    a.big {font-size:20px;}
}

img {
    max-width:100%;
}

.black-fill {
    fill:#000;
}

.center {
    text-align:center;
}

.container-fluid {
    padding: 0;
}

.hero {
    background: url('../img/project-bluesky-hero-min.jpg') top center no-repeat;
    background-size:cover;
	min-height:800px;
}

@media (max-width: 768px) {
    .hero {
	    min-height:375px;
    }    
}

@media (min-width: 1600px) {
    .hero {
        background: url('../img/project-bluesky-hero-min.jpg') top -100px center no-repeat;
        background-size:cover;
	    min-height:900px;
    }    
}

@media (min-width: 2000px) {
    .hero {
        background: url('../img/project-bluesky-hero-min.jpg') top -200px center no-repeat;
        background-size:cover;
	    min-height:1000px;
    }    
}

.hero-approach {
    background: url('../img/hero-approach-min.jpg') top center no-repeat;
    background-size:cover;
	min-height:400px;
}

.approach-bottom {
    background: url('../img/approach-bottom-min.jpg') center center no-repeat;
    background-size:cover;
}

.hero-projects {
    background: url('../img/hero-projects-min.jpg') top center no-repeat;
    background-size:cover;
	min-height:400px;
}

.hero-brands {
    background: url('../img/hero-brands-min.jpg') top center no-repeat;
    background-size:cover;
	min-height:400px;
}

.hero-contact {
    background: url('../img/hero-contact-min.jpg') top center no-repeat;
    background-size:cover;
	min-height:400px;
}

.brands-top-section {
    background:white;
}

.types-clients {
    text-align: left;
    padding-top: 50px;
    padding-left: 80px;
}

@media (max-width:1199px) {
    .types-clients {
        padding-top:20px;
        padding-left: 15px;
    }
}

.types-clients li {
    list-style:none;
}

.brands-logos img {
    padding:10% 0;
}

.form-control {
    display: block;
    width: 95%;
    height: 50px;
    padding: 15px;
    font-size: 19px;
    line-height: 50px;
    color: #000;
    background-color: #f0efea;
    background-image: none;
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: none;
    transition: none;
    margin: 0 0 35px;
}

.home-intro {
}

.home-intro h1 {
    margin-bottom:30px;
}

.project-portfolio {
    background: #000;
    color:#fff;
}

.project-portfolio a {
        display: block;
        margin-bottom:50px;
    }

.project-portfolio h4 {
    margin: 40px 0 20px;
}

@media (max-width:768px) {
    .project-portfolio h4 {
        margin: -20px 0 20px;
    }
}

.project-portfolio p {
    margin: 0 0 30px;
}

.project-portfolio a {
    color:#fff;
}

.project-portfolio-heading {
    margin-bottom:35px;
}

.project-details .container {
    background: white;
    box-shadow: 0 0 100px rgb(0 0 0 / 10%);
    margin-top: -10%;
    padding: 5%;
}

.home-showroom {
    background: url('../img/topography.jpg') no-repeat;
    background-size:cover;
}

.home-showroom h3 {
    padding:50px 0 0;
}

.showroom-details {
    padding: 3% 10%;
}

.home-closer {
    padding-bottom:600px !important;    
    background: url('../img/home-closer-hero-min.jpg') bottom center no-repeat;
    background-color:#7eb2db;
}

.home-closer a {
    color:#000;
}

@media (max-width:768px) {
    .home-closer a {
        margin-bottom:50px;
        display: block;
    }
}

.padded {
    padding:100px 0;
}


@media (max-width:768px) {
.padded {
    padding:50px 0;
}
}

a.button, input#submit {
    font-weight: bold;
    font-family: lato;
    font-size: 14px;
    color: #fff;
    background: #0196c2;
    border-radius: 0;
    padding: 14px 30px;
    display: inline-block;
    text-decoration: none;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
a.button:hover, input#submit:hover {
    opacity: 0.75;
}

h4.panel-title {
    letter-spacing: 0;
    font-weight: bold;
}

.panel-body table td {
    padding: 10px;
}

.panel-body table tr {
    border-bottom:1px solid #f2f2f2;
}

@media (max-width: 767px) {
    .panel-body table td {
        width:100%;
        display: block;
        margin:0;
        padding:2px 0 6px;
    }
    .panel-body table tr:first-child {
        display:none;
    }
    .panel-body table td img {
        display: none;
    }
}

.home-featurettes {
    padding: 0 70px 70px;
    background: #fff;
    text-align:left;
}

.home-featurettes h3 {
    font-family: Lato;
    font-weight: bold;
    font-size: 22px;
    color: #0196c2;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
    background: url(../img/accent.png);
    background-position: left top;
    padding: 35px 0 0 40px;
    background-repeat: no-repeat;
    margin: 70px 0 10px;
}

.home-featurettes p {
    margin-bottom: 25px;
    padding: 0 0 0 40px;
}

.home-featurettes img {
    margin: 70px 0 15px;
}

.home-featurettes a {
    margin: 0 0 0 40px;
}

a.button-small {
    background: #444;
    font-family: Lato;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
    display: inline-block;
    padding: 9px 20px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.button-small:hover {
    opacity:0.75;
}

.friends {
    background: #F8F8F8;
    padding:60px;
    text-align: center;
}

p {
    margin: 0 0 30px;
}

#footer {
    background: #fff;
    padding:75px 0;
}

#footer p.copyright {
    color: #000;
    padding: 0;
    margin:0;
    font-size:14px;
    font-weight:bold;
    display: block;
}

.content {
    margin:0;
}

@media (max-width: 1199px) {
    
    #footer {
    }
    
    #footer ul li {
        margin: 0 15px;
    }

}

@media (max-width: 992px) {
    
    #footer {
    }
    
    #footer ul li {
        margin: 0 7px;
    }
    
}

@media (min-width: 768px) {
    
}

@media (max-width: 767px) {
    
    #footer {
        text-align:center;
    }
    
    #footer p.copyright {
        padding: 0;
        float:none;
        margin-bottom: 20px;
    }
    
    #footer ul {
        float:none;
        margin:0 auto;
        width:100%;
        clear:both;
        display:block;
    }
    
    #footer ul li {
        float:none;
        display:block;
        text-align:center;
    }
    
    img {
        max-width:100%;
    }
}

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