.intro-section div{
    margin: auto !important;
}
.intro-title h2{
    color: #3d404f;
    line-height: 1.52em;
    font-family: "SpartanMB",sans-serif;
    font-size: 3.125em;
    font-weight: 800;
    font-style: normal;
}
.intro-content p{
    font-size: 1.125em;
    line-height: 2.03em;
    font-weight: 400;
    margin-top: 1.8em;
}
.section-header ul {
    list-style: none;
}
.events-plus-2 .events-list .i8em {
    background-color: #f5f5f5;
    border-right-width: 6px;
    border-right-style: solid;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    font-weight: 300;
    position: relative;
    z-index: 1;
    -webkit-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    border-right-color: #50d8af;
}
.events-plus-2 .events-list .t7umb {
    text-align: center;
}
.events-plus-2 .clearfix {
    clear: both;
}
#page a, #page a:visited {
    color: #5BA4A4;
}
.events-plus-2 .events-list .sea8s {
    margin: 10px 0 0;
    font-size: 15px;
}
#page h2 {
    color: #333333;
}
.events-plus-2 .events-list .me8a {
    margin: 0 0 10px;
    font-size: 14px;
}
.events-plus-2 .events-list .me8a > span {
    display: inline-block;
    margin: 0 20px 10px 0;
}
.events-plus-2 .events-list .me8a > span:last-child {
    margin-right: 0;
}
.events-plus-2 .events-list .d3sc {
    line-height: 1.5;
}
.events-plus-2 .events-list .t7umb img {
    max-width: 75%;
    height: auto;
    border: 5px solid #d3d3d3;
    border-radius: 50%;
    margin: 0 auto;
}
.events-plus-2 .events-list .sea8s {
    margin: 10px 0 0;
    font-size: 15px;
}
.events-plus-2 .events-list .i8em:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 2;
}
.masthead {
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  @media (max-width: 768px) {
    .masthead {
        width: 100%;
        height: 58vh;
        min-height: 58vh;
        position: relative;
    }
} 
.sea8s button {
    background-color: #50d8af;
    color: #FFFFFF;
    width: 100%;
    margin: 5%;
    height: 44px;
    border-radius: 35px;
    font-weight: 900;
}