@font-face {
    font-family: 'Roboto Slab';
    src: url(fonts/RobotoSlab-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url(fonts/RobotoSlab-Bold.ttf);
    font-weight: 700;
}

html, body {
    margin: 0;
    padding: 0;
}

.menu {
    display: inline-block;
    background: #3377ff;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu  li {
    position: relative;
    display: inline-block;
    list-style: none;
    float: left;
    padding: 10px 20px;
    margin: 0px;
}

.menu li:hover {
    background: #115599;
}

.menu a {
    color: #ffffff;
    text-decoration: none;
    font: bold 2em 'Roboto Slab', serif;
}

.menu a:focus {
    outline: 0;
}

.submenu {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0;
    margin-top: -5px;
    padding: 0;
    width: 100%;
    background: #3377ff;
}


.submenu li {
    position: relative;
    display: inline-block;
    list-style: none;
    float: left;
    padding: 10px 20px;
    margin: 0px;
}

.submenu li:hover {
    background: #115599;
}

.submenu a {
    color: #ffffff;
    text-decoration: none;
    font: bold 1.5em 'Roboto Slab', serif;
}

.submenu a:focus {
    outline: 0;
}

.selected {
    background: #115599;
}

.authors {
    color: #777777;
    font: 1em 'Roboto Slab', serif;
    text-align: center;
}

#content {
    position: relative;
    display: block;
    margin-top: 100px;
    margin-bottom: 200px;
    left: 20%;
    width: 60%;
    min-height: 200px;
}

#content .maintitle {
    font: bold 3em 'Roboto Slab', serif;
    color: #000000;
    text-align: center;
}

#content p,li {
    font: 1em 'Roboto Slab', serif;
    color: #444444;
    text-align: justify;
}

#content h1 {
    font: bold 2em 'Roboto Slab', serif;
    display: block;
}

#content h2 {
    font: bold 1.5em 'Roboto Slab', serif;
}

#content a {
    color: #4444ff;
}

#content .image {
    margin: 50px 0px;
}

#content .image img {
    width: 80%;
    margin: 0 10%;
}
    
#content .image p {
    font: 1em 'Roboto Slab', serif;
    color: #000000;
    text-align: center;
    margin: 5px 0px;
}

#content .largeimage {
    margin: 50px 0px;
}

#content .largeimage img {
    width: 100%;
}
    
#content .largeimage p {
    font: 1em 'Roboto Slab', serif;
    color: #000000;
    text-align: center;
    margin: 5px 0px;
}