/* 
font-family: 'Cabin', sans-serif;
font-family: 'Righteous', cursive;
font-family: 'Poiret One', cursive;
font-family: 'Josefin Slab', serif; 
*/


body {
    /* background: repeating-linear-gradient(
    -45deg,
    #ffffff,
    #ffffff 10px,
    #f9f9f9 10px,
    #f9f9f9 20px
    ); */
    background-image: url("topography.png");


}

#navbox {
    background-color: #FD5A5F;
    color: #ffffff;
    border-bottom: 6px solid #007A87;
    margin-bottom: 20px;
}

.bigbox {
    margin: auto;
    width: 90%;
    max-width: 800px;
    background-color: #ffffff;
    border: 1px solid #FD5A5F;
    margin-bottom: 20px;
}

.bigbox a {
    color: #484848;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Slab', serif; 
    font-weight: 700;
}

h2 {
    display: block;
    width: 100%;
    background-color: #007A87;
    color: #ffffff;
}

h4 {
    display: inline;
    margin-right: 10px;
}

#footerbox {
    background-color: #54585C;
    color: #ffffff;
    margin-bottom: 0px;
    padding: 10px;
}

#footerbox p {
    margin-bottom: 0px;
    font-family: 'Josefin Slab', serif; 
    text-align: center;
}

#footerbox a {
    text-decoration: underline;
    color: #ffffff;
}

.collapse {
    border-top: 1px solid #DCDDE2;
    border-bottom: 1px solid #DCDDE2;
}

table, th, td {
    border: 1px solid #DCDDE2;
    padding: 6px;
  }

/* #biopic {
    width: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
} */

.caption {
    font-size: .7rem;
}

/* @media screen and (max-width: 768px) { */
    #biopic {
        width: 200px;
        float: none;
        margin: auto;
    }
    #biopic img {
        display: block;
        margin: auto;
    }
/* } */
