html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
body{font-family: 'Arial', sans-serif;font-weight: 400; font-size: 20px;}

header{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    max-width: inherit;
    display: inherit;
    overflow: hidden;
    z-index: 100;
    margin-bottom: 0;
    padding: 6px 0 7px;
}
header.is-scrolled{
    padding-bottom: 7px;
    margin-bottom: 0;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}
header.is-scrolled.remove-shadow{
    padding-bottom: 7px;
    margin-bottom: 0;
    box-shadow: none;
}

@font-face {
  font-family: 'vulk';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/vulk-semi.woff2") format("woff2"),
       url("fonts/vulk-semi.woff") format("woff");
}
.subnav .name > a {}

body main > section:nth-of-type(1) h1{font-weight: 500; letter-spacing: 0;}

span.accolade{font-family: 'Vulk'; font-size: 22px;}
span.accolade .cdquotes{font-size: 32px; line-height: 1;}

h2.margin-top{margin-top: 60px;}

/* Colors */
body{background: #fdfdf5;}
body header{background: #fdfdf5;}
body header .name {text-align: center; font-family: 'Vulk'; font-size: 3.2em;}
body header .name a, body header name a:visited{color: #2b7379;}
body header li a, body header li a:visited{color: #14172A;}
body header li a:hover{color: #2b7379;}
body header li a:hover.selected{color: #14172A;}
body main, body footer{background: #fdfdf5;}
body main, body main p {color: #14172A;}
body main h1, body main h2, body main h3 {color: #14172A; font-weight: 600; letter-spacing: 0;}
body main > section:nth-of-type(1){background: #fdfdf5;color: #ffffff;}
body main > section:nth-of-type(1) h1{color: #14172A; font-size: 1.5rem;}
body #mobilemenu-content li a{color: #14172A;}
body #mobilemenu-content li a.selected{color: #14172A; text-decoration: underline;}
body header a.selected{color: #14172A; text-decoration: underline;}

body .altcolor {color: #2b7379;}

body .bluebg {background-color: #dce5e1;}

.row.valign-middle {align-items: center;}

strong{font-weight: 600;}
a, a:visited, a:hover{color: #2b7379; text-decoration: none;}
p{font-weight: 400;  font-size: 20px;}
h1,h2,h3,h4{font-family: 'Arial', sans-serif; font-weight: 400; color: #024256;}
span{display: block;}

nav a:hover{text-decoration: none;}
h2{margin-bottom: 20px; font-size: 33px; letter-spacing: 0; font-family: 'Vulk';}
h1 span, h2 span, p span{display: inline;}

.menu ul{margin: 0;}
.menu li{margin: 0 13px; list-style:none; float: left; font-family: 'Vulk';}

section:first-of-type{margin: 0;}

.flex-center{display: flex; justify-content: center;}

.subnav{margin-right: auto; margin-top: 5px;}

.icon-instagram{
    width:28px; 
    margin-top:-3px;
    background: url(../images/icon-instagram.svg) center center no-repeat;
    background-size: contain;
}
.icon-imdb{
    width:40px; 
    margin-top:-3px;
    background: url(../images/icon-imdb.svg) center center no-repeat;
    background-size: contain;
}
a.gallery{
    margin-bottom: 1rem;
    display: block;
}
#mobilemenu-content ul.icon-list{
    display: flex;
    padding: 0;
    margin: 0;
}
#mobilemenu-content ul.icon-list{
    justify-content: space-between;
}
#mobilemenu-content ul.icon-list li:nth-of-type(1){
    padding-right: 15px;
}
#mobilemenu-content .icon-instagram{
    margin-top:3px;
    height:28px;
    display: inline-block;
}
#mobilemenu-content .icon-imdb{
    margin-top:3px;
    height:28px; 
    display: inline-block;
}

section.quotes small{
    padding-top: 5px;
    display: block;
}
section.quotes p{
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media screen and (max-width: 575px){
    section.quotes p.last-mobile{
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 576px){
    section.quotes p.last-desktop{
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 576px){
    img.img-fixed{
        position: fixed;
        max-width: 540px;
    }
}
h4{color: #14172A;}
h4 span{display: inline-block;}

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

.hideme{display: none!important;}

/** Media */
.yt-media > iframe{
    height: 400px;
    border: none;
}

main.media-page h2 {
    margin-bottom: 0;
}

/** Footer */
.legals{font-size: 12px; color: #9D9D9D; max-width: 600px; margin: 0 auto; text-align: center;}
.legals span {display: inline;}
.copyright{margin-bottom: 30px;}

/** Cookie consent */
.cc-btn{color: #14172A;border-radius: 10px;font-weight: 400;min-width: 140px;}
.cc-banner .cc-btn:last-child{color: #14172A;border-radius: 10px;font-weight: 400;min-width: 140px;}
.cc-revoke,.cc-window{font-family: 'Arial', sans-serif;font-weight: 400; font-size: 18px;}
.cc-link{text-decoration: none;}

/** All media queries */
@media screen and (min-width: 576px){
    body{font-size: 18px;}
    p{font-size: 18px;}
    .row1 .col-md-4{padding-bottom: 12px;}
    .row2 .col-md-4{margin-top: 12px;}

    h1 {padding: 30px 0;}
	.mobile{display: none !important;}
    .menu{display: flex;justify-content: center;flex-wrap: wrap;padding-inline-start: 10px;}
    .menu li{display: inline-flex; float: initial; padding:10px 0;}
    .nowrap{display: initial;}

    section{
        padding: 40px 0 0 0;
        margin: 0 0 40px 0;
    }

    body main.media-page > section:nth-of-type(1) h1 {
        font-size: 1.75rem;
        color: #14172A;
        font-weight: 600;
        letter-spacing: 0;
        padding: 0;
    }

    .menu{display: flex; padding-bottom: 0; margin-bottom: 0;}
    .left{min-width: 400px;}

    footer{padding-top: 10px;}
}
@media screen and (max-width: 575px){
    h1,h2,h3,h4{text-align: center;}
    section{margin: 30px auto 0; padding-top: 30px;}
    section.odd{margin: 0; padding: 80px 0;}
    .desktop{display: none !important;}
    h1{margin: 0 auto 10px auto !important;}
    .menu li a{font-size: 18px;}
    .menu{ padding: 20px 0 0;}
    .menu{display: flex;justify-content: center;flex-wrap: wrap;}
    .menu li{display: inline-flex; float: initial; padding:10px 0;}

    body header .name {padding: 0;font-size: 2.2em;text-align: left; color: #2b7379;}

    main.media-page .row .container {padding: 0}

    body main.media-page > section:nth-of-type(1) h1 {text-align: left; font-size: 25px; line-height: 1.4; font-weight: 600;}
    main.media-page h2 {text-align: left; font-size: 25px; line-height: 1.4;}
    main.media-page h3 {text-align: left; font-size: 23px; line-height: 1.4;}

    main.media-page p.date {font-size: 18px;}

    img.mobile{ display: block !important;}
    img.desktop{ display: none !important;}
    footer ul{font-size: 14px;list-style: none;text-align: center;display: flex;justify-content: center;}
    footer ul li{padding: 0 10px;}
    footer{padding-top: 40px;}
}

/** Burger menu */

#nav-burger-icon {
    width: 32px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;

    float: right;
    margin: 10px 10px 0 0;
}

#nav-burger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #024256;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-burger-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 3px 3px 0;
}

#nav-burger-icon span:nth-child(odd) {
    left:0px;
    border-radius: 3px 0 0 3px;
}

#nav-burger-icon span:nth-child(1), #nav-burger-icon span:nth-child(2) {
    top: 0px;
}

#nav-burger-icon span:nth-child(3), #nav-burger-icon span:nth-child(4) {
    top: 9px;
}

#nav-burger-icon span:nth-child(5), #nav-burger-icon span:nth-child(6) {
    top: 18px;
}

#nav-burger-icon.open span:nth-child(1),#nav-burger-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-burger-icon.open span:nth-child(2),#nav-burger-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-burger-icon.open span:nth-child(1) {
    left: 4px;
    top: 5px;
}

#nav-burger-icon.open span:nth-child(2) {
    left: calc(50% - 4px);
    top: 5px;
}

#nav-burger-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-burger-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-burger-icon.open span:nth-child(5) {
    left: 4px;
    top: 13px;
}

#nav-burger-icon.open span:nth-child(6) {
    left: calc(50% - 4px);
    top: 13px;
}

.subnav{position: relative;}
#mobilemenu-content-container {
    position: fixed;
    clear: both;
    overflow: hidden;
    width: 100%;
    top: 0;
    right: 0;
    background: #fff;
}
#mobilemenu-content-container.open {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);
}
#mobilemenu-content {
    position: relative;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    text-align: right;
    width: 100%;
    padding: 15px 15px 0 15px;
    margin-right: auto;
    margin-left: auto;
    background: #fdfdf5;
    margin-top: -375px;
    display: flex;
    justify-content: space-between;
}
#mobilemenu-content.open {
    margin-top: 50px;
}

.mobilemenu{
    padding: 0;
    margin: 0;
}

.mobilemenu.mobile{
    text-align: right;
    position:absolute;
    width: auto;
    background-color: #fdfdf5;
    top: 18px;
    right: 0;
    padding: 0;
    margin: 0;
}
#mobilemenu-content li{
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    font-family: 'Vulk';
}

/* hacks */
@media (min-width: 768px){
    header .container{
        max-width: 100%;
    }
}
.small, small {
  font-size: 90%;
  font-weight: inherit;
}