body {
    padding-top: 70px;
    font-family: "proxima-nova", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #262626;
    font-size: 14px;
    line-height: 150%;
    background: #eceff1;
}
h2 {
    font-size: 3em;
    font-weight: bold;
    margin-top: 0px;
}
.eventstitle {
    font-size: 30px;
    color: #ECF0F1;
    text-transform: uppercase;
}
.imgresp {
    width: 100%;
    height: auto;
}
.descriptText {
    font-size: 20px;
    line-height: 150%;
    padding-top: 24px;
}
.descriptTextGreen {
    padding: 48px;
}
.howMaroon {
    background-color: #7A003C;
    padding: 48px;
    color: #ECF0F1;
}
.giveboard {
    background-color: #0277bd;
    padding: 48px;
    color: #ECF0F1;
}
.greenboard {
    background-color: #4daf4e;
    color: #ECF0F1;
}
.whiteboard {
    background-color: #ffffff;
    padding: 48px;
}
.yellowboard {
    padding: 64px;
    padding-top: 32px;
    background-color: #fccf5c;
    text-align: center;
    color: #212121;
    font-size: 24px;
}
.upcomingEvents {
    background-color: #2C3E50;
}
.eventtabs {
    background-color: #2C3E50;
    padding: 48px;
}
.imgpadsixteen {
    padding: 16px;
}
.imgeventicon {
    padding-top: 0px;
    padding-right: 12px;
    padding-bottom: 20px;
    padding-left: 0px;
    max-width: 50px;
    float: left;
}
.eventocrtext {
    font-family: "ocr-a-std", sans-serif;
    color: #ffffff;
}
.eventDescript {
    color: #ffffff;
    font-size: 16px;
    line-height: 150%;
}

/* Custom Button */

.btn-sample {
    color: #ffffff;
    background-color: #7A003C;
    border-color: #FFFFFF;
}
.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
    color: #ffffff;
    background-color: #ED0077;
    border-color: #FFFFFF;
}
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
    background-image: none;
}
.btn-sample.disabled,
.btn-sample[disabled],
fieldset[disabled] .btn-sample,
.btn-sample.disabled:hover,
.btn-sample[disabled]:hover,
fieldset[disabled] .btn-sample:hover,
.btn-sample.disabled:focus,
.btn-sample[disabled]:focus,
fieldset[disabled] .btn-sample:focus,
.btn-sample.disabled:active,
.btn-sample[disabled]:active,
fieldset[disabled] .btn-sample:active,
.btn-sample.disabled.active,
.btn-sample[disabled].active,
fieldset[disabled] .btn-sample.active {
    background-color: #7A003C;
    border-color: #FFFFFF;
}
.btn-sample .badge {
    color: #7A003C;
    background-color: #ffffff;
}

/*Button Classes*/

.btn-white {
    color: #3498DB;
    background-color: #fff;
    border-color: #3498DB;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    color: #ffffff;
    background-color: #ED0077;
    border-color: #FFFFFF;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
    background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
    background-color: #7A003C;
    border-color: #FFFFFF;
}
.btn-white .badge {
    color: #7A003C;
    background-color: #ffffff;
}

/*Button Class #3*/

.btn-green {
    color: #fff;
    background-color: #4daf4e;
    border-color: #fff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    color: #ffffff;
    background-color: #ED0077;
    border-color: #FFFFFF;
}
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
    background-color: #7A003C;
    border-color: #FFFFFF;
}
.btn-green .badge {
    color: #7A003C;
    background-color: #ffffff;
}
.thatwhiteboxstylepeopleseemtolike {
    border: 3px solid #ffffff;
    display: inline-block;
    padding: 32px 64px;
    margin-top: 64px;
    margin-bottom: 64px;
}
.wegotevents {
    background: url('../img/mac10event.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
