/*
	Imagination by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

.mobile {
	display: none;
}
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
body
	{
		/* background: #111111 url(images/main-wrapper-bg.jpg) repeat; */
		background-color: #0080ff;
	}

	body,input,textarea,select
	{
		font-size: 11pt;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding-top: 76vh;
	}


/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding: 7em 0em;
	}

	.sidebar header h2
	{
		font-size: 1.8em;
	}

/*********************************************************************************/
/* Extra                                                                         */
/*********************************************************************************/

	.extra
	{
		/* padding: 6em 0em; */
	}

	#about {
		padding-top: 5vh;
		padding-bottom: 28vh;
	}

	#about-mobile {
		display: none;
	}

	#concerts {
		text-align: right;
		padding-top: 15vh;
		padding-bottom: 20vh;
		position: absolute;
		top: 147.5vh;
		margin-left: 0;
		padding-left: 5%;
		width: 100%
	}

	#contact {
		padding-top: 15vh;
		padding-bottom: 18vh;
	}

	.\-3u {
		text-align: left;
		padding-left: 0px;
		width: 45%;
		border-right: 2px solid black;
	}

	.left-row {
		width: 60%;
		display: inline-block;
	}

	#triangle-right {
		top: 72.5vh;
		width: 0;
		height: 0;
		border-top: 13vh solid transparent;
		border-left: 100vw solid #f5f5f5;
		border-bottom: 0 solid transparent;
		position: absolute;
		z-index: 2;
	}

	#triangle-left {
		top: 72.5vh;
		width: 0;
		height: 0;
		border-top: 13vh solid transparent;
		border-right: 100vw solid #0080ff;
		border-bottom: 0 solid transparent;
		position: absolute;
		z-index: 1;
	}

	#about {
		position: absolute;
		top: 85.5vh;
		margin-left: 0;
		padding-left: 5%;
		width: 100%
	}

	#about-header {
		top: 82vh;
	}

	.concert-info {
		text-align: left;
	}

	#notifications-desktop {
		text-align: center;
		color: white;
		border:1px solid #0080ff;
		background-color: #0080ff;
		border-radius: 10px;
		position: absolute;
		width: 15%;
		top: 25%;
		z-index: 1;
		padding: 1.5%;
		box-shadow: 5px 5px 10px grey;
	}

	#notifications-mobile {
		display: none;
	}

	#contact {
		position: absolute;
		top: 236.5vh;
		margin-left: 0px;
		width: 100%
	}

	#mobile-calendar-icon {
		display: none;
	}

	#mobile-door-icon {
		display: none;
	}

	#mobile-contact {
		display: none;
	}
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	#featured
	{
		padding: 6em 0em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#copyright
	{
		position: absolute;
		top: 300vh;
		width: 100%;
		padding: 3em 0em;
	}