html,body {background:#d9d9d9;color:#717174;height: 100%;width: 100%;font-family: 'Rubik', sans-serif;;font-weight:300;font-size:16px;margin: 0;}
body {
	line-height:1.5;
	background-image: url(/assets/images/spices-bg-2048.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: auto;
}



#pagewrapper {
	width: 80%;
    max-width: 800px;
	min-height:400px;

	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
	background-color:#ffffff;
	margin:0px;
	padding:15px;
	/*display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	/*min-height: 95vh;*/
	-moz-box-shadow: 0 0 30px 2px #555;
	-webkit-box-shadow: 0 0 30px 2px #555;
	box-shadow: 0px 0px 30px 2px #555;
}

.mobile { display:none; }

@media only screen and (max-height: 650px) {
	html,body {height: auto;width: auto;}
  #pagewrapper {
		width: 80%;
		max-width: 800px;
		min-height:400px;

		position: relative;
		top: 50px;
		left: 50%;
		transform: translate(-50%, 0);
		
		background-color:#ffffff;
		margin:0px;
		padding:15px;
		/*margin-top:50px;
		margin-bottom:50px;*/
		/*display:flex;
		justify-content:center;
		align-items:center;
		text-align:center;
		/*min-height: 95vh;*/
		-moz-box-shadow: 0 0 30px 2px #555;
		-webkit-box-shadow: 0 0 30px 2px #555;
		box-shadow: 0px 0px 30px 2px #555;
	}
	
	.mobile { display:block; }
}

#pagebody {
	min-height:375px;;
	border:1px solid #bbbbbb;
	text-align:center;
	padding:25px;


}


#logo{
	position:relative;
	width:60%;
	max-width:400px;
	top: 0;
    left: 50%;
    transform: translate(-50%, 0);
	margin-top:15px;
}

img {max-width: 100%;}
a {text-decoration: none;color: #ff0403;}
a:hover {text-decoration: none;color: #ce0505;}
h1 {
	text-align:center;
	font-size:20px;
	line-height:1.7;
	font-weight:300;
	padding-bottom:0px;
	margin-bottom:0px;
}
p {
	font-size:18px;
	text-align:justify;
}

hr {width:50%;}

.center { text-align:center;"}

.clearfix {
	clear:both;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}