.fullpage{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}

.abtcontainer{
    width: 80vw;
    height: auto;
    border-radius: 5vh;
    border: none;
    box-shadow: 0px 0px 5px 1px lightgrey;
    margin-top: 20vh;
    margin-bottom: 10vh;
}

.abtnav{
    padding-left: 2vh;
    padding-right: 2vh;
    border-radius: 5vh;
    background-color: black;
    color: white;
    font-size: 2vh;
    box-shadow: 0px 0px 5px 1px lightgrey;
    width: 100%;
    margin-bottom: 5vh;
    height: 12vh;
    position: relative;
}

.abtmenu{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12vh;
    line-height: 12vh;
}

#mobileabtmenu{
    display: none;
}

.abtmenu button{
    width: 10%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    border-radius: 5vh;
    border: none;
    background-color: black;
    color: white;
    height: 6vh;
}

.abtmenu button:hover{
    background-color: lightgray;
    color: black;
}

.abtmenu .legal{
    width: 15% !important;
}

.abtcontent div{
    margin-bottom: 5vh;
    display: none;
}

.abtcontent .open{
    display: block;
}

.abtcontent h2{
    font-size: 4vh;
    color: transparent;
    background-image: linear-gradient(45deg, #4834d4, #be2edd);
    background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    padding-bottom: 3vh;
    text-align: left;
    padding-left: 10vw;
}

.abtcontent p{
    width: 60vw !important;
    text-align: left !important;
    font-size: 2.5vh;
    line-height: 3.5vh;
    margin-left: 10vw;
}

#abtFAQs ul li{
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    display: block;
    padding: 3vh;
    box-shadow: 0px 0px 5px 1px lightgrey;
    border-radius: 2vh;
    overflow: hidden;
}

#abtFAQs ul li section{
    height: 100%;
    display: inline-block;
    text-align: center;
    line-height: 6vh;
    width: 30%;
}

#abtFAQs ul li section button{
    background-image: linear-gradient(45deg, #4834d4, #be2edd);
    border: none;
    border-radius: 50%;
    height: 4vh;
    width: 4vh;
    color: white;
    font-weight: 600;
}

.FAQ{
    text-align: left;
    margin-bottom: 4.5vh;
}

.FAQ p{
    width: 60% !important;
    text-align: left !important;
    font-size: 2.5vh;
    line-height: 3.5vh;
    margin-left: 0vw;
    display: inline-block;
    float: right;
}

.abtcontent form{
    background-color: black;
    border-radius: 4vh;
    border: none;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 8vh;
    margin-top: 4.5vh;
    margin-bottom: 2.5vh;
}

.abtcontent form input{
    border: none;
    border-radius: 4vh;
    height: 100%;
    width: 65%;
    background-color: black;
    color: white !important;
    padding-left: 70px;
    display: inline-block;
    float: left;
}

.abtcontent form button{
    color: white;
    background-color: black;
    border-radius: 4vh;
    border: none;
    display: inline-block;
    float: right;
    height: 100%;
    width: 30%;
}

#abtlegal button{
    background-color: #4834d4;
    color: white;
    height: 8vh;
    width: auto;
    margin: 2vh;
    text-align: center;
    line-height: 8vh;
    border: none;
    border-radius: 4vh;
    padding-left: 2vh;
    padding-right: 2vh;
}

@media only screen and (max-width: 800px){

    #closer{
        display: none;
        position: relative;
    }

    .abtnav{
        padding: 0;
        z-index: 10;
    }

    .abtmenu{
        display: none;
        height: auto;
        width: 100% !important;
        overflow: hidden;
        padding: 0;
        background-color: black;
        border-radius: 0vh 0vh 5vh 5vh;
        padding-top: 4vh;
        text-align: center !important;
    }

    .abtmenu button{
        display: block;
        height: 7vh;
        line-height: 7vh;
        font-size: 2vh;
        width: 100% !important;
        border-radius: 5vh;
        margin: 0;
    }

    .abtmenu .legal{
        display: block;
        height: 7vh;
        line-height: 7vh;
        font-size: 2vh;
        width: 100% !important;
    }

    #mobileabtmenu{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 12vh;
        line-height: 12vh;
    }

    #mobileabtmenu h1, #mobileabtmenu button{
        display: inline-block;
        line-height: 5vh;
    }

    #mobileabtmenu h1{
        position: relative;
        right: -5vw;
    }

    #mobileabtmenu button{
        color: black;
        height: 5vh;
        width: 5vh;
        border-radius: 50%;
        border: none;
        background-color: white;
        font-size:2vh;
        float: right;
        margin-top: 3.5vh;
        margin-bottom: 3.5vh;
        margin-right: 3vh;
    }

    #abtFAQs section{
        line-height: 7.5vh;
    }

    #abtFAQs section h4{
        line-height: 2vh;
        font-size: 1.75vh;
    }

    .abtcontent p{
        line-height: 2.5vh;
        font-size: 1.8vh;
    }

}