* {
    box-sizing: border-box;
}
  
body {
    font-family: Garamond, Palatino, Georgia, serif;
    margin-top: 45px;
}
  
  /* Style the header */
header {
    background-image: url(main_images/gb_logo_small.png), linear-gradient(rgb(85, 85, 85),rgb(120, 120, 120), rgba(0, 0, 0, 0),rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-repeat: no-repeat, repeat;
    background-position: 10px 10px, 0px 0px;
    background-size: 55px 55px, auto;
    position: fixed;
    /*background-color: #666;*/
    padding: 0px;
    padding-left: 65px;
    padding-right: 30px;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    color: white;
    width: 100%;
    height: 80px;
    margin: 0px;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    min-width: 700px;
}

#nav {
    float: right;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
}
  
article {
    float: none;
    padding: 40px;
    padding-top: 10px;
    background-color: #f1f1f1;
    max-width: 1000px;
    min-width: 500px;
    margin: auto;
    /*height: 300px; /* only for demonstration, should be removed */
}
  
/* Clear floats after the columns */
section:after {
    content: "";
    display: table;
    clear: both;
}
  
/* Style the footer */
footer {
    background-color: #777;
    padding: 30px;
    text-align: center;
    color: white;
}

.menuitem {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    float: left;
}

.menuitem:hover {
    color: blue;
}

.navbuttons {
    background-color: #f1f1f1;
    color: black;
    border-radius: 50%;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18pt;
    line-height: 27px;
}

.navbuttons:hover {
    background-color: blue;
    color: white;
}

h1 {
    font-variant: small-caps;
}

h2 {
    font-variant: small-caps;
}