body{
    width: 100%;
    height: 100%;
    margin: 0px;
    top: 0px;

    overflow: hidden;
    position: absolute;

    display: flex;

}


nav{
    width: 100%;
    height: 50px;
    max-height: 10vw;
    position: absolute;
    top: 0px;
    margin: 0px;
    
    background-color: #383838;

    display: flex;
}

.content{
    width: 100%;
    min-height: 100vh;

    display: flex;

    position: absolute;
    top: 50px;

}


#summaryColumn{
    flex: 1;
    flex-direction: column;
    display: flex;

    background-color: #203b52;
    color: #fff;


}

#detailedContent{
    flex: 2;
    flex-direction: column;
    display: flex;

    background-color: #fff;
}

footer{
    width: 100%;
    height: 50px;
    max-height: 10vw;
    background-color: #383838;

    display: flex;
}


.s1{
    height: 20px;

}


h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.25em;

    padding-left: 5%;
}

h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.25em;
    padding-left: 5%;
 
}

p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: .9em;
    padding-left: 5%;

       

}

ul{

}

li{

}

img{
    max-width: 75%;
    margin-left: 12.5%;
    margin-right:12.5%;
    margin-top: 0px;
    margin-bottom: 0px;;
}