* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

#nav_top_bar {
    background-color: #1e1854;

}

#nav_top_bar_content {
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin-left: auto;
    margin-right: 5%;
    justify-content: center;
    align-items: center;
    height: fit-content;
    padding: 10px 0px;
}

#nav_top_bar_content div {
    height: 30px;
    width: 5px;
    background-color: #ca12a2;
    margin: 0px 20px;
}

#nav_top_bar_content p {
    margin-top: 0px;
    color: white !important;
    font-size: 14px;
}

#logo_container>img {
    height: 100px !important;
    width: auto !important;
    margin-left: 5%;
}

#nav_bar_button {
    display: flex;
    height: 100%;
    width: 100%;
    border-left: 2px #ca12a2 solid;
    background-color: #ca12a2;
}

#nav_bar_button a {
    color: white;
    display: flex;
    width: 100%;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #ca12a2;
}

#nav_bar_button a:hover {
    color: #ca12a2;
    background-color: white;
}

section {
    background-image: url("Sphere_background_v2.jpg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    position: relative;

}

.top-svg {
    margin-top: -400px !important;
    z-index: 100 !important;
    position: relative;

}

h1 {
    color: #1e1854 !important;
    margin-bottom: 50px;
    font-size: 30px;
    text-align: center;

}

h2 {
    color: #1e1854;
    ;
    font-size: 20px;
    text-align: center;
}

h3 {
    color: #1e1854;
    ;
    font-size: 30px;
}

#content-outer {
    background-color: #ffffff;
    width: 100%;

}

#content_bg {
    background-color: #ffffff;
    padding: 50px 10px 0px 10px;
}

#content {
    max-width: 1000px;
    padding: 20px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    z-index: -10px;
}

p {
    margin-top: 40px;
    color: #1e1854 !important;
    font-size: 20px;
}

#bottom_section {
    background-color: #61C6C1;
    padding-bottom: 100px;
    position: relative;
    margin-top: -20px;

}

#bottom_title {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
    font-size: 18px;
    color: #1e1854 !important;
    text-align: center;
}

.small {
    font-size: 16px;
    color: #1e1854 !important;
    text-align: center;
    padding: 20px;
    max-width: 1000px;
    margin: auto;
}

button {
    margin-top: 50px;
    color: white;
    background-color: #ca12a2;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 7.5px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s ease;
}

button:hover {
    color: #ca12a2;
    background-color: white;
    cursor: pointer;
    border-bottom: 1px #ca12a2 solid;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px !important;
}

footer p {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

#icons_container img {
    height: 150px;
    width: auto;
}

button {
    border: 0px;
}

#icons_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


#icon-doc{
    fill: #1e1854;
    height:50px;
}

#link-bottom{
    color: #1e1854;
    text-decoration: none;
}

#link-bottom:hover{
    text-decoration: underline;
}


@media only screen and (min-width: 600px) {
    section {

        height: 600px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 800px) {
    section {
        background-position: 0px -60px;
    }
}

@media only screen and (min-width: 900px) {

    #content_bg {
        position: relative;
        z-index: 200 !important;
        margin-top: -100px;
    }

    #bottom_section {
        position: relative;
        margin-top: -100px;
    }

    #content>div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    section {
        background-position: 0px -60px;
    }
}

@media only screen and (min-width: 1000px) {
    section {
        background-position: 0px -150px;
    }
}

@media only screen and (min-width: 1100px) {
    section {
        background-position: 0px -200px;
    }

    .top-svg {
        margin-top: -500px !important;
        z-index: 100 !important;
        position: relative;

    }
}

@media only screen and (min-width: 1200px) {
    section {
        height: 700px;
    }
}


@media only screen and (min-width: 1300px) {
    section {
        height: 800px;
    }
}

 @media only screen and (min-width: 1600px) {

        section {
            height: 900px;
            background-position: center bottom;
        }

        #content_bg {
            position: relative;
            z-index: 200 !important;
            margin-top: -150px;
        }
}

 @media only screen and (min-width: 2050px) {
        .top-svg {
            margin-top: -500px !important;
        }

        #content_bg {
            position: relative;
            z-index: 200 !important;
            margin-top: -180px;
        }

}

@media only screen and (min-width: 2150px) {
        section {
            background-position: 0px -600px;
        }
}

@media only screen and (min-width: 2400px) {
        section {
            height: 1000px;
            background-position: center bottom;
        }
}