html {
    background: #0b2a49;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #123f6d;
    font-family: kepler-std-display, serif;
    font-weight: 400;
    font-style: normal;    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
    text-underline-position: under;
    position: absolute;
    top: 3em;
    left: 0;
    right: 0;
    max-height: 800px;
}

h1, h2, h3, h4, h5, h6 {
    color: #123f6d;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1px;
}

h1 {
    margin-bottom: 1.3em;
    font-size: 3em;
    text-align: center;
    display: none;
}

a {
    color: #123f6d;
}

a:hover{
    color:#11a1dc;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

.info {
    text-align: center;
    font-size: 1.5em;
    margin-left: 15%;
    margin-right: 15%;
    line-height: 1.5em;
}

.logo {
    height:120px;
    width:120px;
    display: inline-block;
    text-align: center;
}

.books{
    background-image: url(LOGOS/BPCoffeelogo_books.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.roasters{
    background-image: url(LOGOS/BPCoffeelogo_roaster.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.spaceabove{
    margin-top:3em;
}

@media screen and (max-width: 750px) {
   body{
   position:static;
   top:auto;
}
}

@media screen and (max-width: 500px) {
    .info {
    margin-left: 0%;
    margin-right: 0%;
}
}