
/* General Styles
--------------------------------------------- */
html {
	min-height:100%;
}
body {
	margin: 0;
	padding: 0;
	height:100%;
	background-color:#000;
}


.clearfix {
	display: block;
	clear: both;
}


/* Typography
--------------------------------------------- */

body {
	font-size:18px;
	line-height: 32px;
	color: #FFF;
	word-wrap:break-word !important;
	font-family: 'Roboto Light', sans-serif;
	height:100%;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

/* Links
--------------------------------------------- */

a {
	text-decoration: none;
	color: #FF5722
}

a:hover {
	text-decoration: underline; 
	color: #E64A19;
}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #f3cd0a;
	font-family: "Roboto Light", sans-serif;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}



/* Sections
--------------------------------------------- */

#container{
	margin: 0 auto;
	/*max-width: 1200px;*/
	width:100%;
	height:100%;
	height:100vh;
}



/* Header
--------------------------------------------- */

header {
	width: 94%;
	padding: 3%;
}

header #title {
	font-size: 50px;
	color: #fff;
}



/* Navigation
--------------------------------------------- */

nav {
	width: 97%;
	padding: 0 1.5% 0 1.5%;
}

nav ul li {
	display: inline-block;
	padding: 15px 1.5% 15px 1.5% ;
}

nav ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2em;
}

nav ul li a:hover {
	color: #000000;
	text-decoration: none;
}



/* Content
--------------------------------------------- */

#left {
	float: left;
	padding: 3%;
	width: 44%;
	height:auto;
	
}
#left img {
	width:70%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/* Sidebar
--------------------------------------------- */

#right {
	float: right;
	padding: 3%;
	width: 44%;
	height:auto;
	
}
#right img {
	width:70%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/* Footer
--------------------------------------------- */

footer{
	font-size:1em;
	width: 100%;
	/*padding: 3%;*/
	color: #fff;
	text-align: center;
}



/* Media Queries
--------------------------------------------- */

@media all and (max-width : 640px) {

	header {
		text-align: center;
	}
	h1 {
	font-size: 20px;
}

	nav {
		text-align: center;
	}

	#right {
		width: 94%;
		padding: 3%;	
	}


	#left {
		width: 94%;
		padding: 3%;
	}

}
/*
@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
*/