body {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #555;
    font-family: 'Raleway', sans-serif;
}

a:hover {
    opacity: .8;
}

header, main {
    background-color: white;
}

header {
    padding: 0 ;
}

nav {
    text-transform: uppercase;
    width: 100%;
    font-size: .8rem;
    font-weight: bold;
}

nav li {
    border-right: 1px solid black;
}

nav li:last-of-type {
    border-right: none;
}

.main-navigation {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
}

li.menu-item a { 
    color: black;
}

li.menu-item a:visited {
    color: black;
}

li.menu-item a:hover, li.menu-item a:focus {
    opacity: .5;
}

.site-branding {
    display: flex;
    text-align: right;
    margin: 1rem auto 0 auto;
}

.hentry, .entry-content {
    margin-top: 0;
}

.site-description {
    color: #d2232a;
    margin: auto 1rem auto 1rem;
}

p.site-title {
    display: none;
}

.custom-logo {
    max-height: 250px;
    width: auto;
    max-width: 40vw;
}

.herobox {
    max-width: 100%;
    height: fit-content;
    background-color: #d2232a;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 0 auto;
    position: relative;
}

.hero {
    height: 350px;
    position: relative;
    width: 70%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

.hero-caption {
    width: fit-content;
    background: rgba(255,0,0,.5);
    position: absolute;
    bottom: 30%;
    padding: 0 1rem;
}

.hero-caption > h1 {
    font-size: 1.8rem;
    font-weight: 300;
    color: white;
}

.hero-caption > h2 {
    font-size: 1.1rem;
    color: white;
}

.main-buttonbox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;

}

.main-button {
    width: 250px;
    height: auto;
	background-color: #FFF;
	padding-top: 10px;
}

.main-button img {
    margin: auto;
}

.main-button figcaption {
    font-weight: bold;
    color: #d2232a
}

.ctabox {
    max-width: 100%;
    height: fit-content;
    background-color: #d2232a;
    margin: 0 auto 0 auto;
    position: relative;
}

.ctacontent {
    background-color:#fafafa;
    max-width: 700px;
    padding: 2rem;
    margin: 0 auto;
}

.ctacontent h3 a {
    text-decoration: none;
    color: #d2232a;
    font-size: 2rem;
}

.ctaimage img {
    max-width: 100px;
    height: auto;
    position: absolute;
    right: 25%; 
    top: 0;
}

.ctabutton {
    position: absolute;
    top: 5rem;
    left: 2rem;
    width: 100px;
    height: 100px;
    background-color: cornflowerblue;
    color: white;
    border-radius: 50%;
    display: flex; 
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ctabutton a {
    display: flex;
    position: relative;
    color: white;
    text-justify: distribute;
    text-decoration: none;
    line-height: 1.2em;
    width: 100px;
    height: 100px; 
    border-radius: 50%;
    background-color: rgba(255,0,0,.3);
    justify-content: center;
    align-items: center;
}

.ctabutton a:hover, .ctabutton a:focus {
    background-color: rgba(255,0,0,.4);
}

.entry-content li {
    margin-left: 1rem;
}

p.listheader {
    margin-bottom: 1px;
    font-weight: bold;
}

.entry-content ul {
    margin-top: 1px;
}


@media screen and (max-width: 600px) {
    .site-branding {
        flex-direction: column;
    }

    .custom-logo {
        max-width: 100%;
        margin-top: 70px;
    }

    .site-header {
        padding: 2rem;
    }

    .menu-toggle {
        margin: 0 0 0 auto;
    }

    .herobox {
        margin: 0;
        padding: 0;
    }

    .hero-caption {
        bottom: 0;
        left: 1rem;
        width: 100%;
    }

    .hero {
        width: 100%;
    }

    .main-buttonbox {
	max-width: 90%;
        flex-direction: column;
        justify-content: space-around;
    }

    .main-button {
        width: auto;
    }
}

.entry-content > * {
	max-width: 100%;
}

.entry-content > p {
	margin: 1rem;
}

.entry-content > h2 {
	margin: 1rem;
}

.entry-content ul {
	max-width: 90%;
}
