@font-face {
    font-family: Helvetica; src: url('fonts/helvetica.woff');
}

/* Desktop */
@media screen and (min-width: 981px) {
    body {
        font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
        background-color: darkblue;
    }

    div.content {
        background-color: white;
        width: 800px;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    div.introduction {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 15px;
        width: 700px;
        padding: 10px;
    }

    div.entry {
        background-color: #DDDDDD;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 700px;
        padding: 10px;
    }

    div.buttons {
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    img.telephone {
        width: 700px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    h1.pagetitle {
        text-align: center;
        font-weight: bold;
        font-size: 30px;
    }

    h2.pagesubtitle {
        text-align: center;
        font-size: 20px;
    }

    h2.entrytitle {
        text-align: center;
        font-size: 25px;
        font-weight: bold;
    }

    h3.entrysubtitle {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    h3.entrydate {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }

    h4.recordinglength {
        text-align: center;
        font-size: 17px;
        font-weight: normal;
    }

    h5.postingdate {
        font-size: 15px;
        text-align: center;
    }

    p.entrydescription {
        font-size: 15px;
        font-weight: normal;
        text-align: left;
    }

    .responsive-btn {
        margin: 5px;
    }
}

/* Mobile */
@media screen and (max-width: 980px) {
    body {
        font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
        background-color: white;
    }

    div.content {
        background-color: white;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    div.introduction {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 15px;
        width: 90%;
        padding: 10px;
        font-size: 30px;
    }

    div.entry {
        background-color: #DDDDDD;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 90%;
        padding: 10px;
    }

    div.buttons {
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    img.telephone {
        width: 90%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    h1.pagetitle {
        text-align: center;
        font-weight: bold;
        font-size: 70px;
    }

    h2.pagesubtitle {
        text-align: center;
        font-size: 55px;
    }

    h2.entrytitle {
        text-align: center;
        font-size: 45px;
        font-weight: bold;
    }

    h3.entrysubtitle {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
    }

    h3.entrydate {
        text-align: center;
        font-size: 40px;
        font-weight: normal;
    }

    h4.recordinglength {
        text-align: center;
        font-size: 35px;
        font-weight: normal;
    }

    h5.postingdate {
        font-size: 30px;
        text-align: center;
    }

    p.entrydescription {
        font-size: 30px;
        font-weight: normal;
        text-align: left;
    }

    .responsive-btn {
        font-size: 30px;
        height: 60px;
        margin: 10px;
    }
}




