﻿.btn.white {
    background-color: white;
    color: rgb(0,142,211);
    font-size: 20px;
    font-weight: bold;
}

.allcaps {
    text-transform: uppercase;
}

.red-header {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bolder;
    color: rgb(189,37,43)
}

.btn.btnblack {
    background-color: black;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.content-text p {
    font-size: 25px;
    line-height: 30px;
}

.imgset4 {
    max-height: 375px;
    border: none;
    max-width: 285px;
    margin: 0;
}

.imgset3 {
    max-width: 30%;
    border: none;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .content-text p {
        font-size: 15px;
        line-height: 20px;
    }

    .imgset3 {
        max-width: 90%;
        border: none;
        margin-left: auto;
        margin-right:auto;
    }

    .imgset4 {
        max-height: auto;
        border: none;
        max-width: 90%;
        margin: 0;
    }

    .btn.btnblack {
        background-color: black;
        color: white;
        font-size: 13px;
        font-weight: bold;
    }
    .red-header {
        font-size:25px;
    }
    div.footer > div.container:nth-child(2) > img {max-width:50px;margin-left:auto;margin-right:auto;}
}
