/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

@font-face {
  font-family: Swing Sans;
  src: url(../fonts/swingsans.ttf);
}


/*MAIN*/
body { 
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	    background: #01175E;
			background-image: url("../img/page-bg4.jpg");
    background-position: center top;
    background-repeat: no-repeat;
	background-attachment: scroll;
	font-size: .95em;
	line-height: 1.25em;
	font-family: 'Orbitron';
	font-weight:400;
	color: #ffffff;
    overflow-x: hidden;
	margin-top: 0;
	margin-left: 0;
font-family: 'Swing Sans', serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFFFFF;
}
.videosection {
    background: none;
    width: 2200px;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -1100px;
    margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
}
#videoplayer {
	margin-top: 35px;
	margin-left: 10px;
		margin-right: 10px;
			margin-bottom: 15px;
			width: 700px;
			height: 394px;
}
.albumcover {
	margin: 15px;
	width: 425px;
}


nav a {

	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: Reenie Beanie;
	font-size: 1.4em;

}

a:hover {

	color: #3ddc79;

}

img {

	width: 100%;

}

header {

	background: #545535;
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 0px solid #4C9CF1;
	z-index: 100;

}

#logo{

	margin: 20px;
	float: left;
	width: 200px;
	height: 40px;
	background: url(../img/logo.png) no-repeat center;
	display: block;

}

nav {

	float: right;
	padding: 20px;	
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: transparent url(../img/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #fff;
	border-radius: 0px 0px 0 0;

}
a:hover {

	opacity: 0.7;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #ffffff;

}

section {

	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px;

}

h1 {

	font-size: 2.5em;
	color: #ffffff;
	line-height: 1.1em;
	margin: 20px 0 ;
	font-family: Reenie Beanie;

}
h2 {

	font-size: 1.8em;
	color: #ffffff;
	line-height: 1.0em;
	margin: 10px 0 ;
	font-family: Reenie Beanie;

}

p {
	font-size: 1.5em;
	line-height: .5em;
	margin-bottom: 0px;
	letter-spacing: 4px;
		color: #ffffff;
		font-family: Reenie Beanie;

}
.content {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 0px;
	letter-spacing: 1px;
		color: #ffffff;
		text-transform: none; !important
}
.socials {
	margin-top: 50px;
	margin-bottom: 25px;
}

.socials img {
	display:inline;
    width:60px; /* you can use % */
    height: auto;
}
.footer {
		font-size: 16px;
	line-height: 1.25em;
	font-family: 'Swing Sans';
	font-weight:400;
	    color: #ffffff;
		letter-spacing: .2em;
		font-family: Reenie Beanie;
}
#buttondiv {
	margin-top: 50px;
}
.button {
    background-color: transparent; /* Green */
    border: 2px solid #ffffff;
	margin: 16px;
	width: 120px;
    color: #ffffff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	font-family: Reenie Beanie;
}
/* unvisited link */
.content a:link {
  color: #ffffff;
  text-decoration: none;
}

/* visited link */
.content a:visited {
  color: #ffffff;
    text-decoration: none;
}

/* mouse over link */
.content a:hover {
  color: #3ddc79;
    text-decoration: none;
}

/* selected link */
.content a:active {
  color: #ffffff;
    text-decoration: none;
}
.music {
	display:inline-block;
	margin: 25px 25px;
}
.music img {
	width: 150px;
	height: 150px;
}
.mobilealbum {
	display:none;
}



/*MEDIA QUERY*/
@media only screen and (max-width: 600px) {
	body {
		overflow-x:hidden;
	}
.mobilealbum {
	display:inline-block;
	width: 300px;
	height: 300px;
	margin-top: 30px;
}
	header {

		position: absolute;

	}
	
	.embed-container { position: relative; padding-bottom: 5.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #545535;
		border: 0px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
	#buttondiv {
	margin-top: 55px;
		width: 100%;;
		margin-right: 0px;
		text-align: center;
}

.button {
    background-color: transparent;
    border: 2px solid #ffffff;
	margin: 18px;
	width: 80px;
	height: 25px;
    color: #ffffff;
    padding-top: 12px;
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	display: inline-block;
}
.albumcover {
	display: none;
}
#videoplayer {
	width: 315px;
	height: 176px;
	margin-top: 20px;
}
.socials img {
	display:inline;
    width:40px; /* you can use % */
    height: auto;
}
h1 {

	font-size: 2.0em;

}
h2 {

	font-size: 1.6em;

}
.content {
	font-size: 1.3em;
	line-height: 1.7em;
	margin-bottom: 0px;
	letter-spacing: 1px;
		color: #ffffff;
		text-transform: none; !important
}
}