/*import typeface from google fonts*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans|Almendra:400,700);

/*heading*/
h1 {
	font-family:'Almendra', serif;
	font-size: 44px;
	font-weight: 400;
	color: #FDDFB1;
	text-shadow: 5px 5px 6px #000;
}

h1.strong{
	font-weight: 700;
	text-shadow: 7px 7px 8px #000;
}

.compact{
	line-height:none;
}

b{
	color: #FFF;
}

.normal{
	font-weight:400;
}

.gap-thin{height:16px;}
.gap-light{height:24px;}
.gap-regular{height:36px;}
.gap-medium{height:64px;}
.gap-bold{height:128px;}

h2 {
	font-family:'Almendra', serif;
	font-size:36px;
	font-weight: 400;
	color:#FDDFB1;
	text-shadow: 3px 3px 5px #000;
}

strong {
	color:#FFF;
}

.highlight{
	color:white;
	/*text-decoration-line: underline;*/
	text-shadow: 3px 3px 2px #000000;
}

p.strong{
	color:#FDDFB1;
	font-weight:700;
}

h2.strong{
	font-weight: 700;
	text-shadow: 4px 4px 6px #000;
}

h3 {
	font-family:'Almendra', serif;
	font-size:28px;
	font-weight:400;
	color:#FDDFB1;
}

h3.strong{
	text-shadow: 2px 2px 4px #000;
}

h4 {
	font-family:'Almendra', serif;
	font-size:22px;
	font-weight:400;
	color:#FCD4A5;
}

.compact{
	margin-top:0;
	margin-bottom:0;
}

h4.strong{
	text-shadow: 2px 2px 4px #000;
	color:#F1E7BE;
}

html{
	height:100%;
}

body{
	margin:0px;
	height:100%;
	/*font*/
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FCD4A5;
	overflow-x: hidden;
}


.item-1-2{
	display:inline-block;
	width:150px;
	vertical-align:top;
}

.item-2-2{
	display:inline-block;
	margin-left: 20px;
	width:100px;
	vertical-align:top;
}