/*Fonts*/
@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('../fonts/webfontkit-20180406-155816/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../fonts/webfontkit-20180406-155816/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sansbook';
    src: url('../fonts/webfontkit-20180406-155816/firasans-book-webfont.woff2') format('woff2'),
         url('../fonts/webfontkit-20180406-155816/firasans-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ostrich_sansmedium';
    src: url('../fonts/webfontkit-20180406-155816/ostrich-regular-webfont.woff2') format('woff2'),
         url('../fonts/webfontkit-20180406-155816/ostrich-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	width: 100%;
	float: left;
	margin: 0px;
	background-color: #000000;
}

p, li, a {
	font-family: 'fira_sansbook';
	line-height: 25px;
	word-spacing: 5px;
}

#wrap {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	float: left;
	background-color: #ecebe9;
}

header {
	width: 100%;
	height: 300px;
	float: left;
	margin-top: 0px;
	margin-bottom: 100px;
	background-image: url(../images/headeredit.jpg);
	background-repeat: no-repeat;
}

.pagetitle {
	width: 95%;
	float: right;
	text-align: right;
	font-family: 'bebas_neue_regularregular';
	color: white;
	font-size: 100px;
	padding-right: 5%;
	margin-bottom: 120px;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);
}

h2 {
	font-family: 'ostrich_sansmedium';
	font-size: 50px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}

h3 {
	font-family: 'bebas_neue_regularregular';
	font-size: 50px;
	word-spacing: 10px;
}

/*This is the styleing for the main nav*/
nav {
	width: 100%;
	float: left;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ee9336;
}

nav ul li {
    float: left;
    width: 25%;
}

nav ul li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
    width: 100%;
}

nav ul li a:hover, .dropdown:hover .dropbtn {
    background-color: #481804;
}

nav ul li.dropdown {
    display: inline-block;
}

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

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #481804;
    width: 92.5%;
}

.dropdown-content a:hover {
	background-color: #481804;
	color: white;
	width: 92.5%;
}

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

section {
	width: 96%;
	float: left;
	margin: 0px 2% 2% 2%;
	overflow: hidden;
}

section img {
	width: 300px;
	-webkit-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 29px 0px rgba(0,0,0,0.75);
}

.aboutimg {
	width: 30%;
	float: left;
}

.aboutimg img{
	width: 400px;
}

.banner480 {
	display: none;
}

.aboutye {
	width: 60%;
	float: right;
	margin: 0px 2% 2% 2%;
}

.tracklist {
	width: 30%;
	float: left;
}

.albumdescription {
	width: 60%;
	float: right;
	margin: 0px 2% 2% 2%;
}

.viewmore {
	width: 96%;
	float: left;
	text-align: right;
}

iframe {
	width: 45%;
	padding: 2% 2% 2% 2%;
	height: 400px;
}

.iframebox {
	width: 100%;
	float: left;
}

.email {
	width: 96%;
	float: left;
	text-align: right;
}

/*Main styleing for the albums covers*/
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: 500px;
	margin-left: 8%;
	margin-right: 8%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	font-weight: 300;
}

.grid figure h3 span {
	font-weight: 800;
}

.grid figure p {
	margin: 0;
}

.grid figure h3 {
	margin-left: 20px;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*Styleing for the actual album covers*/
figure {
	width: 25%;
	height: auto;
	float: left;
}

figure.effect-apollo {
	background: #ee9336;
}

figure.effect-apollo img {
	width: 100%;
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h3 {
	text-align: left;
	background-color: rgb(238, 147, 54, 0.5);
	width: 75%;
	padding: 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*Styleing for the footer*/
footer {
	background-image: url(../images/finalfooter2.jpg);
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	height: 300px;
}

/*Media queries for small screens*/
@media screen and (max-width: 480px) {
	#wrap {
		width: 100%;
		margin: 0;
	}

	header {
		background-image: url(../images/headeredit480.jpg);
		height: auto;
		margin-bottom: 70px;
	}

	.pagetitle {
		font-size: 50px;
		margin-top: 120px;
	}

	nav {
		width: 100%;
		margin-top: 0;
	}

	nav ul {
		width: 100%;
	}

	nav ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #666;
		text-align: center;
		padding: 0px 0px 0px 0px;
	}

	nav ul li a {
		width: 100%;
		margin: 0;
		padding: 30px 0px 30px 0px;
	}

	.dropdown-content a {
		display: none;
	}

	.aboutimg img {
		display: none;
	}

	.banner480 {
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}

	.aboutye {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}

	.grid figure {
		width: 100%;
		margin: 0;
		margin-bottom: 50px;
	}

	.tracklist {
		width: 100%;
		float: left;
		margin: 0;
	}

	.tracklist img {
		margin-left: 17%;
		margin-right: 17%;
	}

	.tracklist h2 {
		text-align: center;
	}

	.tracklist ol {
		display: none;
	}

	.albumdescription {
		width: 100%;
		float: left;
		margin: 0;
	}

	.iframebox {
		width: 100%;
		margin: 0;
	}

	iframe {
		width: 95%;
		margin: 0;
	}

	footer {
		background-image: url(../images/finalfooter2480.jpg);
	}
}