/*
Author: William Griswell
Date: 4-21-2015
*/

body, div, a, p, section, article, nav, ul, footer {
	margin: 0;
	padding: 0;
}

/***********************************************************************
FONTS
************************************************************************/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 21, 2015 */

@font-face {
    font-family: 'poetsen_oneregular';
    src: url('fonts/poetsenone-regular-webfont.eot');
    src: url('fonts/poetsenone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/poetsenone-regular-webfont.woff2') format('woff2'),
         url('fonts/poetsenone-regular-webfont.woff') format('woff'),
         url('fonts/poetsenone-regular-webfont.ttf') format('truetype'),
         url('fonts/poetsenone-regular-webfont.svg#poetsen_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cocogooseregular';
    src: url('fonts/cocogoose_trial-webfont.eot');
    src: url('fonts/cocogoose_trial-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cocogoose_trial-webfont.woff2') format('woff2'),
         url('fonts/cocogoose_trial-webfont.woff') format('woff'),
         url('fonts/cocogoose_trial-webfont.ttf') format('truetype'),
         url('fonts/cocogoose_trial-webfont.svg#cocogooseregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'groovy_fontregular';
    src: url('fonts/groovy_font-webfont.eot');
    src: url('fonts/groovy_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/groovy_font-webfont.woff2') format('woff2'),
         url('fonts/groovy_font-webfont.woff') format('woff'),
         url('fonts/groovy_font-webfont.ttf') format('truetype'),
         url('fonts/groovy_font-webfont.svg#groovy_fontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***********************************************************************
***********************************************************************/

body {
	background: #640d16;
	/*background-image: url('images/drops.jpg');*/
}

a {
	text-decoration: none;
}

#container {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	z-index: 100;
}

#back {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 1500px;
}

#dropleft {
	left: 0;
	margin-left: -100px;
	margin-top: -100px;
	width: 400px;
}

#dropright {
	float: right;
	margin-right: -100px;
	margin-top: -100px;
	width: 400px;
}

/*************************HERO*************************/

#hero {
	width: 100%
}

#logo {
	max-width: 700px;
	width: 96%;
	margin: 50px auto;
}

#logo img {
	width: 100%;
	height: auto;
}

nav {
	margin: 50px 0;
}

nav ul {
	list-style: none;
	text-align: center;
}

nav ul li {
	display: inline-block;
}

#menu1 {
	width: 210px;
	height: 95px;
	background-image: url('images/menu1.png');
}

#menu1:hover {
	background-image: url('images/menu1hover.png');
}

#menu2 {
	width: 235px;
	height: 90px;
	background-image: url('images/menu2.png');
}

#menu2:hover {
	background-image: url('images/menu2hover.png');
}

#menu3 {
	width: 300px;
	height: 120px;
	background-image: url('images/menu3.png');
}

#menu3:hover {
	background-image: url('images/menu3hover.png');
}

#menu4 {
	width: 255px;
	height: 120px;
	background-image: url('images/menu4.png');
}

#menu4:hover {
	background-image: url('images/menu4hover.png');
}

#break {
	width: 100%;
	height: 10px;
}

.dash {
	margin-bottom: 20px;
}

/*************************ABOUT*************************/

#about {
	width: 100%;
}

#about img {
	width: 100%;
}

#intro {
	width: 86%;
	background: #f6efd0;
	padding: 20px 2%;
	margin: 50px auto;
    border-radius: 10px;
}

#about p {
	font-family: 'cocogooseregular';
	font-size: 18px;
	text-align: center;
	color: #640d16;
}

/*************************MUSIC*************************/

#music {
	width: 100%;
}

