/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*=== Topbar ===*/

#top-bar {
	background-color: rgb(210, 110, 75);
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.1rem;
}

#top-bar > .container  {
    max-width: 1150px;
	padding: 5px 15px;
}

.nav-small.nav>li.html {
    font-size: .85em;
}


/*=== Navigation ===*/

.nav-spacing-xlarge > li {
    margin: 0 26px;
    margin-left: 26px;
}

/*=== Allgemein ===*/

/*
.h1, h1 {
    font-size: 3.5em !important;
    line-height: 1.3 !important;
}
*/





@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}