#bodyImg {
    width: 100%;
}

#mobileFooter {
    visibility: hidden;
}

@media (max-width: 600px){
    #bodyImg {
        display: none;
    }

    #logoImg {
        width: 100%;
    }

    #imgContainer {
        display: none;
    }

    #footerLeft {
        display: none;
    }

    #footerRight {
        display: none;
    }

    #mobileFooter {
        visibility: visible;
        color: white;
        z-index: 5;
    }

}



#footerLeft {
    float: left;
    margin-top: 30px;
}

#footerRight {
    float: right;
}

#logoImg {
    max-width: 400px;
    min-width: 100px;
}

.nav-link {
    font-size: 24px;
}

.navbar-toggler-icon {
    stroke: white;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #126e82;
    margin: 0 0 130px;
}

#paraContainer {
    /* margin-top: 5%; */
    background-color: rgb(0, 0, 0, 0.5);
    padding: 60px;
    color: white;
    border-radius: 6px;
    /* max-height: 550px; */
    /* height: auto; */
}

#full {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5);
    /* margin-bottom: 10px; */
    position: relative;
    /* display: flex; */
}

.container {
    color: white;
    padding: 50px;
    margin-top: 10px;
    /* margin-bottom: 10px; */
    border-radius: 6px;
}

#clear {
    clear: both;
}

footer {
    bottom: 0;
    background-color: rgb(34, 37, 41);
    color: grey;
    width: 100%;
    position:absolute;
    height: 130px;
}


li {
    margin: 20px;
}

#formContainer {
    background-color: rgb(0, 0, 0, 0.5);
    color: white;
    border-radius: 6px;
    display: inline;
}

#submitForm {
    width: 75%;
}

.row {
    margin-bottom: 2px;
}