.artist {
	width: 50%;
	height: 150px;
	float: left;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.artist img {
	width: 120%;
	height: auto;
	position: absolute;
	left: -20px;
	top: -70px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.artist:hover .right {
	right: 0;
}

.artist:hover .left {
	left: 0;
}

.artist:hover img {
	left: 0;
}

.name p {
    font-family: 'groovy_fontregular';
    font-size: 38px;
    line-height: 80px;
	width: 100%;
	color: #e5242b;
}

.name {
	width: 100%;
	height: 100%;
	background: rgba(250,173,67,.8);
	position: absolute;
	text-align: center;
}

.right {
	right: -700px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.left {
	left: -700px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*************************LOCATION*************************/

#location {
	width: 100%;
	/*background: #f06332;*/
	background: url('images/location.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	clear: both;
}

#info {
	width: 70%;
	text-align: center;
	color: #f6efd0;
	font-family: 'cocogooseregular';
    padding: 40px 0;
    margin: 0 auto;
}

#cover {
	background: rgba(240,99,50,.8);
}

#time {
	width: 96%;
	color: #e5242b;
	background: #f6efd0;
    font-family: 'poetsen_oneregular';
    font-size: 50px;
    margin: 20px 2%;
    border-radius: 10px;
}

input {
	width: 96%;
	color: #e5242b;
	background: #f6efd0;
	border: none;
    font-family: 'poetsen_oneregular';
    font-size: 30px;
    text-align: center;
    margin: 20px 2%;
    border-radius: 10px;
}

/*************************TICKETS*************************/

#tickets {
	width: 100%;
	height: 470px;
	background: #faad43;
	padding: 30px 0;
}

#buyall {
	background: #f6efd0;
	color: #faad43;
    font-family: 'poetsen_oneregular';
    font-size: 20px;
    text-align: center;
	width: 400px;
	padding: 20px 0;
	margin: 0 auto;
    border-radius: 10px;
	-moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#buyall:hover {
	color: #f06332;
	width: 450px;
}

#schedule {
	list-style: none;
	margin: 20px auto;
	width: 90%;
	text-align: center;
}

#schedule li {
    text-align: center;
    display: inline-block;
    width: 30%;
}

#schedule a {
	background: #f06332;
    padding: 10px 0;
	color: #faad43;
    font-family: 'poetsen_oneregular';
    font-size: 50px;
    border-radius: 10px;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#schedule a:hover {
	background: #faad43;
	color: #f06332;
}

.details {
	text-align: center;
	color: #f06332;
	font-family: 'cocogooseregular';
	padding: 10px 0;
}

h2 {
	color: #f6efd0;
}

.buy1 {
	background: #f6efd0;
	color: #faad43;
    font-family: 'poetsen_oneregular';
    font-size: 20px;
    text-align: center;
	width: 300px;
	padding: 20px 0;
	margin: 10px auto;
    border-radius: 10px;
	-moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.buy1:hover {
	color: #f06332;
	width: 350px;
}

/*************************FOOTER*************************/

footer {
	width: 100%;
	height: 20px;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-family: 'cocogooseregular';
	font-size: 10px;
}

/***********************************************************************
TABLET VIEW
************************************************************************/

@media screen and (max-width: 768px) {

#container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.name {
	padding: 30px 0;
}

.name p {
	font-size: 28px;
	line-height: 50px;
}

.artist img {
	top: 0;
}

footer p {
	font-size: 15px;
}

#location {
	background-size: 120%;
}

}

/***********************************************************************
MOBILE VIEW
************************************************************************/

@media screen and (max-width: 640px) {

p {
	font-size: 20px;
}

.dash {
	display: none;
}

nav ul li {
	display: block;
	margin: 0 auto;
}

nav {
	width: 300px;
	margin: 50px auto;
}

#break {
	display: none;
}

.artist {
	width: 100%;
}

.name {
	padding: 0;
}

.name p {
	font-size: 48px;
	line-height: 80px;
}

.artist img {
	top: -70px;
}

#info {
	width: 90%;
	padding: 20px 0;
	font-size: 20px;
}

#time {
	font-size: 60px;
}

input {
	font-size: 40px;
}

#schedule li {
	width: 90%;
	margin: 20px 0;
}

#tickets {
	height: auto;
}

#buyall {
	width: 70%;
}

#buyall:hover {
	width: 80%;
}

#tickets h2 {
	font-size: 30px;
}

.details {
	padding: 0;
}

footer {
	height: auto;
	padding: 5px 0;
}

}