



*{
    box-sizing: border-box;
}
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family:"neulis-sans";
    background-image: url('../img/BANANA_BG.jpg?v=2');
    background-position: center center;
}
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;
}
main{
    display: flex;
    height: calc(100vh - 130px);
    width: 100vw;
    align-items: center;
    text-align: center;
}
.yellow-block {
    background-color: #F8DA14;
    position: fixed;
    bottom: 0;
    height: 130px;
    width: 100%;
}

.yellow-block .container{
    width: 100%;
    background-color: #F8DA14;
    max-width: 1920px;
    padding: 0 160px;
    margin: 0 auto;
}

.yellow-block .container .row{
    display: flex;
    background-color: #F8DA14;
    justify-content: space-between;
}

.content p {
    font-size: 12px;
    line-height: 16px;
}

.right-text{
    text-align: right;
}

.flex-box {
    flex: 1;
}
h1 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    width: 100%;
    padding: 0 20px;
}
h2{
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0px;
    transform: translateY(-24px);
    color: #F8DA14;
    font-weight: 900;

}
a{

    margin: 50px;
}
img {
    width: 100%;
}
.banana-logo {
    margin-bottom: 50px;
}
.logos{
  margin-top: 25px;
    display: flex;
    align-items: center;
    justify-items: center;
    width: 100%;
}
.logos p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile{
    display: none;
}
.bowtie-logo {
    max-width: 260px;
}
.mixologist-logo {
    width: 200px;
}


@media screen and (max-height: 600px){
main {
    height: 100vh;
  }
  .yellow-block {
    position: static;
  }
}

@media screen and (max-height: 650px){

    
    .banana-logo {
        margin-bottom: 40px;
      }
      a {
        margin: 40px;
      }
      .logos {
        margin-top: 15px;
      }
}


@media screen and (min-width: 1800px){
    .banana-logo {
        margin-bottom: 50px;
    }
    .banana-logo img{
        width: 500px !important;
    }
    .bowtie-logo {
        width: 280px;
    }
    .mixologist-logo {
        width: 260px;
    }
    h2 {
        font-size: 50px;
        margin-bottom: 15px;
        transform: translateY(-31px);
      }
      .content p {
        font-size: 16px;
        line-height: 21px;
      }
      .yellow-block {
        height: 170px;
      }
      main {
        height: calc(100vh - 170px);
      }
      
        h1 {
            font-size: 45px;
        }
}

@media screen and (max-width: 779px){
    .desktop{
        display: none;
    }
    .mobile {
        display: block;
        text-align: center;
    }
    .content{
        padding-bottom: 80px;
    }
    .content.grey {
        background-color: #0F0F0F;
        color: #fff;
    }
    .content.grey h2 {
        color: #0F0F0F;
    }
    .banana-logo {
        padding:  0 20px;
    }
    h2{
        margin-top: 0;

    }
    a {
        margin: 35px;
      }
    img {
        max-width: 100%;
    }
    .yellow-block .container{
        padding: 0;
    }
    .right-text {
        text-align: center;
      }
    .yellow-block .container .row{
        display: block;
        text-align: center;
    }
    h1 {
        font-size: 25px;
      }
    main {
        height: auto;
    }
    .banana-logo {
        margin-top: 40px;
      }
      .yellow-block{
        position: static;
        height: auto;
        margin-top: 60px;
      }
    .logos p {
        flex-direction: column;
    }
}