html, body {
	font-family: "Raleway", sans-serif;
	margin: 0;
	height: 100%;
    line-height: 1.8;
}

/* Full height image header */
.bgimg-1 {
	background-position: center;
	background-size: cover;
	background-image: url("/pexels-pixabay-163100.jpg");
	min-height: 100%;
}

.w3-bar .w3-button {
	/*padding: 16px;*/
	padding-bottom: 0px;
	padding-top: 0px;
}

.w3-right {
	padding-top: 1em;
}
#logo {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-image: url("/yaay.png");
	display: block;
	height: 4em;
	width: 4em;
	margin: 0;
	padding: 0;
}