/* 
 * Elischer-Development: This is the css file for the default-header. May be overwritten by custom classes
 * defined via the customizer
*/

/* TOP BAR */

header p {
    margin: 0;
}


#top-bar-custom-wrapper {
    height: 100px;
    align-items: center;
}

#top-bar-menu-wrapper {
    align-items: stretch;
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) {}
/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) {}
/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) {}
/* Large devices (desktops, more than 1200px) */
@media (min-width: 1200px) {}

/* 
#top-bar {
    background: sienna;
}

#top-bar a {
    color: black;
}

#top-bar-custom-wrapper {
    background: thistle;
}

#logo-main-wrapper {
    background: yellow;
    justify-content: center;
    align-content: center;
}

#social-media-wrapper {
    background: springgreen;
}

#navbar-wrapper {
    background: tomato !important;
}

#navbarNavDropdown {
    background: violet;
}

#custom-content-responsive-expanded {
    background: olivedrab;
}

#rhc-social-media-wrapper {
    background: mediumturquoise;
    display: flex;
    justify-content: center;
    align-items: center;
} */
/* 
#social-media-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}  */

/* #rhc-logo-wrapper {
    background: navajowhite;
} */
