body {
    background-color:#1a1a1a;
    font-family: 'Roboto', sans-serif;
    color:#e5e5e5;
    font-size:18px;
    line-height:30px;
}
h1 {
    font-family: 'Cinzel', serif;
    font-size: 50px;
    line-height: 55px;
    text-align:center;
    font-weight:normal;
    padding-bottom:45px;
    margin-bottom:0;
}
h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    padding-bottom: 20px;
}
h3 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 30px;
}
a {
    color:#e5e5e5;
    text-decoration:underline;
}
a:normal, 
a:active,
a:visited {
    color:#e5e5e5;
    text-decoration:underline;
}
a:hover {
    color:#e5e5e5;
    text-decoration:none;
}
.full-height {
    height:100vh;
}
.content {
    width:100%;
    max-width:1200px;
    margin:auto;
    padding-top:45px;
    padding-bottom:45px;
}
.hero-image-container {
    position:relative;
    width:100%;
    height:auto;
    max-width:1200px;
    margin:auto;
    margin-bottom:40px;
}
.hero-image {
    width:100%;
}
.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#000000;
    opacity: 0.33;
}
.hero-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 4px 4px rgb(0,0,0,0.5);
    top: 0;
    left: 0;
}

@media (max-width:500px) {
    h1 {
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 30px;
    }
    h3 {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 20px;
    }
    .hero-image-container {
        margin-bottom:30px;
    }
}
@media (max-width:400px) {
    p {
        font-size:16px;
        line-height:26px;
    }
}