*
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	box-sizing: border-box;
}

@font-face 
{ 
	font-family: 'biko';
	src: url('../fonts/Biko_Regular.otf') format('opentype'); 
}

body
{
	font-family: biko;
	font-size: 105%;
	width: 100%;
	height: 100%;
	background: #303030;
}

h2
{
	margin-bottom: 1%;
}

header
{
	width: 100%;
	height: 10%;
	padding-left: 10%;
	padding-bottom: 2%;
	padding-top: 2%;
	min-height: 100%;
	background: #112d52; /* Old browsers */
	background: -moz-linear-gradient(45deg, #112d52 1%, #2989d8 50%, #207cca 51%, #1d2935 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #112d52 1%,#2989d8 50%,#207cca 51%,#1d2935 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #112d52 1%,#2989d8 50%,#207cca 51%,#1d2935 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112d52', endColorstr='#1d2935',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#center
{
	color: white;
}

.orange
{
	color: #ec4922;
}

input[type=text], select, textarea
{
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: none;
	font-family: biko;
}

.subright
{
	float: left;
	width: 95%;
}

label 
{
	padding: 12px 12px 12px 0;
	display: inline-block;
}

.fullwidth
{
	width: 100%;
}

input[type=submit] 
{
	background-color: #ec4922;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	font-family: biko;
}

input[type=submit]:hover 
{
	background-color: #ec4930;
}

.container 
{
	border-radius: 5px;
	background-color: none;
	padding: 20px;
}

.col-25 
{
	float: left;
	width: 25%;
	margin-top: 6px;
}

.col-75 
{
	float: left;
	width: 75%;
	margin-top: 6px;
}

								/* Clear floats after the columns */
.row:after 
{
	content: "";
	display: table;
	clear: both;
}

								/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) 
{
	.col-25, .col-75, input[type=submit] 
	{
		width: 100%;
		margin-top: 0;
	}
}

.standard
{
	background: none;
	border: none;
	list-style-type: square;
	margin-bottom: 1%;
}

.standard li
{
	width: 100%;
}

.article_img
{
	width: 50%;
	margin-top: 2%;
	height: auto;
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}

.article_img:hover 
{
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
}

.contact_table
{
	width: 80%;
	border: none;
	border-radius: 10px;
	text-align: center;
	color: black;
	background: none;
}

.contact_table td
{
	width: 50%;
	vertical-align: middle;
}

.table_img
{
	width: 100%;
	border-radius: 10px;
}

.img_text
{
	font-size: 80%;
	font-style: italic;
	width: 50%;
}

table
{
	border: none;
	background: #ec4922;
	color: white;
	border-radius: 10px;
	width: 100%;
	height: 100px;
	margin-bottom: 5%;
}

.sideimages
{
	display: block;
	margin-bottom: 2%;
	width: 100%;
}

aside h2
{
	margin-bottom: 2%;
}

aside p
{
	margin-bottom: 5%;
}

a
{
	color: #ec4922;
	text-decoration: none;
}

table td
{
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

table a
{
	color: white;
	text-decoration: none;
}

h1
{
	display: inline;
}

h3
{
	margin-left: 3.6%;
	color: #fff;
}

.triangle
{
	color: #ec4922;
}

.numberheader
{
	font-size: 24px;
}

ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 10%;
	overflow: hidden;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(left, #f1f1f1 0%, #d3d3d3 73%, #969696 81%, #5b5b5b 88%, #3d3d3d 94%, #353535 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f1f1f1 0%,#d3d3d3 73%,#969696 81%,#5b5b5b 88%,#3d3d3d 94%,#353535 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f1f1f1 0%,#d3d3d3 73%,#969696 81%,#5b5b5b 88%,#3d3d3d 94%,#353535 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#353535',GradientType=1 ); /* IE6-9 */
	border-top: 2px #ec4922 solid;
}

li 
{
	float: left;
}

li a, .dropbtn 
{
	display: inline-block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn 
{
	background-color: #ec4922;
}

li.dropdown 
{
	display: inline-block;
}

li.dropdown_active
{
	display: inline-block;
	background: #ec4922;
}

.dropdown-content 
{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a 
{
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover 
{
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content
{
	display: block;
}

.dropdown_active:hover .dropdown-content
{
	display: block;
}

.content
{
	margin-left: 10%;
	margin-top: 1%;
	width: 50%;
	float: left;
	text-align: left;
	background: #f1f1f1;
	padding: 1% 1% 1% 1%;
	border-radius: 10px;
	position: relative;
}

.right
{
	width: 25%;
	float: left;
	margin-left: 5%;
	margin-top: 1%;
	background: #f1f1f1;
	padding: 1% 1% 1% 1%;
	border-radius: 10px;
}

.sidelinks
{
	display: block;
	margin-bottom: 2%;
}

.sidelinks2
{
	display: inline;
}

.article_h
{
	color: black;
}

.meta_data
{
	font-style: italic;
	color: #474747;
	font-size: 80%;
}

div#root 
{
	position: relative;
	width:100%;
	height:auto !important;
	min-height:100%;
	margin:0px auto -10%;
}

div#minheight 
{
	clear: both;
	height: 15;
}

div#footer 
{
	position:absolute;
	bottom:0px !important;
	width:100%
	height:10%;
	margin:0px auto;
}

div#center
{
	text-align: center;
}

.article_p
{
	margin-bottom: 2%;
	margin-top: 2%;
}

.socialmedia
{
	width: 48px;
	height: 48px;
	margin-top: 5%;
	margin-bottom: 5%;
}

.hiddenbutton
{
	display: none;
}

.linebreak
{
	display: none;
}

							/* mediaquery for responsive design - mobile devices and stuff */

@media (max-width: 899px)
{

	*
	{
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	body
	{
		font-family: biko;
		width: 100%;
		height: 100%;
	}
	
	.hiddenbutton
	{
		display: block;
		margin-left: 0px;
		width: 100%;
	}

	.buttonimg
	{
		left: 0px;
		margin-left: 0px;
		width: 5%;
	}

	#hiddenbuttonback
	{
		width: 100%;
		margin-left: 0px;
		text-align: left;
	}

	#hiddenbuttonback a
	{
		width: 100%;
		margin: 0 0 0 0;
		text-align: left;
	}

	header
	{
		width: 100%;
		height: 10%;
		padding-left: 10%;
		padding-bottom: 2%;
		padding-top: 2%;
		min-height: 100%;
		background: #112d52; /* Old browsers */
		background: -moz-linear-gradient(45deg, #112d52 1%, #2989d8 50%, #207cca 51%, #1d2935 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, #112d52 1%,#2989d8 50%,#207cca 51%,#1d2935 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, #112d52 1%,#2989d8 50%,#207cca 51%,#1d2935 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#112d52', endColorstr='#1d2935',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	
	h1
	{
		display: inline;
		hyphens: auto;
		width: 100%;
		font-size: 120%;
	}

	h2
	{
		hyphens: auto;
		font-size: 120%;
	}

	.triangle
	{
		color: #ed481e;
	}

	.numberheader
	{
		font-size: 24px;
	}

	.sideimages
	{
		display: block;
		margin-bottom: 2%;
		width: 100%;
	}

	.standard
	{
		background: none;
		border: none;
		list-style-type: square;
		margin-bottom: 1%;
		width: 90%;
		margin-left: 5%;
	}

	nav
	{
		display: none;
		position: relative;	
		width: 100%;
		border: none;
		text-align: left;
		background: #f1f1f1;
	}

	nav ul li
	{
		display: block;
		width: 100%;
		font-size: 100%;
		text-align: left;
	}

	ul 
	{
		width: 100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color: #f1f1f1;
	}

	li 
	{
		float: left;
		width: 100%;
	}

	li a, .dropbtn 
	{
		display: block;
		color: black;
		text-align: left;
		text-decoration: none;
	}

	li a:hover, .dropdown:hover .dropbtn 
	{
		background-color: #ed481e;
	}

	li.dropdown 
	{
		display: block;
		width: 100%;
	}

	.dropdown-content 
	{
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}

	.dropdown-content a 
	{
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

	.dropdown-content a:hover 
	{
		background-color: #f1f1f1
	}

	.dropdown:hover .dropdown-content
	{
		display: block;
	}

	.content
	{
		margin-top: 1%;
		width: 80%;
		text-align: left;
		overflow: hidden;
	}

	.right
	{
		margin-top: 1%;
		margin-left: 10%;
		width: 80%;
	}

	a
	{
		hyphen: auto;
	}

	.sidelinks
	{
		display: block;
	}

	.sidelinks2
	{
		display: inline;
	}

	.article_h
	{
		color: black;
	}

	div#root 
	{
		position:relative;
		width:100%;
		height:auto !important;
		min-height:100%;
		margin:0px auto -10%;
	}

	div#minheight 
	{
		height: 10%;
		clear: both;
	}

	div#footer 
	{
		position:absolute;
		bottom:0px !important;
		width:100%
		height:10%;
		margin:0px auto;
	}

	div#center
	{
		text-align: center;
	}

	.article_p
	{
		margin-bottom: 2%;
		overflow: hidden;
	}

	.socialmedia
	{
		width: 48px;
		height: 48px;
		margin-top: 5%;
	}
}
