@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: local('Montserrat Thin'), local('Montserrat-Thin'), url(../fonts/Montserrat-Thin.ttf) format('truetype');
}

/* styles common to every page */

html, body, div.wrapper, header, #quote, .hero, main, footer {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}

html, body, div.wrapper, header, #quote, .hero, main {
    text-align: center;
}

html, body {
    padding: 0;
    background-color: #eeeeee;
}

div.wrapper {
    padding: 16px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

/* responsive classes */
.row, [class*="col-"], [class*=" col-"] {
    position: relative;
    box-sizing: border-box;
    margin:0;
    padding: 0;
    overflow: hidden;
}
.row *, [class*="col-"] *, [class*=" col-"] {
    max-width: 100%;
    max-height: 100%;
}
.row {
    display: block;
    font-size: 0; /* remove whitespace */
}
.row * {
    font-size: 1rem;
}
[class*="col-"], [class*=" col-"] {
    display: inline-block;
}

.col-sm-6 {
    display: inline-block;
    width: 50%;
}

.col-xs-12 {
    display: inline-block;
    width: 100%;
}

.hidden-xs {
    display: none;
}

.shown-xs-only {
    display: inline-block;
}

@media (max-width:767px) {
    .col-xs-12 {
        display: inline-block;
        min-width: 100%;
        max-width: 100%;
    }
    .hidden-xs {
        display: none;
    }
}
@media (min-width:768px) {
    .col-sm-6 {
        display: inline-block;
        max-width: 50%;
        min-width: 50%;
    }

    .shown-xs-only {
        display: none;
    }
}

/* end responsive classes */

.hero, a.item {
    margin-bottom: 16px;
}

.hero, a.item, footer {
    margin-top: 16px;
}

main {
    padding-top: 16px;
}

header, header h1, header p {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    color: #ffffff;
    overflow: auto;
}

header {
    background-color: #000000;
}

header h1 {
    text-align: left;
    margin: 0;
    line-height: 100%;
    font-size: 0;
}

header h1 img {
    margin: 1vh 20px;
    max-width: 70%;
}

@media (min-width:480px) {
    header h1 img {
        max-width: 80%;
    }
}

header p {
    margin: 0 auto 10px;
}

#menu-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width:20px;
    height: 20px;
    border-style: none;
    outline: none;
    background-color: transparent;
    padding: 0;
}

#menu-btn > .menu-bar {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #9f8958;
    z-index: 10;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

#menu-btn.menu-closed > .menu-bar {
    opacity: 1;
}

#menu-btn > .menu-bar:first-child {
    top: 0;
}

#menu-btn > .menu-bar:last-child {
    bottom: 0;
}

#menu-btn.menu-opened > .menu-bar:first-child, #menu-btn.menu-opened > .menu-bar:last-child {
    opacity: 0;
}

#menu-btn > .menu-bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

#main-menu {
    display: none;
    position: relative;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
}
#main-menu .vertical-space {
    width: 100%;
    height: 16px;
}

#main-menu ul {
    vertical-align: top;
}

#main-menu ul li a, #main-menu ul li a:link, #main-menu ul li a:visited, #main-menu ul li a:hover, #main-menu ul li a:active, footer, footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
    color:#000000;
}

#main-menu ul li a, #main-menu ul li a:link, #main-menu ul li a:visited, footer, footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
    text-decoration: none;
}

#main-menu ul li a:hover, #main-menu ul li a:active {
    text-decoration: underline;
}

#main-menu ul li a, #main-menu ul li a:link, #main-menu ul li a:visited, #main-menu ul li a:hover, #main-menu ul li a:active {
    font-size: 14px;
}

footer, footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
    text-align: left;
    font-size: 12px;
    line-height: 1;
}

#quote img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
}

#quote p {
    text-transform: none;
}

.hero video, a.item video {
    margin:0;
    padding: 0;
    width:100%;
    margin-bottom: 0 !important;
}

a.item .img-bg, a.item .vid-cont {
    font-size: 0;
    background-repeat: no-repeat !important;
    background-position: center !important; 
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    z-index: 1;
}

a.item {
    color:#ffffff;
    background-color:#000000;
}

#aesthetic .img-bg {
    background-image: url(../img/nl-aesthetic.jpg);
}

#aesthetic .vid-cont {
    background-image: url(../img/nl-aesthetic-img.jpg);
}

#fashion .img-bg {
    background-image: url(../img/nl-fashion.jpg);
}

#fashion .vid-cont {
    background-image: url(../img/nl-fashion-img.jpg);
}

#collections .img-bg {
    background-image: url(../img/nl-collections.jpg);
}

#collections .vid-cont {
    background-image: url(../img/nl-collections-img.jpg);
}
