/*
 Theme Name: Namaha Child Theme
 Theme URI: http://www.outtheboxthemes.com/themes/namaha/
 Description: A Namaha child theme
 Author: Out the Box
 Author URI: https://www.outtheboxthemes.com/
 Template: namaha
 Version: 1.0.0
*/

@import url("../namaha/style.css");
/* schriftgroesse Untertitel*/
.site-header .branding .title.bold {
	font-size: 35px;
}
.site-header .branding .description {
	font-size: 19px;
	font-weight: 400;
}
.site-header .branding.contained .description {
	margin-top: 10px;
}
/* Überschriften festlegen*/ 
h1 {
	font-size: 38 px;
	margin-bottom: 1.3em;
}
h2  {
    font-size: 34px;
	margin-bottom: .5em;
}
h3.namaha-page-builders-use-theme-styles  {
    font-size: 30px;
	margin-bottom: .5em;
}
h4  {
    font-size: 24px;
	margin-bottom: .5em;
}

/* Seitenleiste schmaler und nach rechts */
.widget-area {
	width: 20,2%;
	float: right;
	margin: 0px 0 3.2em 0;
}
/* Texte einrücken
p {
	margin-left: 20px;
	margin-right: 40px;
}*/


/*Button*/
.wp-block-button__link {
  color:#fff;
  background-color:#752896;
  font-size: 15px
	justify-content:center
}
/*
.wp-block-button__link , a:hover{
	color: #fff;
	text-decoration: none !important;
	font-weight: bold;
}*/
/*Footer ausschalten*/
.site-footer-widgets {
display:none;
} 
.site-footer-bottom-bar-right {
	font-weight: bold;}
/* Links besser sichtbar */
a {
  	font-weight: bold;
}
a:hover {
    text-decoration: underline;	 
}
