body {
    background:#fff;
    margin: 0 auto;
    padding: 0;    
}

#container {
    width: 100%;    
    margin:0 auto;
}
.main-content {
    max-width: 1400px;
    margin: 0 auto;    
}
.flex {
    display:flex;
}

.hero .col-2 {
    margin:0 20px;
}
.hero .col-2 img:first-child {
    margin-bottom:20px;
}

/* alignment */
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.col-2 {
    width:50%;
    flex: 0 0 50%;
}
.col-3 {
    width:33.33%;
    flex:0 0 33%;
}
.col-4 {
    width:25%;
    flex:0 0 25%;
}
.flex-full {
    flex:100%;
}


/* Headings */

p, a, h4,h5,h6, strong, span {
    font-family: 'Roboto', sans-serif;
}
a:link, a:visited {
    color:#000;
}

@font-face {
    font-family: 'gothamultraitalic';
    src: url('fonts/gotham-ultraitalic-webfont.woff2') format('woff2'),
         url('fonts/gotham-ultraitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1,h2,h3 {
    font-family: 'Cormorant';
}



h1 {
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    line-height: 60px;
}
h2 {
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    line-height: 60px;
}
h3 {
    font-size: 45px;
    font-weight: 400;
    font-style: normal;
    line-height: 45px;
}
h4 {
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;    
}
p  {
    font-size: 18px;
    line-height:30px;    
}

/* colors */
.black {
    color: #000;
}
.white {
    color:#fff;
}
.gray {
    color:#ccc;
}

/* header */

.topbar {
    background: #0059ba;
    text-align: center;
    height:50px;
    vertical-align: middle;
}
.topbar p {
    color:#fff;
    margin:0;
    padding-top:12px;
}

header{    
    padding:20px 0;    
    z-index:5;
    background:#fff;
    vertical-align: middle;
    position: relative;
    width:100%;
}
.logo  {
    line-height: 70px;
    height:70px;
}

.hero {    
    width: 100%;
    position: relative;
    height: 700px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.header-content {
    width:100%;        
    z-index: 1; 
    position:absolute; 
}
.header-content h1 {
    color:#fff;
}

.featured {
    align-items: center;
    padding:100px 0;
    margin:0 auto;
}
.left-col-cta {
    background:#f1f1f1;
}

.compact {
    width:100%;
    align-items: center;
}
.product-grid {
    width:80%;
    margin:0 auto;
    padding-bottom:100px;
}
.product-grid .grids {
    margin-top:50px;
}

.CTA1 {
    background:url('images/wireframe-F-01_07.png') no-repeat top left;
    background-size:cover;
    padding:200px 0;
    margin-bottom:100px;
}
.CTA-dark {
    background:#545454;
    padding:100px 0;
    margin-bottom:0;
}


/* Buttons */
.btn-large-outline-black {
    padding:20px 60px;
    border:5px solid #000;
    color:#000;
    background: none;
    font-size: 30px;
}
.btn-small-outline-white {
    padding:20px 60px;
    border:2px solid #fff;
    border-radius: 0;
    color:#fff;
    background: none;
    font-size: 16px;
}
.btn-small-outline-black {
    padding:20px 60px;
    border:2px solid #000;
    border-radius: 0;
    color:#000;
    background: none;
    font-size: 16px;
    margin-top:20px;
}

footer {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top:100px;
    padding-bottom:20px;
    background:#262626;
}
footer .grids {
    display: flex;
    padding:50px 0;
    margin:0 auto;
}
.footer-contact p {
    margin:0;
    line-height:24px;
}
.copyright {
    padding-top:100px;
}
.social-icons {
    margin:0 auto;
}

.social-icons img {
    width:24px;
    height:24px;
    margin:0 10px;
}

.footer-menu {
    width:20%;
}
.footer-menu span {
    display:block;
}
.footer-menu span a:visited, .footer-menu span a:link {
    color:#fff;
    text-decoration: none;
    font-size:12px;
    
}
.footer-menu span a:hover, .footer-menu span a:focus {
    color: #29abe2;
}

/* form */
.form {    
    max-width: 600px;
    margin: 0 auto;
}
.form input {
    width:100%;
    margin:20px auto;
    border:none;
    background: #fff;
    padding:15px 20px;
}
.form input::placeholder {
    font-size:20px;
    color:#000;
}
.form form {
    display: flex;
}

.form input[type=button] {
    background: #000;
    max-width: 200px;
    text-align: center;
    justify-content: flex-start;
    color: #fff;
    font-size:20px;
    margin-left:10px;
}
/* Listing page */
.listing .hero {
    background: url(images/Commercial_rentals1_03.jpg)no-repeat top left;
    background-size:cover;
}
.listing .hero .main-content {
    flex:50%;
}
.listing .featured {
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #f1f1f1;
}
.listing .featured .col-3 {
    margin:0 20px;
    flex:30%;
}
.listing .parking {
    padding-bottom:100px;
    align-items: center;
    justify-content: space-between;
}
.listing .parking h3, .listing .parking p {
    text-align:left;
}
.listing .parking .col-2 {
    margin:0 30px;
    flex:40%;
}

/* Shop page */
.product-filter {
    border-top: 1px solid #000;
    border-bottom:1px solid #000;
    padding:50px 0;
    width:100%;    
}
/*contact page*/
.contact {
    align-items: center;
    padding:100px 0;
}
.contact .col-2:first-child {
    flex:25%;
    text-align:left;
}
.contact .col-2:first-child p {
    margin:10px 0;
}
.contact .col-2:last-child {
    flex:75%;
}
.contact-us .cta .main-content {
    flex:100%;  
}
.contact-us .cta {
    background: url(images/Commercial_rentals12_06.jpg)no-repeat top left;
    background-size:cover;
    padding:100px 0;
}
.bar {
    width:50%;
    margin:0 auto;
}
.shop .product-grid {
    width:50%;
}

#main {
    margin-top:0;
}

.left-col, .right-col {
    display:flex;
}
.left-col strong, .right-col strong {
    margin-top:10px;
    flex:0 0 30%;
}


/* our story page */
.our-story .hero {
    background:url(images/wireframe-F-03_02.jpg) no-repeat top left;
    background-size: cover;
}
.our-story .header-content .col-2 {
    padding-left: 100px;
}
.our-story .header-content .col-2 p {
    color:#fff;
    font-size: 40px;
    margin-top:-30px;    
}

.overlap .col-2:first-child {
    z-index: 1;    
}
.overlap .col-2:last-child {
    margin-left:-100px;

}

.video {
    width:100%;
    margin: 0 auto;    
}

/* Lookbooks */

.product-category a:link, .product-category a:visited {
    color:#000;
    font-size:40px;
    text-decoration: underline;
    display:block;
    padding-bottom:100px;
}
.breadcrumbs span {
    font-size: 16px;
}

.breadcrumbs span:after {
    content: " > ";
}
.breadcrumbs span:last-child:after {
    content: " ";
}
.product-title {
    font-size:40px;
}

.catalogue {
    margin-bottom:100px;
}







/* mobile responsiveness */
@media screen and (max-width:768px) {
    .flex {
        display:block;
    }
    .col-2, .col-3, .grids, .col-4 {
        width:100%;
        flex:auto;        
    }   
    
    .main-content {
        padding: 0 20px;
    }
    

    .header-content {
        width: 100%;
        z-index: 1;
        position: absolute;
        padding: 100px 0;
        overflow: hidden;
        text-align: center;
    }
    
    
    .col-2 {
        padding:50px 0;
    }
    .shop .col-2 {
        padding:10px 0;
    }
    .hero .col-2 {
        margin:0px;
    }
    .col-2 img {
        width:90%;
    }

    .form input {
        width:50%;
    }
    .footer-menu {
        display: block !important;
    }

    .header-home {
        background-position: top center;
        padding: 10px 20px 100px 20px;
    }
    .our-story .col-2 {
        padding:0;
    }
    .our-story .header-content .col-2 {
        padding-left:0;
    }
    .our-story .featured {
        padding:0;
    }
    .our-story .compact {
        padding:100px 0;
    }

}

