/*THEME DEFAULT*/

* {
    margin: 0;
    font-family: Avenir, sans-serif;
}

header {
    width: 100%;
    background-color: white;
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    align-items: center;
}

#logo {
    margin: 0;
    margin-left: 10%;
    width: auto;
    height: 80px;
    float: none;
}

header div {
    flex-grow: 1;
}

header h3 {
    text-transform: uppercase;
    margin: 0 1vw;
    font-weight: 400;
}


header #rightmost {
    margin-right: 10%;
}

header a {
    text-decoration: none;
}

a {
    color: #12302e;
}

a:visited {
    color: #12302e;
}

main {
    margin: 100px 17.5% 0 17.5%;
}

main * {
    margin-bottom: 1.612rem;
}

figcaption, p {
    line-height: 2;
    color: #12302e;
    text-align: justify;
}

p {
    font-size: 15px;
}

figcaption {
    font-size: 10.9px;
    margin: 0;
}

/*PAGE SPECIFIC*/

h1 {
    line-height: 1.2;
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
}

.img_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.img_container img {
    width: 48%;
    height: auto;
    margin-bottom: 0;
}

img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

td, th {
    border: 1px solid black;
    text-align: center;
    height: 2.5rem;
}

table {
    border-collapse: collapse;
}