 

body {
	background-color: #c1ada0;
	font-size: 1.12rem;
	padding-top: 32px;
	display: block !important;
}

body .container {
	background-color: #fff;
	padding-bottom: 20px;
}

/*
.header-appname {
	color: #000;
}

#header .burger {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}


#header .burger::before {
	background-color: #000;
}
*/

#header h1 {
	float:right;
	padding-top:85px;
	padding-right: 30px
}
 
#header .logo {
	display: inline-block;
	width: 190px;
	height: 228px;
	background-image: url(logo.png);
	background-size: 190px 228px;
}

#header .logo-icon {
	/* display logo so appname can be shown next to it */
	display: inline-block;
	background-image: url(logo-sq.png);
	background-repeat: no-repeat;
	background-size: 34px 34px;
	height: 34px;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-left: 40px;
	font-size: 1.04rem;
	font-weight: 300;
	line-height: inherit;
}

form {
	padding: 20px;
}


@media all and (max-width: 1000px) {
	#header {
		min-height: 100px;
	}
	#header .logo {
	        display: inline-block;
		float:left;
        	width: 100px;
	        height: 100px;
        	background-image: url(logo-sq.png);
	        background-size: 100px 100px;
	}

	#header h1 {
		float: none;
		font-size: 1.7em;	
		text-align:right;
		padding-top: 20px;
		padding-right: 0px;
	}

}

