#head {
    padding: 10px 10px 5px;
    background: rgb(0, 110, 0);
    margin-bottom: 8px;
}

.mainPage h1 {
    padding: 10px 10px 5px;
    background: rgb(0, 50, 0);
    font-size: 30pt;
}

.mainPage .carousel-item {
    background-color: rgb(0, 80, 0);
}

.mainPage .carousel-item {
    text-align: center;
    margin-bottom: 0px;
    font-size: 30pt;
}

.mainPage .carousel-item img {
    padding: 0px 0px 10px;
    width: 150%;
    height: 30%;
}

#mission_wrapper {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    margin: 8px 0px;
}

#mission {
    margin: 0px 0px 8px 0%;
    padding-right: -10px;
    background-color: rgb(0, 50, 0);
    width: 100%;
    height: 100%;
    float: left;
}

#mission h2 {
    padding: 10px 0px;
    margin: 15px 15px 0% 15px;
    width: auto;
    font-size: 30pt;
    text-align: center;
    background-color: rgb(0, 80, 0);
}

#mission #statements {
    float: left;
    font-size: 16pt;
    margin: 20px 3%;
    padding: 3% 3% 0% 3%;
    width: 45%;
    background-color: green;
    list-style-type: none;
    text-align: left;
}

#mission li {
    font-size: 2vw;
}

#robotphoto {
    background-color: darkred;
    padding: 10px;
    margin: 20px 5% 20px 0px;
    width: 35%;
    float: right;
}

#location_wrapper {
    float: left;
    position: relative;
    z-index: -999;
    margin: 0% 0% 158px;
    width: 100%;
    height: 70vh;
    background-color: rgb(0, 50, 0);
}

#location_wrapper iframe {
    background-color: darkred;
    margin: 8px;
    padding: 10px;
    width: 90%;
    height: 70%;
}

#location h2 {
    position: relative;
    float: none;
    font-size: 30pt;
    text-align: center;
}

#location {
    background-color: rgb(0, 80, 0);
    margin: 2% 15px;
    width: 96%;
    height: auto;
    font-size: 16pt;
}