/*
 Theme Name:   Newland Tap Theme
 Theme URI:    https://generatepress.com
 Description:  Modified GeneratePress child theme
 Author:       Tobias Alexander
 Author URI:   https://newlandtaphull.com
 Template:     generatepress
 Version:      0.1
*/

.auzziebottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:-1;
}

@media(max-height: 700px) and (max-width: 360px), (min-width: 320px) and (max-height: 820px){
	.auzziebottom {
		max-width: 200px;
	}
}

.main-block {
	z-index: 2;
}

.separate-containers .inside-article {
	background-color: unset;
}

.site-header {
	display: none;
}

.site-footer {
	display:none;
}
