* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Lato';
}

html {
    scroll-behavior: auto !important;
}

.navbar {
    position: fixed;
    background-color: white;
    top: 50px;
    right: 0px;
    z-index: 1;
}

.nav-link,
.nav-link:hover,
.nav-link:active,
.bottom-menu-link {
    color: #DE004B;
    font-family: "Lato-Black";
    font-size: 20px;
}

.nav-item.active {
    color: #DE004B;
}

.text-red {
    color: #FF0000;
}

.text-fucsia {
    color: #DE034B;
}

.text-fucsia-light {
    color: #F094A0;
}

.text-violet {
    color: #9696CE;
}

.text-green {
    color: #BFDA84;
}

.text-orange {
    color: #D44B3A;
}

.text-azure {
    color: #7FCEDD;
}

.bg-fucsia {
    background-color: #DE034B;
}

.bg-violet {
    background-color: #9696CE;
}

.bg-green {
    background-color: #BFDA84;
}

.bg-orange {
    background-color: #D44B3A;
}

.bg-azure {
    background-color: #7FCEDD;
}

.bg-light-brown {
    background-color: #F5F2ED;
}

.bg-medium-brown {
    background-color: #DAD6D2;
}

.bg-brown {
    background-color: #94877A;
}

.bg-pink {
    background-color: #F094A0;
}

.font-size-21 {
    font-size: 14px;
}

.font-size-29 {
    font-size: 17px;
}

.font-size-32 {
    font-size: 14px;
}

.font-size-40 {
    font-size: 18px;
}

.font-size-49 {
    font-size: 25px;
}

.font-size-90 {
    font-size: 30px;
}


.font-lato-black {
    font-family: 'Lato-Black';
}

.font-lato-bold {
    font-family: 'Lato-Bold';
}

.hamburger-menu {
    display: block;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 13px;
    right: 13px;
}

.line {
    display: block;
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #DE004B;
    transition: transform 0.3s ease-in-out;
}

.hamburger-menu.open .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.open .line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open .line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.logo {
    position: absolute;
    width: 34vw;
    left: 16%;
    bottom: 55%;    
}

#intro {
    position: relative;
    background: url(../../assets/img/header-bkg.png) no-repeat center bottom;
    background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 100px;
    height: calc(100vw * 1080.0 / 1920.0);
    margin: 0 auto;
}

.header .container {
    position: relative;
}

.banner {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#intro .banner .title {
    font-family: "Lato-Black";
    font-size: 18px;
}

#intro .banner .description {
    font-family: "Lato-Bold";
    font-size: 12px;
}

.section .title {
    font-family: "Lato-Black";
    font-size: 22px;
}

#todo {
    position: relative;
}

#todo::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/img/main-bkg-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vw * 292/1920);
    width: 100%;
    top: 0px;
}

#todo .step-title {
    font-family: "Lato-Light";
    font-size: 50px;
}

#todo .step-img {
    width: 50%;
}

#todo .step-text-title {
    font-family: "Lato-Black";
    font-size: 18px;
    line-height: 1.3;
}

#todo .step-text-description {
    font-family: "Lato";
    font-size: 18px;
    line-height: 1.2;
}

#questionary-intro {
    position: relative;
}

.btn-gotoquestionary {
    background-color: #DE004B;
    border-radius: 49px;
    position: absolute;
    top: -20px;
    cursor: pointer;
}

.btn-questionary, .btn-changereservation {
    background-color: #DE004B;
    border-radius: 49px;
    cursor: pointer;
}

.btn-booking {
    background-color: #ffffff;
    color: #DE004B;
    border-radius: 49px;
    cursor: pointer;
}

.booking-box {
    display: none;
}

.booking-done{
    display: none;
}

#moreinfo {
    position: relative;
    background: url(../../assets/img/people.png) no-repeat center top;
    background-size: cover;
    height: calc(100vw * 534/1920);
    width: 100%;
    top: 0px;
}

.questionary-line {
    border: 2px solid #DE034B;
}

.questions {
    text-align: center;
}

.questionary-select {
    width: 50%;
}

.questionary-box {
    display: none;
}

