body {
    background-image: url("/images/aurora_8.png");
    overflow-x: hidden;
    background-repeat: no-repeat;
}

.header {
    display: flex;
    flex-direction: column;
}

.logo {
    padding: 0;
    height: 9vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgLogo {
    height: 7vh;
}

.section {
    margin: auto;
    width: 50%;
    padding: 70px;
    align-content: center;
    text-align: center;
}

.navLinks {
    background-color: transparent;
    height: 5vh;
    display: flex;
    flex-direction: row;
    width: 100vw;
    justify-content: space-around;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}


.rotateIn {
    background-color: darkgray;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 40px;
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navLinks nav a {
    font-weight: lighter;
    font-size: 2.5vh;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
}

.navLinks nav a:hover {
    padding-bottom: 0.1px;
    text-decoration: none;
    border-bottom: 1px solid black;
}

.text_h1 {
    text-align: center;
}

.container {
    margin-top: 420px;
}

.carousel-inner {
    margin: auto;
 
    max-height: 200px !important;
}

.audio {
    visibility: hidden;
}

.newsletter {
    margin-top: -230px;
}

.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px;
}

.newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
}



.newsletter .content .form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.newsletter .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: #243c4f;
    color: #fff;
    font-weight: 600;
}

.header {
    display: flex;
    flex-direction: column;
}

.logo {
    padding: 0;
    height: 9vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Copyright: https://www.theappguruz.com/tag-tools/web/CSSAnimations/*/
.rotateIn {
    background-color: darkgray;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 40px;
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

@media only screen and (max-width: 1000px) {

    body {
        background-color: transparent;
        background-image: url("/images/aurora_8.png");
        overflow-x: hidden;
        height: -20px;
        background-position: left -900px top 0;
        background-repeat: no-repeat;
    }

}

@media only screen and (max-width: 1024px) {

    body {
        background-color: transparent;
        background-image: url("/images/aurora_8.png");
        overflow-x: hidden;
        height: -20px;
        background-position: left -900px top 0;
        background-repeat: no-repeat;
    }


    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 230px;
        max-height: 150px;
        height: auto;
    }


    .carousel-inner {
        width: 300vw;
        max-height: 700px !important;
    }

}

@media only screen and (max-width: 1100px) {

    body {
        background-color: transparent;
        background-image: url("/images/aurora_8.png");
        overflow-x: hidden;
        height: -20px;
        background-position: left -600px top 0;
        background-repeat: no-repeat;
    }

    .navLinks nav {
        background-color: transparent;
        display: flex;
        flex-direction: row;
        font-size: 1vh;
        color: white;
        font-weight: bold;
        justify-content: space-around;
    }

    .navLinks {
        background-color: transparent;
        height: 10vh;
        display: flex;
        flex-direction: row;
        width: 100vw;
        justify-content: space-around;
        font-family: 'Poppins', sans-serif;
 
    }

    
}
}


