
body {
    margin:0;
    font-family: 'Heebo', sans-serif;
}

a,
a:hover {
    -webkit-transition: color ease-in-out 300ms;
    color:#000;
}

a:hover {
    color:#01939a;
}

.container {
    text-align:center;
}

.logo-hercon {
    font-size:60px;
    font-weight:700;
    color:#000;
}

.page-title {
    font-weight:400;
}

p {
   font-weight:100;
   color:#707070;
}

.divider {
    font-size:64px;
    font-weight:100;
    color:#000;
}

.details-container {
    font-size: 12px;
    font-weight: bold;
    color:#707070;
}

.application-button {
    padding:5px 15px;
    background-color:#ff0800;
    color:white;
}
.application-button:hover {
    color:white;
    background-color:#ff0000;
}

.updates-button {
    padding:5px 15px;
    background-color:#01939a;
    color:white;
}
.updates-button:hover {
    color:white;
    background-color:#01939a;
}

.about-grid-item {
}

.volunteers {
    text-align:center;
}

.volunteer-list-item {
    color:#707070;
}


.footer {
    text-align:center;
    display:block;
}

.footer-link {
    font-size:12px;
    font-weight:800;
}

.class-list-item {
    text-align:left;
}

.syllabus-link {
    text-decoration: underline;
}