.heroImage {
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    border-radius: 64px;
    width: 75%;
    margin: 0 auto;
    margin-top: 8%;
    height: 100%;
    position: relative;
    max-height: 75vh;
}


.heroImage img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 64px;
    max-height: 75vh;
}

span.entryDate {
    color: #0b109f;
    font-family: 'Open Sans',sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate(50%,60%);
}

.titleRow {
    margin-top: 7vh;
    padding: 0 20%;
}

.blogEntryContent {
    margin-top: 2vh;
    padding: 0 20%;
}
.titleRow h1 {
    font-family: 'Open Sans',sans-serif;
    color: #0b109f;
    font-size: 2.4em;
    margin: 0.6em 0em;
}

.blogEntryContent * {
    font-family: 'Open Sans', sans-serif;
}

span.excerpt {
    font-family: 'Open sans',sans-serif;
    font-weight: 600;
    font-size: 1.1em;
}

.yellowHR {
    width: 100%;
    height: 3px;
    margin: 1.2em auto;
    background: #ffc629;
    border-radius: 10px;
    margin-bottom: 2em;
}

.blogEntryContent {
    margin-top: 2vh;
    padding: 0 20%;
    margin-bottom: 10vh;
} 

@media only screen and (max-width:1600px){
    .heroImage {
    width: 90%;
}

.titleRow h1 {
    font-size: 2.3em;
}
}

@media only screen and (max-width:900px){
    .heroImage {
    margin-top: 13vh
    }

}

@media only screen and (max-width:500px){
    span.entryDate {
    font-size: 0.9em;
}
.titleRow {
    padding: 0 6%;
}

.blogEntryContent {
    margin-top: 2vh;
    padding: 0 8%;
    margin-bottom: 10vh;
}


.titleRow h1 {
    font-size: 1.7em;
    text-align: center;
}

span.excerpt {
    font-size: 0.9em;
    text-align: center;
    display: block;
}

}
