body {
    background-color: #ac8d71;
    color: black;
    font-size:15px;
}

.logo {
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    max-width: 100%;
    height: auto;
}

.title_image {
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    max-width: 50%;
    height: auto;
    float: left;
}

img {
    padding: 1px;
    max-width: 100%;
    height: auto;

}

/* old bg #31bada; */
.bluebox {
    background-color: lightskyblue;
    padding: 1px;
    border: 5px solid white;
    font-family: Arial, Helvetica, sans-serif;
    
}

.container {
    height: auto;
    padding: 10px;
    overflow: hidden;
}

.nav {
    margin: 10px;
    max-width: 300px;
    height: 520px;
    width: 170px;
    float: left;
    text-align: left;
}

.main {
    margin: 10px 10px 10px 0px;
    padding: 10px;
    height: 500px;
    max-width: auto;
    align-content: right;
    overflow: hidden;
    overflow-y: auto;
}

a.button{
    color: #000000;
    text-decoration: none;
    display: block;
    align-content: center;
    padding: 5px;
    background: #FFFFFF;
    border: solid 1px black;
    width: 40px;
}

a.button:hover {
    color: white;
    background: black;
}

img.gravpad {
padding: 10px;
}


#floated{
    float: left;
}

ul {
    list-style: none;
    margin: 10px;
    padding: 10px;
}
li {
   margin:0 0 10px 0;   
}
a.link {
    color: black;
    text-decoration: none;
    font-weight: normal;

}
a.link:hover {
    font-weight: bold;
}


/* http://www.dreamdealer.nl/articles/css_only_rainbow.html 
background-color: #31bada;  
*/

.rainbow {
    margin: 80px;
    /* the shadows are added to the boxmodel, so you need to preserve some extra space */
    width: auto;
    height: auto;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 2px #b3334c, 0px 0px 0px 4px #fd6728, 0px 0px 0px 6px #fab327, 0px 0px 0px 8px #18973e;
    align-items: center;
    justify-content: center;
}