Body {

    Color : black;
    Background-color : transparent;
    Word-spacing : normal;
    Letter-spacing : normal;
    Text-decoration : none;
    padding: 10vh;
    margin: 10vh;
    font-family: 'Tangerine', serif;
}
.menu{
    list-style: none;
    border: solid aliceblue 5px;
    padding: 1vh;
    margin: 1vh;
    border-radius: 5%;
    background-color:#5b7296;
    float: left;
    font-size: 36px;
}
.nav{
    top:0;
    width: 100%;
}

a{
    color: white;
    text-decoration: none;
}

.menu:hover{
    background-color: #7a1418;
}
.title{
    font-family: 'Tangerine', serif;
    font-size: 48px;
    text-align: center;
}

.mainpic{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 1.9);
    float: right;
    padding: 1vh;
    margin: 5vh;
    margin-left: 0;
    position: relative;
}

.maintext{
    float: left;
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 1.9);
    padding: 5vh;
    margin-top: 13vh;
    font-size: 36px;
    width: 30%;
    position: absolute;
    height: 86vh;
    background-color: white;
    font-family: 'Tangerine', serif;
    display: inline;
}
.articles{
    overflow:auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 1.9);
    padding: 5vh;
    margin-top: 60%;
    width: 77%;
    margin-left: 10vh;
    position:relative;
    height: 86vh;
    background-color: #ffffff;

}
.header{
    background-color: #5b7296;

}

.mems{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 1.9);
    margin: 5vh;
    padding: 10vh;
    font-size: 48px;
}
.mySlides {
    /* Prevent vertical gaps */
    line-height: 0;

    -webkit-column-count: 5;
    -webkit-column-gap:   0px;
    -moz-column-count:    5;
    -moz-column-gap:      0px;
    column-count:         5;
    column-gap:           0px;
}

.mySlides img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;

}