

.text-on-large{
    font-size: 1.4em;
}

blockquote{
    border-color: #039be5;

}

blockquote .quote{
    font-weight: 300;
    font-size: 2em;
}

.embedded{
    padding-bottom: 56.25%;
    position: relative;
}

.embedded iframe{
    width: 100%;
    height: 100%;
    position: absolute;
}

h3{
    font-family: 'Crete Round';
}



.scroll-image img{
    max-width: 100%;
}

h2{
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

@media only screen and (max-width: 500px) {
    h2 {
        font-size: 2.5em;
    }
}


.activities-header .year{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.5em;
}

.activity-title-no-image{
    padding: 10px 30px;
}


