﻿body {
    font-family: Roboto, sans-serif;
}

.logo {
    width: 180px;
    margin: 15px 0;
}

.header-text {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.subtext {
    font-size: 12px;
    display: block;
}

.content {
    padding-bottom: 60px;
}

@media(max-width:768px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }
}
