html {
    background: #e6e9e9;
}

body {
    background: #a37b73;
    margin: 0 auto;
    line-height: 15px;
     padding: 2em 2em 4em;
   
}

header {
    overflow: hidden;
}

a{
    text-decoration: none;
}

a img{
    opacity: 1;
    transition: all 0.3s;
}

a:hover img{
    opacity: 0.4;
}

h1, h2, h3, h4, h5, h6 {
    color: #C0B7B1;
    font-weight: 300;
    line-height: 15px;
}

h1 {
    font-family: 'old_pressregular';
        font-size: 52px;
    letter-spacing: 0.05em;
    color: #433e3f;
    margin-bottom:0;
    opacity: 1;
    transition: all 0.3s;
}

h1 img {
    vertical-align: middle;
    display: inline-block;
    margin: -10px -20px 0;
    transition: all 0.3s;
}
h1:hover {
    opacity: 0.5;
}

h1:hover img {
    opacity: 1;
}

h2 {
    font-family: 'Just Another Hand', cursive;
        font-size: 30px;
    letter-spacing: 0.04em;
    line-height: 1.2em;
    color: #433e3f;
    font-weight: 300;
    margin-top:0;
}

b, strong {
    font-weight: 700;
}
    
.top-nav {
    float: left;
}

.right{
    float: right;
}

.right a{
    margin-left: 5px;
}

.entrez{
    display: block;
    width: 550px;
}