@charset "utf-8";
/* CSS Document */

html, body {
  height: 100%;
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
  text-shadow: 2px 2px 5px #000;
  background-color:#000;
}
header {
	position: relative;
	width: 100%;
	z-index:1000;
}
h1 {
	font-size:1.2em;
	letter-spacing:.2em;
	color:#fff;
	margin-left:10%;
	margin-right:10%;
	margin-top:5%;
	text-align:center;
}
h2 {
	font-size:1em;
	font-weight:bold;
	letter-spacing:.2em;
	color:#fff;
	margin-left:10%;
	margin-right:10%;
	margin-top:5%;
}
p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:.8em;
	letter-spacing:.05em;
	color:#fff;
	margin-left:10%;
	margin-right:10%;
}

/*Header*/
.socbar {
	display: flex;
	justify-content:center;
	background:#000;
}
.socbar img {
	max-height: 2em;
	padding: .3em;
}
.navbar {
	background:#000;
	display:flex;
	justify-content:center;
}
.navbar ul {
	list-style-type:none;
	font-weight: bold;
}
.navbar ul li {
	display:inline-block;
	margin-left:.2em;
	margin-right:.2em;
}
.navbar ul li a {
	font-size: .75em;
	padding-bottom: .2em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: lowercase;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
	display:block;
	text-align:center;
	}
.navbar ul li a:hover {
	outline: none;
	color: #09db00;
	text-decoration: underline;
}
.navbar ul li a:active {
	text-decoration: underline;
	color: #fff;
}
.navbar ul li a:visited {
	text-decoration: none;
	color: #FF8600;
}

/*Content*/
.row {
	width:100%;
	padding-bottom:2%;
}
.col {
	width:100%;
}
.button-container {
	padding: 15px 0px;
}
.text-button {
	color:#fff;
	font-size: .7em;
	font-weight:bold;
	letter-spacing:.07em;
	margin-left:10%;
	border:3px #fff solid;
	padding:8px 20px;
	border-radius:30px;
	text-decoration:none;
}
.text-button:hover {
	background-color:#09DB00;
}
.text-button:visited {
	color:#FF8600;
}

/*Parallax*/
.wrapper {
  height: 100%;
  background-color:#000;
}
.fixed-bg {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size:contain;
  width: 100%;
  display:table;
  }
.scroll-bg {
  background-color: #000;
  text-align:center;
  padding-top:5%;
  color: #fff;
}

/* Parallax sections */

/*Fixed 01*/
.bg-1 {
  background-image:url(../img/OEG_ALFFH_cover.jpg);
  background-size:contain;
  background-position:center;
  height:100%;
  }
/*Footer*/
.ft-01 {
	background-color:#000;
	border:0;
	}

/*Media queries*/

@media (min-width: 768px) {
	header {
		position:fixed;
		}
	h1 {
		font-size:1.5em;
		}
	h2 {
		font-size:1em;
		}
	.navbar ul li {
		margin-left:.3em;
		margin-right:.3em;
	}
	.navbar ul li a {
		padding-bottom:.5em;
		font-size: 1em;
		}
	.col {
		float:left;
		padding-top:10%;
		}
	.col-half-width {
		width:50%;
		padding-top:5%;
		}
	.fixed-bg {
		background-attachment: fixed;
		}
	.scroll-bg {
		padding: 10px 70px;
		}
}
@media (min-width: 1024px) {

	header {
		position:fixed;
		background-color:#000;
		}
	p {
		margin-right:30%}
	.socbar {
		float:left;
		margin-left:.75em;
		}
	.socbar img {
	max-height: 3em;
	padding: .3em;
		}
	.navbar {
		float:right;
		margin-right:.75em;
		padding:1em;
		}
	.navbar ul li {
		margin-left:1.3em;
		}
	.navbar ul li a {
		padding-bottom:0;
		}
}
@media (min-width:1600px) {
	h1 {
	font-size:2em;
	}
	p {
	font-size:1em;
	}
	.socbar {
		margin-left:1em;
		}
	.socbar img {
		max-height:4.5em;
		}
	.navbar {
		padding:1.5em;
		margin-right:1em;
		}
	.navbar ul li a {
		font-size:1.5em;
		}
}
