html, body {
	height: 100%;
}

body {
	padding: 0;
	background: #291C0E url('/images/olive-tree-3-opacity.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h2 {
	margin: 0 auto;
	text-align: center;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	color: #DBDBBF;
	margin-bottom: 1em;
}

p {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 200;
	color: #DBDBBF;
	margin: 0 auto;
	margin-bottom: 1em;
	line-height: 1.35em;
}

section {
	padding-top: 15%;
	padding-bottom: 25%;
}

/******************************************************************************/

#about {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #302C23;
}

#frontpage {
	background-color: transparent !important;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#letterhead, #letterhead-img {
	width: 80%;
	max-width: 900px;
}

/******************************************************************************/

#bottom-part {
	width: 100%;
	min-height: 215px;
	max-height: 260px;
	height: 40%;
	position: absolute;
	bottom: 0;
	background-color: #302C23;
	border-top: 1px solid black;
	text-align: center;
}

#bottom-part .navigation {
	margin-top: 20px;
}

#bottom-part .store-link a {
	text-decoration: none;
	display: inline-block;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: bold;
	color: #E6E6D2;
}

#bottom-part .store-link a:hover {
	color: white;
	font-weight: 900;
}

#bottom-part .store-link a:active {
	color: #999986;
}

#bottom-part .linkage {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 2%;
}

#bottom-part h4 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 200;
	color: #DBDBBF;
}

#bottom-part h3 {
	max-width: 100%;
	margin: 0 auto;
	line-height: 1.35em;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 300;
	color: #DBDBBF;
}

/******************************************************************************/

/* Phone */
@media only screen and (max-width: 689px) {

	h2 {
		font-size: 2.0em;
	}

	p {
		font-size: 1.0em;
		max-width: 90%;
	}

	#bottom-part .store-link {
		margin-bottom: 0.9em;
	}

	#bottom-part h4 {
		font-size: 0.9em;
	}

	#bottom-part h3 {
		font-size: 1.0em;
	}

	#bottom-part .store-link a {
		font-size: 1.2em;
	}
}

/* Tablets */
@media only screen and (min-width: 690px) and (max-width: 899px) {

	h2 {
		font-size: 2.4em;
	}

	p {
		font-size: 1.4em;
		max-width: 80%;
	}

	#bottom-part .store-link {
		margin-bottom: 1.1em;
	}

	#bottom-part h4 {
		font-size: 1.1em;
	}

	#bottom-part h3 {
		font-size: 1.4em;

	}

	#bottom-part .store-link a {
		font-size: 1.6em;
	}
}

/* Main screen view */
@media only screen and (min-width: 900px) {

	h2 {
		font-size: 2.6em;
	}

	p {
		font-size: 1.6em;
		max-width: 80%;
	}

	#bottom-part .store-link {
		margin-bottom: 1.1em;
	}

	#bottom-part h4 {
		font-size: 1.3em;
	}

	#bottom-part h3 {
		font-size: 1.6em;
	}

	#bottom-part .store-link a {
		font-size: 1.8em;
	}
}

