@charset "utf-8";
/* CSS Document */

/* Fonts */
@font-face {
    font-family: 'comfortaabold';
    src: url('../fonts/comfortaa-bold-webfont.woff2') format('woff2'),
         url('../fonts/comfortaa-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'comfortaaregular';
    src: url('../fonts/comfortaa-regular-webfont.woff2') format('woff2'),
         url('../fonts/comfortaa-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family:"Comfortaa-Light";
	src:url("../fonts/Comfortaa-Light.eot?") format("eot"),
		url("../fonts/Comfortaa-Light.woff") format("woff"),
		url("../fonts/Comfortaa-Light.ttf") format("truetype"),
		url("../fonts/Comfortaa-Light.svg#Comfortaa-Light") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"FontAwesome";
	src:url("../fonts/fontawesome-webfont.eot") format("eot"),
		url("../fonts/fontawesome-webfont.woff") format("woff"),
		url("../fonts/fontawesome-webfont.ttf") format("truetype"),
		url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
}

/* Elements */

body {
	margin: 0;
	padding: 0;
	background-color: #324D5C;
}

header {
	width: 100%;
	height: 80px;
	text-align: left;
	position: fixed;
	z-index: 10;
}

header h1 {
    float: left;
	margin: 5px 20px 20px 15px;
	background-image: url("../images/rdck_logo.png");
    width: 70px;
    height: 70px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

header p {
	font-family: 'comfortaalight';
	font-size: 1.3em;
}

h3 {
	font-family: 'comfortaabold';
	font-size: 1.6em;
/*	background-color: #DE5B49;
*/	color: #DE5B49;
	padding-left: 5px;
}

nav {
	height: 50px;
}

nav ul {
	width: 90%;
	height: 25px;
	margin: 10px 100px 0;
	padding: 5px;
	background-color: #DE5B49;
	opacity: .9;
/*	border-radius: 10px;
*/}

nav ul li {
    float: left;
	list-style: none;
	font-family: "comfortaabold";
	font-size: 1.0em;
	color: #fff;
}

nav ul li a {
    padding: 0 10px;
	display: block;
	font-family: 'comfortaaregular';
	font-size: 1.0em;
    text-transform: uppercase; 
	text-decoration: none;	
    color: #fff;
}


nav ul li a:first-child {
	text-transform: lowercase;
}

nav ul li a:hover {
	text-decoration: underline;
}

nav ul li a:active {
	text-decoration: underline;
}

nav ul li a:visited {
	text-decoration: none;
}

article {
	width: 45%;
	float: left;
	padding: 0 15px; 
	margin: 5px auto;
	color: #fff;
	font-family: 'comfortaaregular';
	font-size: 1.25em;
	text-align: left;
}

a, a:link, a:visited {
	color: #ffffcc;
	text-decoration: none;
	font-style: italic;
}


/* Classes */

.clearFix {
	clear: both;
}

.video {
	width: 100%;
}

/* Id's */

#other {
	display: none;
}

#iPad {
	display: none;
	width: 80%;
	text-align: center;
	margin-bottom: 10px;
}

#iPad p {
	padding-top: 70px;
}

#iPad h2 {
	margin: 0;
}

#container {
}

#hamburger {
	display: none;
}

/* media queries */

@media screen and (max-width : 1023px ){

	main, header, nav {
		width: 100%;
 	}
	
	header h1 {
		display: none;
	}
	
	article {
		width: 90%;
	}
	
	nav, nav p {
		display: none;
	}
	
	nav ul {
		margin: 0;
		padding: 0;
		text-align: left;
		height: auto;
	}
	
	nav ul li {
		border-bottom: #fff solid thin;
		margin: 0;
		width: 70px;
		background-color: #DE5B49;
	}

	
	#hamburger {
		display: block;
		background: none;
		background-color: #DE5B49; 
		margin-top: 10px;
		padding: 5px 10px;
		border: 0;
		color: #fff;
		font-size: 2em;
		font-weight: bold;
		cursor: pointer;
		outline: none;
		z-index: 11;
	}

	
}
