.menu-bar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 8%;
    background-color: rgba(40, 40, 40, 1);
}

.team-name {
    font-size: 1.5vw;
    padding-top: 20px;
    padding-left: 20px;
    float: left;
    vertical-align: middle;
    height: 100%;
    color: #5fc9d3;
    font-weight: bold;
}

.team-name-end {
    color: white;
}


.menu-bar-links {
    display: flex;
    flex: 33% 33% 33%;
    justify-content: space-around;
    align-items: center;
    padding-left: 13%;
    width: 50%;
    height: 100%;
}


.menu-bar-link {
    font-size: 1.5vw;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
}

.menu-bar-link:hover {
    color: hsl(0, 0%, 80%);
}

.logo {
    height: 35%;
    width: 15%;
}

.main-content {
    text-align: center;
}


.robot-img {
    float:left;
    padding-left: 20vw;
    width: 15vw;
    height: auto;
}

.proj-title {
    font-size: 2vw;
    padding-bottom: 40px;
    font-weight: bold;
}

.proj-overview {
    text-align: justify;
    font-size: 1vw;
    width: 40vw;
    height: 40vh;
    padding-left: 40vw;
}

.end {
    text-align: center;
    padding-top: 0.1vh;
    padding-bottom: 100px;
    font-size: 1vw;
    font-weight: bold;
}

body {
    padding-top: 80px;
    margin: auto;
    background-color: hsl(0, 0%, 90%);
    height: 100vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footer {
    padding-top: 150px;
}

.team {
    padding-top: 45px;
    background-color: hsl(0, 0%, 40%, 20%);
}

.team-header {
    padding-bottom: 45px;
    font-size: 40px;
    font-weight: bold;
}

.team-container {
    margin:auto;
    width: 70vw;
    display: flex;
    justify-content: space-around;
}

.team-img {
    padding-top: 15px;
    width: 8vw;
    height: auto;
}

.team-desc {
    width: 10vw;
    height: 37vh;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background-color: hsl(0, 0%, 85%);
    font-size: 0.8vw;
}

.name {
    font-weight: bold;
}

.centered {
    text-align: center;
}

.sponsor-mentor-container {
    margin: auto;
    display: flex;
    justify-content: space-around;
    width: 70vw;
}

.sponsor {
    padding-top: 75px;
 
    font-size: 2vw;
    font-weight: bold;
}

.sponsor-container {
    width: 20vw;
}

.sponsor-name {
    padding-top: 25px;
    font-size: 20px;
    font-weight: bold;
}

.sponsor-img {
    padding-top: 15px;
    width: 8vw;
    height: auto;
}

.mentor-img {
    padding-top: 15px;
    width: 11vw;
    height: auto;
}

.solution-page-body {
    background-color: hsl(0, 0%, 60%);
    height: 100%;
}

.main-container {
    margin: auto;
    width: 70vw;
    background-color: hsl(0, 0%, 90%);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.solution-main-content {
    padding: 0px, 4vw, 0px, 4vw; 
    margin: auto;
    width: 65vw;
    text-align: justify;

}

.solution-overview {
    padding-top: 2vh;
}


.solution-section {
    padding-top: 5vh;
    font-weight: bold;
    font-size: 25px;
}

.technologies {
    padding-top: 4vh;
    font-weight: bold;
    font-size: 20px;
}

.technology-header {
    padding-left: 2vw;
    padding-top: 2vh;
    font-weight: bold;
    font-size: 18px;
}

.solution-header {
    padding-top: 4vh;
    font-weight: bold;
    font-size: 20px;
}


.requirements-section {
    padding-left: 2vw;
    padding-top: 2vh;
    font-weight: bold;
    font-size: 18px;
}

.requirement {
    padding-left: 4vw;
}

.technology-content {
    padding-left: 4vw;
}

.robot-arch-picture {
    padding-top: 1vh;
    width: auto;
    height: 40vh;
}

.ros-picture {
    padding-top: 1vh;
    width: auto;
    height: 40vh;
}

.gannt-picture {
    padding-top: 1vh;
    width: auto;
    height: 65vh;
}

.gannt-caption {
    padding-top: 2.5vh;
    padding-bottom: 100px;
}

.picture-caption {
    padding-top: 3vh;
    font-weight: bold;
}

.deliverable-container {
    margin: auto;
    width: 70vw;
    background-color: hsl(0, 0%, 90%);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.documents-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 8vh;
    text-align: center;
}

.document {
    padding-top: 8vh;
    width: 18vw;
}

.document-container {
    margin: auto;
    display: block;
    width: 10vw;
    height: 10vh;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    text-align: center;
    text-decoration: none;
    color: black;
}

.document-description {
    padding-top: 3vh;
    text-align: left;
}

.document-container:hover {
    background-color:hsl(0, 0%, 100%);
}

.doc-name {
    font-weight: bold;
    position: relative;
    top: 30%;
}