﻿.hydra-hero {
    position: absolute;
    top: -95vh;
    padding: 1% 0% 0% 8%;
    color: #454545;
    width: 100%;
    text-align: left;
}

.hydra-section-light, .hydra-section-dark {
    padding: 2% 10% 2% 10% !important;
    text-align: left;
    font-size: 130%;
    line-height: 2;
    background-color: #FFFFFF;
}

.hydra-section-dark {
    background-color: #F7F7F7;
}

.tagline {
    font-family: 'Century Gothic';
    font-weight: bold;
    font-size:clamp(32px, 3.5vw, 74px);
    line-height:1.2;
}

.tagline-subtitle {
    font-family: 'Century Gothic';
    font-size: clamp(14px, 1.5vw, 48px);
}


h1 {
    font-family: 'Century Gothic';
    font-weight: bold;
    font-size: 3rem;
    padding-bottom:1rem;
    padding-top:1rem;
}

h2 {
    font-family: 'Century Gothic';
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.image-map {
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
    max-width: 100%;
    height: auto;
    display: block;
    margin:2rem auto;
}
.cta {
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 1rem;
    border: 1px solid #009ED6;
    border-radius: 0.3vw;
    padding: 0.5vw 1.5vw; /*10px 30px;*/
    /*width:15vw;*/
}

    .cta:hover {
        background-color: #454545;
        color: white;
        border: 1px solid #454545;
    }

.cta-1 {
    background-color: #009ED6;
    color: white;
    margin-right: 10px;
}

.cta-2 {
    background-color: white;
    color: #009ED6;
}

.badge {
    width: 10vw;
}


hr {
    margin-top: 0px !important;
}

#dynamic-content {
    padding: 0% !important;
}


/*Tablet Vertical Display*/
@media (max-width: 1000px) and (orientation: portrait) {
    .badge {
        display: none;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        width: 100% !important;
    }

    .cta {
        font-size: 1.5rem;
        padding: 1.5vw 2.5vw; /*10px 30px;*/
        border-radius: 0.6vw;
    }
}


/*Mobile Horizontal Display*/
@media (max-width: 1000px) and (orientation: landscape) {

    .hero {
        padding: 1% 0% 0% 8%;
    }

    h1 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1rem;
    }

    .cta {
        font-size: 1rem;
        padding: 1.5vw 2.5vw; /*10px 30px;*/
        border-radius: 0.5vw;
    }

    .badge {
        display: none;
    }
}
/*small Phones horizontal*/
@media (max-width:800px) and (orientation: landscape) {
    .hero {
        padding: 1% 40% 0% 8%;
    }
}

/*Mobile Vertical Display*/
@media (max-width:500px) and (orientation: portrait) {

    h1 {
        font-size: 1.5rem;
    }



    h2 {
        width: 100% !important;
        /*font-size: 1rem;*/
    }

    .cta {
        font-size: 1rem;
        padding: 1.5vw 2.5vw; /*10px 30px;*/
        border-radius: 0.8vw;
    }

    .hero {
        padding: 1% 8% 0% 8%;
    }

    .badge {
        display: none;
    }
}





/*Large Screen Display*/
@media (min-width: 2000px) {
    h1 {
        font-size: 8rem;
        margin-bottom: 1vw;
    }

    h2 {
        font-size: 4rem;
        margin-bottom: 1vw;
    }

    .cta {
        font-size: 3rem;
        margin-right: 1vw;
    }
}

@media (min-width: 5000px) {
    h1 {
        font-size: 15rem;
        margin-bottom: 1vw;
    }

    h2 {
        font-size: 8rem;
        margin-bottom: 1vw;
    }

    .cta {
        font-size: 5rem;
        margin-right: 1vw;
    }
}
