/*
 Theme Name:   Bento Child
 Description:  Mein Child Theme
 Author:       Adriana
 Author URI:   http://renereissig.com
 Template:     bento
 Version:      2.3.1
 Text Domain:  bento-child
*/

body {
	hyphens: auto;
}

.site-header {
	background-color: rgba(0,0,0,0.6) !important;
	-webkit-transition: none;
	transition: none;
	z-index: 999;
  	font-weight: bold !important;
}

.site-header.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	background-color: rgba(0,0,0,0.6) !important;
	font-weight: bold !important;
}
	
.site-content {
	background-color: transparent !important;
}


.site-content .button {
	background-color: rgba(255,255,255,0.6) !important;	
	color: #fff;
	text-decoration: none;
	border: none;
    font-family: inherit;
	padding: 13px 15px;
	padding: 1.35rem 1.5rem;
    cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	font-size: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
}

.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a {
	color: red !important;	
}

.bottom-footer {
	background-color: rgba(0,0,0,0.6) !important;	
	font-size: 14px !important;
	font-size: 1.4em;
}

.logo-default {
	font-size: 1.5em;
	font-weight: bold;
	color: red;
	text-shadow: 0 0 5px black;
}

h3 {
	font-size: 400% !important;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1.1;
	font-size: 200% !important;
	background-color: rgba(255,255,255,0.6);
	color: #333;
	height: 100%;
}



@media screen and (max-width: 800px) {
	
  body{
		font-size: 150% !important;
	  	word-wrap: break-word !important;
	} 
  body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url(https://renereissig.com/wp-content/uploads/2019/11/comedy2.jpg) center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
	
	.primary-menu, .site-header {
		position: fixed !important;
	}

	
	h3{
		font-size: 170% !important;
	} 

}


.sow-contact-form {
	background-color: rgba(255,0,0,0.4) !important;
}

.primary-menu > li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 20px !important;
	margin: 0 0 0 2rem;	
}