img.logo {
    max-width: 175px;
    heigth: auto;
}
img.childphoto {
    max-width: 175px;
    heigth: auto;
}

.branding {
    font-family: 'Satisfy', cursive;
    color: white;
    font-size: 36px;
    padding-top: 24px;
}

.brandingtight {
    font-family: 'Vollkorn', Times;
    color: white;
    font-size: 22px;
    padding-top: 0px;
}

.dashboard {
    font-family: 'Vollkorn', Times;
    color: #635A51;
    font-size: 36px;
}

@media (max-width: 1100px) {
    img.logo {
        max-width: 140px;
        heigth: auto;
    }

    .branding {
        font-family: 'Satisfy', cursive;
        color: white;
        font-size: 24px;
        padding-top: 10px;
    }
}

@media (max-width: 767px) {
    img.logo {
        max-width: 120px;
        heigth: auto;
    }

    .branding {
        font-family: 'Satisfy', cursive;
        color: white;
        font-size: 18px;
        padding-top: 0px;
    }
}

@media (max-width: 600px) {
    img.logo {
        display: none;
    }

    .branding {
        font-family: 'Satisfy', cursive;
        color: white;
        font-size: 18px;
        padding-top: 0px;
    }

}