.print-logo-box {
    display: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .font-size-21 {
        font-size: 16px;
    }
    
    .font-size-29 {
        font-size: 20px;
    }

    .font-size-32 {
        font-size: 17px;
    }

    .font-size-40 {
        font-size: 25px;
    }

    .font-size-49 {
        font-size: 30px;
    }

    .font-size-90 {
        font-size: 40px;
    }

    .banner {
        bottom: 4%;
    }

    .section .title {
        font-size: 30px;
    }

    #intro .banner .title {
        font-size: 30px;
    }

    #intro .banner .description {
        font-size: 13px;
    }

    .btn-questionary {
        top: -26px;
    }    

    .btn-gotoquestionary {
        top: -29px;
    }        
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .font-size-21 {
        font-size: 18px;
    }

    .font-size-29 {
        font-size: 23px;
    }

    .font-size-32 {
        font-size: 20px;
    }

    .font-size-40 {
        font-size: 30px;
    }

    .font-size-49 {
        font-size: 35px;
    }

    .font-size-90 {
        font-size: 50px;
    }

    .banner {
        bottom: 5%;
    }

    #intro .banner .title {
        font-size: 40px;
    }

    #intro .banner .description {
        font-size: 18px;
    }

    .section .title {
        font-size: 45px;
    }

    .btn-questionary {
        top: -29px;
    }      

    .btn-gotoquestionary {
        top: -31px;
    }       
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .font-size-21 {
        font-size: 20px;
    }

    .font-size-29 {
        font-size: 26px;
    }

    .font-size-32 {
        font-size: 25px;
    }

    .font-size-40 {
        font-size: 35px;
    }

    .font-size-49 {
        font-size: 40px;
    }

    .font-size-90 {
        font-size: 70px;
    }

    .navbar {
        position: relative;
        background-color: transparent;
        top: auto;
        right: auto;
        z-index: 0;
    }

    .nav-link,
    .nav-link:hover,
    .nav-link:active,
    .bottom-menu-link {
        font-size: 26px;
    }

    .banner {
        bottom: 5%;
    }

    #intro .banner .title {
        font-size: 50px;
    }

    #intro .banner .description {
        font-size: 23px;
    }

    .section .title {
        font-size: 50px;
    }

    #todo .step-title {
        font-size: 60px;
    }

    #todo .step-img {
        width: 100%;
    }
        
    #todo .step-text-title {
        font-size: 22px;
        min-height: 110px;
    }
    
    #todo .step-text-description {
        font-size: 16px;
    } 
    
    .btn-questionary {
        top: -32px;
    }  
    
    #moreinfo .font-size-32 {
        font-size: 20px;
    }

    #moreinfo .font-size-40 {
        font-size: 25px;
    }

    #moreinfo .font-size-49 {
        font-size: 30px;
    }    

    .col-novartis {
        border-right: 2px solid #707070;
        text-align: left;
    }

    .btn-gotoquestionary {
        top: -35px;
    }
    
    .questions {
        text-align: left;
    }  
    
    .questionary-select {
        width: 100%;
    }
        
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .font-size-21 {
        font-size: 21px;
    }

    .font-size-29 {
        font-size: 29px;
    }

    .font-size-32 {
        font-size: 32px;
    }

    .font-size-40 {
        font-size: 40px;
    }

    .font-size-49 {
        font-size: 49px;
    }

    .font-size-90 {
        font-size: 90px;
    }

    #moreinfo .font-size-32 {
        font-size: 24px;
    }

    #moreinfo .font-size-40 {
        font-size: 28px;
    }

    #moreinfo .font-size-49 {
        font-size: 38px;
    }

    #intro .banner .title {
        font-size: 60px;
    }

    #intro .banner .description {
        font-size: 28px;
    }

    .section .title {
        font-size: 55px;
    }

    #todo .step-title {
        font-size: 70px;
    }
        
    #todo .step-text-title {
        font-size: 25px;
        min-height: 110px;
    }
    
    #todo .step-text-description {
        font-size: 18px;
    }     

    .btn-questionary {
        top: -38px;
    }    

    .btn-gotoquestionary {
        top: -40px;
    }
    
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    #intro .banner .title {
        font-size: 80px;
    }

    #intro .banner .description {
        font-size: 34px;
    }

    .section .title {
        font-size: 60px;
    }

    #todo .step-title {
        font-size: 80px;
    }

    #todo .step-text-title {
        font-size: 30px;
        min-height: 130px;
    }
    
    #todo .step-text-description {
        font-size: 20px;
    }    

    .font-size-49 {
        font-size: 49px;
    }    
    
}

@media (min-width: 1600px) {
    .container {
        min-width: 1580px;
    }

    #intro .banner .title {
        font-size: 100px;
    }

    #intro .banner .description {
        font-size: 40px;
    }

    #todo {
        padding-top: 7rem !important;
    }

    .section .title {
        font-size: 68px;
    }

    #todo .step-title {
        font-size: 93px;
    }

    #todo .step-text-title {
        font-size: 35px;
        min-height: 150px;
    }
    
    #todo .step-text-description {
        font-size: 24px;
    }

    #moreinfo .font-size-32 {
        font-size: 30px;
    }

    #moreinfo .font-size-40 {
        font-size: 35px;
    }

    #moreinfo .font-size-49 {
        font-size: 44px;
    }    
}

@media (min-width: 1920px) {
    #moreinfo {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    #intro {
        min-height: 100vh;
    }
}

@media print {
    #intro, #footer, #btnPrint, #btnEnd {
        display: none;
    }

    .print-logo-box {
        display: block;
    }

    .print-logo {
        width: 30%;
    }
    
    
}
