@font-face {
    font-family: 'Hypnosis';
    src: url('../fonts/hypnosis.otf') format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'Myriadpro';
    src: url('../fonts/MYRIADPRO-SEMIBOLD.OTF') format('opentype');
}

@font-face {
    font-family: 'FunktionalGrotesk-Regular';
    src: url('../fonts/FunktionalGrotesk-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'FunktionalGrotesk-RegularItalic';
    src: url('../fonts/FunktionalGrotesk-RegularItalic.otf') format('opentype');
}


* 2. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
}

html, body {
height: 100%;
line-height: 170%;
font-family: Myriadpro serif;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}

/* IE10 scrollbar FIX */
html {
-ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 14px;
line-height: 1.5;
font-style: normal;
font-weight: 400;
color: #000;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
}

a {
color: #000;
text-decoration: none;
outline: none;
}

a:hover,
a:visited,
a:active,
a:focus {
color: #000;
text-decoration: none;
outline: none;
}

p {
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
line-height: 2;
}

p a,
p a:hover {
/*color: #fff;*/
color: black;
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #5f5f5f;
color: #000;
}

::selection {
background: #5f5f5f;
color: #000;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}


/* 4. section */
.sections {
position: relative;
z-index: 7;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}

.section {
overflow: hidden;
}





































#header-logo{
    position: relative;
    top: 10px;
    left: 10px;
}
#header-logo a img{
    height: 50px;
}
#header-menu{
    position: relative;
    left: 10px;
}
#header-menu nav a{
    color: #000;
    font-family: 'FunktionalGrotesk-Regular', -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
    font-size: 50px;
    margin-right: 15px;
    display: inline-block;
}
#header-menu nav a:hover{
    text-decoration: none;
    font-family: 'FunktionalGrotesk-RegularItalic', -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
}






body{
    background: white;
/*    background: #f2f0dc;*/
    font-family: 'FunktionalGrotesk-Regular', -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
}
footer{
    text-align: center;
    padding-top: 50px;
}
.fs-20{
    font-size: 20px;
    line-height: 20px;
}
.fs-12{
    font-size: 12px;
    line-height: 13px;
}
.text-underlined{
    text-decoration: underline;
}

/*index page*/

#banner img{
    width: 100%;
}
#index-center-text{
    margin: 50px 0;;
}
.center-text-class{
    text-align: center;
    font-family: 'FunktionalGrotesk-Regular', -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
}

.yellow-bg{
    background-color: #F9EA6B;
}
.blue-bg{
    background-color: #A2BBD0;
}

.my-block-div{
    text-align: center;
    margin: 50px 5px;
}
.tire{
    display: grid;
    margin: 20px 0;
}
.tire::before, .tire::after{
    content: "—";
    margin: 10px 0;
    font-size: 12px;
    line-height: 0;
}
.cont-text p{
    font-size: 20px;
    line-height: 22px;
    font-family: 'FunktionalGrotesk-Regular', -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
}
.cont-text-center p, .title-text-art-small{
    font-size: 12px;
    line-height: 13px;
    font-family: 'FunktionalGrotesk-Regular', -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
}
.cont-text b, .title-text-art-big{
    font-size: 50px;
    line-height: 65px;
    font-weight: normal;
}
.cont-text b:hover, .title-text-art-big:hover{
    font-family: 'FunktionalGrotesk-RegularItalic', -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
}
.cont-text-col2{
    text-align: left;
    columns: 2;
}
.videcontent-art-section{
    display: flex;
    columns: 2;
}
.videcontent-art-section div.nopadding{
    width: 50%;
}
.videcontent-art-section video{
    width: 100%;
}

.navigation-fire, .navigation-menu{
    display: none;
}


.publications-container, .publications-container a{
    color: black;
    text-decoration: none;
}
.publications-container .row{
    display: flex;
}
.publication-cont{
    height: auto;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.publication-cont{
    padding: 0;
    height:700px;
    width: 100%;
}
.publication-cont-text{
    text-align: center;
}
.publication-cont .publication-cont-img-div{
    height: 700px;
    background-position: center;
    background-size: cover;
}
.title-text-art-normal{
    font-size: 20px;
    line-height: 22px;
}
.title-text-art-img img{
    width: 100%;
    max-width: 520px;
}

p.mb-20{
    margin-bottom: 20px;
}

/*MENU*/
.menu-toggle {
    cursor: pointer;
    display: inline-block;
    color: black;
    user-select: none;
    padding-left: 10px;
}
.menu {
    display: none;
    position: absolute;
    top: 65px;
    left: 0px;
    background: white;
    width: 100vw;
    height: 100vh;
}
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu ul li {
    padding-left: 10px;
}
.menu ul li:last-child {
    border-bottom: none;
}
.menu ul li a{
    font-size: 50px;
}
.menu ul li a:hover{
    font-family: 'FunktionalGrotesk-RegularItalic', -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
}



/*MOBILE*/

@media (max-width: 1700px) {
    .publication-cont {
        height: 41vw;
    }
    .publication-cont .publication-cont-img-div {
        height: 41vw;
    }
}


@media (max-width: 1200px) {
    .publication-cont p{
        font-size: 12px;
        line-height: 13px;
    }
    #header{
        position: fixed;
        height: 70px;
        background: white;
        width: 100vw;
        top: 0;
        display: flex;
        justify-content: space-between;
        z-index: 10;
    }
    #header-menu{
        display: none;
    }
    #header-logo{
        position: relative;
        top: 10px;
        left: -20px;
    }
    #banner{
        margin-top: 70px;
    }
    .navigation-fire, #header-logo{
        display: inline-block;
    }
    #navigation-icon{
        font-size: 50px;
    }
    #section1{
        margin-top: 30px;
    }
    .cont-text-col2 {
        columns: 1;
    }
}

@media (max-width: 600px) {
    .publication-cont p{
        font-size: 12px;
        line-height: 13px;
    }
    .publications-container .row {
        display: contents;
    }
    .publication-cont {
        height: 80vw;
    }
    .publication-cont .publication-cont-img-div {
        height: 80vw;
    }
    .videcontent-art-section {
        display: block;
        columns: 1;
    }
    .videcontent-art-section div.nopadding {
        width: 100%;
    }
    .videcontent-art-section div.nopadding:last-child{
        position: relative;
        top: -5px;
    }
}