/*
extra colors:
    #846769
    #746367
*/

img {
    top: 0px;
    right: 0px;
    position: absolute;
    margin: 15px;
    border-radius: 10%;
    border: 4px black solid;
}

body {	
    margin-top: 5%;
    margin-left: 2%;
    background-color: #f4ffed;
    color: #121615;
    font-weight: 600;
}

/*a {
    color: #03627c;
}*/

a:hover {
    color: #2a88a4;
}

b {
    font-weight: 900;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

li {
    margin-bottom: 10px;
}

div.tab {
    border-left: 4px black solid;
    padding-left: 15px;
    margin-bottom: 5px;
}


.left-box {
    float: left;
    width: 50%;
    height: 100%;
}

.right-box {
    float: right;
    width: 50%;
    height: 100%;
}

.subsection {
    width: 60%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.header {
    border: 3px black solid;
    border-radius: 25px;
    padding: 15px;
    margin-bottom: 15px;
    /*background-color: #4d5646;*/
    background-color: #5b853a;
}

.logo {
    width: 600px;
    height: 300px;
    position: absolute;
    top: -2px;
    left: -2px;
    margin: 0px;
    padding: 0px;
  }