/**
* Theme Name: 	struck-child
* Theme URI: 	https://giving-with-trust.org
* Description: 	Child-Theme von struck.
* Author: 		Uwe Bienasch
* Author URI: 	http://dreifueralles.de
* Template: 	struck
* Version: 		1.0.0
*/



@import url('ub-fonts.css');
@import url('ub-styles-pro.css');

/*
body {
	font-size: 120%!important;
}
*/

.go-to-content {
	display: none!important;
}
 p  {
	font-family: 'Open Sans'!important;
	font-size: 1.0em!important;

}

em {
	font-size: 1.1em!important;
}

h4 {
	font-family: 'Open Sans'!important;
	font-size: 1.2em!important;
}

h1, h3, h5, h6  {
	font-family: 'Lato'!important;
}

 h2 {
 	font-family: 'Lato'!important;
 	font-weight: 300!important;
	font-size: 3.5em!important; 
 }


ul.nb-menu-items-container {
    padding: 0 35px;
    overflow: hidden;
    position: relative;
}


.color-change {

	color: #000;
}

/*
.top-nav #logo img {


width: 250px;
height: 30px;
}
*/


/*
#fullpage .section .section-buttons a.button {
    border-color: #FFF;
}
#fullpage .section .section-buttons a {
    color: #FFF;
}

#fullpage .section-buttons a.button:hover
{    background: #fff;
    border-color: #fff!important;
    color: #000;
}
*/
@media screen and (max-width: 940px) {

.flex-container {
flex-direction: column;
}

}

@media screen and (max-width: 530px) {

.top-nav #logo img {


width: 250px;
height: 30px;
}


}

