html, body {
    margin: 0;
    padding: 0;
    font-family: corbel, sans-serif;
    font-size: 15pt;
}

#banner
{
    background-color: #CCE8F4;
    background-position: center;
    text-align: center;
}

#banner > img {
    width: 550px;
    height: 160px;
    margin: 20px;
}

nav ul li a {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 15pt;
    color: white;
    transition: all 0.2s ease;
}

nav ul li a:hover{
     color: white;
     border-bottom: 2px solid white;
 }

nav ul li {
    display: inline-block;
    margin: 0 2em;
}

a.active{
    border-bottom: 2px solid #E8E8E8;
}

nav ul {
    padding: 20px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

nav {
    width: 100%;
    height: 60px;
    position:absolute
    text-align: center;
    margin: 0;
    padding: 0;
    /*background: rgba(172, 188, 230, 0.90);*/
    background: rgba(255, 72, 80, 0.96);
}

nav.stick {
    position: fixed;
    top: 0;
}

#video_sec {
    text-align: center;
}

iframe {
    width: 100%;
}

h2 {
    color:#008AE6;
    font-family: corbel, sans-serif;
    font-weight: bold;
    font-size: 30pt;
    padding: 15px;
    box-shadow: inset 0 -12px 12px -13px rgba(0,0,0,0.5);
    text-align: center;
}


.sections {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

section.active {}

section {
    margin-bottom: 2em;
    width:100%;
}

#overview > p {
    text-indent: 50px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.picture {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

h3{
    color:#008AE6;
    font-family: corbel;
    font-weight: bold;
    font-size: 22pt;
}

#docs li {
    display: inline-block;
    margin-right: 10px;
}

#docs ul {
    margin-left: -50px;
}

#docs {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    clear: both;
    text-align: center;
    margin-bottom: 60px;
}

.team {
    display: inline-block;
    float: left;
    margin: 0 1em;
}

.break {
    clear: left;
}

#docs li {
    padding: 10px;
    background-color: #CCE8F4;
    border-radius: 6px;
}

.group_pic {
    width: 150px;
    height: 150px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.team {
    width: 350px;
    background: #CCE8F4;
    border-radius: 10pt;
    margin-bottom: 20pt;
}

.team p {
    margin: 0;
}

#overview li {
    margin-top: 1em;
    margin-bottom: 1em;
}

.team h3 {
    /*margin-right: 5px;*/
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.design_pic{
    height: 485px;
}
#design_pics {
    text-align: center;
}

.mid {
    margin-left: 60px;
    margin-right: 0px;
}

#team {
    overflow: hidden;
    width: 100%;
}

.game {
    width:400px;
}

.food {
    margin-left: 80px;
    margin-top: 20px;
    width:40%;
    height: 40%;
    display: inline-block;
    float: right;
}

#problem {
    clear: both;
}

#members {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    overflow: hidden;
    font-family: #606060;
    font-size: 13pt;
}

#members li {
    width: 45%;
}

.desc {
    font-weight: bold;
}

#pic_note {
    font-size: 16pt;
    text-align: center;
    color: #606060;
    margin-bottom: 0;
}

.design_sec {
    display: inline-block;
}

q, #source {
    font-size: 18pt;
    color: #484848;
    text-align: center;
}

#source {
    margin-top: 0;
    float: right;
}

.big {
    clear: both;
    font-size: 20pt;
    font-style: italic;
    text-align: center;
    margin-top: 20px;
}



#quote {
    padding: 40px;
    border: rgba(255, 72, 80, 0.96) 5px solid;
}

#game {
    margin-top: 20px;
    width: 80%;
    height: auto;
}

#game_sec {
    overflow: hidden;
    text-align: center;
}



#design_pic_big {
    text-align: center;
}

#design_pic_big img {
    width: 75%;
}

.red {
    font-size: 18pt;
    color: red;
}