/*
 Theme Name:   National Parent & Youth Helpline
 Theme URI:    https://nationalparentyouthhelpline.org
 Description:  NPYH GeneratePress child theme
 Template:     generatepress
 Version:      0.1
*/
.inside-header {
    padding: 0;
    align-items: top;
}

.site-logo {
    background-color: white;
    max-height: 100%;
    padding: 20px;
}

@media(min-width: 1025px) {
    .main-navigation ul ul {
        width: auto !important;
        white-space: nowrap;
    }
}