body{
    background-color: #B9DBE3;
    color: #1F4C6D;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    
}
body a {
    text-decoration: none;
    color: none;
    color: #1F4C6D;
}

body a:hover {
    text-decoration: none;
    color: none;
    color: #1F4C6D;
}

#intro-content{
    width: 56%;
    height: 76%;
    top:10%;
    margin: auto;
    position: relative;
    text-align: center;
}

.main-intro{
    font: normal normal bold 90px/90px Quarto;
    letter-spacing: 3px;
    color: #1F4C6D;
    text-align: center;
    margin-bottom: 10px;
}

.sub-intro{
    font: normal normal normal 50px/70px Quarto;
    letter-spacing: 1.5px;
}

#intro-titles{
    margin-bottom: 75px;
}

#intro-content button{
    height: 53px;
    box-shadow: 0px 5px 10px #4545451D;
    border: 2px solid #1F4C6D;
    border-radius: 90px;
    opacity: 1;
    font: normal normal bold 22px Montserrat;
    letter-spacing: 0.66px;
    color: #1F4C6D;
    opacity: 1;
    text-align: left;
    padding: 0px 20px;
}

/* logo is an img that has to be in the top right corner */
#logo{
    position: absolute;
    width: 153px;
    height: 97px;
    top: 27px;
    right: 20px;
}

#help{
    position: absolute;
    width: 46px;
    height: 46px;
    top: 28px;
    left: 30px;
    z-index: 100 !important;
}

.nftooltip.tooltipster-sidetip.tooltipster-base{
    left:32px !important;
    z-index: 99 !important;
}

.nftooltip {
    margin-top: 30px;
    padding: 16px 25px;
}
.nftooltip.tooltipster-sidetip>.tooltipster-box{
    background-color: #FEFFFF;
    border: 2px solid #1F4C6D;
    border-radius: 26px;
    padding-top: 5px;
    
}
/* Use this next selector to style things like font-size and line-height: */
.nftooltip>.tooltipster-box>.tooltipster-content {
    text-align: left;
    font: normal normal normal 24px/33px Montserrat;
    letter-spacing: 0px;
    color: #1F4C6D;
    opacity: 1;
    
}

@media (max-width: 660px){ 
    .main-intro{
        font: normal normal bold 30px/30px Quarto;
    }
    .sub-intro{
        font: normal normal normal 22px/22px Quarto;
    }
    #intro-titles{
        margin-bottom: 15px;
    }
    #intro-content{
        top:10%;
    }

    #logo{
        position: absolute;
        width: 75px;
        height: 50px;
        top: 15px;
        right: 10px;
    }
    #intro-content button{
        height: 25px;
        font: normal normal bold 14px Montserrat;
        padding: 0px 10px;
    }
    .nftooltip>.tooltipster-box>.tooltipster-content {
        font: normal normal normal 14px/16px Montserrat;
    }
}


@media (min-width: 661px) and (max-width: 915px) { 
    .main-intro{
        font: normal normal bold 36px/36px Quarto;
    }
    .sub-intro{
        font: normal normal normal 30px/34px Quarto;
    }
    #intro-titles{
        margin-bottom: 70px;
    }
    #intro-content{
        top:10%;
    }

    #logo{
        position: absolute;
        width: 75px;
        height: 50px;
        top: 15px;
        right: 10px;
    }
    #intro-content button{
        height: 35px;
        font: normal normal bold 18px Montserrat;
        padding: 0px 10px;
    }
    .nftooltip>.tooltipster-box>.tooltipster-content {
        font: normal normal normal 16px/16px Montserrat;
    }
}

@media (min-width: 916px) and (max-width: 1025px) { 
    .main-intro{
        font: normal normal bold 50px/50px Quarto;
    }
    .sub-intro{
        font: normal normal normal 40px/70px Quarto;
    }
    #intro-titles{
        margin-bottom: 70px;
    }

    #intro-content{
        top:10%;
    }

    .nftooltip>.tooltipster-box>.tooltipster-content {
        font: normal normal normal 18px/20px Montserrat;
    }
}

@media (min-width: 1025px) and (max-width: 1520px) { 
    .main-intro{
        font: normal normal bold 64px/64px Quarto;
    }
    .sub-intro{
        font: normal normal normal 45px/70px Quarto;
    }
    #intro-titles{
        margin-bottom: 103px;
    }
    .nftooltip>.tooltipster-box>.tooltipster-content {
        font: normal normal normal 18px/24px Montserrat;
    }
} 