@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

.ggdefaulthotspot {
    font-family: larken, sans-serif !important;
    font-size: 14px;
    padding: 5px;
    border-radius: 30px !important;
}

a {
    color: #000;
    transition: 0.2s ease-in all;
}

a:hover {
    color: #ff3b00;
}

.larken {
    font-family: larken, sans-serif !important;
}


.manrope {
    font-family: "Manrope", sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.welcome-text {
    font-family: larken, sans-serif !important;
    font-size: 30px;
}

.intro-logo {
    margin: 10px 0 0px 0;
}

.intro-logo img {
    width: 400px;
}

.intro-text-1 {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
}

.intro-text-2 {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
}

.intro-text-3 {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
}

.intro-text-4 {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-top: 20px;
}

.capacitytext h3 {
    margin: 0 0 15px 0;
    font-family: Mrs Eaves, Verdana, sans-serif;
}

.capacitytext ul {
    margin: 0 0 20px 0;
    padding-left: 15px;
}

.posterimage {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.splashlogo img {
    width: 350px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.otherlogos img {
    width: 180px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.welcomeblock {
    text-align: center;
}

.button-container {
    text-align: center;
    margin: 5px 0 0 0;
}

.button-container span {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    transition: 0.2sease-in background;
    font-weight: 300;
    padding: 14px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.1;
    min-width: 80px;
    background: #000;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
}

.button-container span:hover {
    background: #76addd;
    color: #fff;
}  

.info-box-content ul {
    padding-left: 20px;
    margin: 0;
}

.info-box-content ul li {
    margin-bottom: 10px;
}

.info-box-content ul li:last-child {
    margin-bottom: 0;
}

.welcometohornbill {
    font-size: 56px;
}

.gradient-button {
    background-image: linear-gradient(320deg, #67cad3, #1c91c4) !important;
}

.gradient-button:hover {
    background-image: linear-gradient(320deg, #67cad3, #67cad3) !important;
}

.flippedicon {
    transform: scaleX(-1);
}

@media (max-width:1024px) {

    .welcome-text {
        font-size: 28px;
    }

    .intro-logo img {
        width: 200px;
    }

    .intro-logo {
        margin: 0 0 10px;
    }

    .intro-text-1,
    .intro-text-2,
    .intro-text-3,
    .intro-text-4 {
        font-size: 17px;
    }

    .intro-text-container {
        width: 100% !important;
    }

    .intro-text-container > div {
        white-space: break-spaces !important;
        padding: 0 15px !important;
    }

    .intro-text-4 {
        display: block;
    }


    .menutitle > div {
        /*font-size: 14px !important;*/
    }

}

