body {
	padding:0px;
	margin:0px;
	background-color:#D7D7D7;
	font-family:'Open Sans',Helvetica, Arial, sans-serif;
	font-size:24px;
	background-color:#000;
}

a {
	color:#F638B8;	
}

a:hover {
	color:#21EEDF;	
}

a, a:active, a:selected, a:visited { outline: none; }

a, a:link, a:visited {

}

h1, h2, h3, h4, h5, h6, p{
    font-weight: 300;
    margin:0px;
    padding:0px;
}

h1 {
	font-size:2em;
	/*border-bottom:1px solid #21EEDF;*/
	margin:0px 0px 10px 0px;
	color:#21EEDF;
	background-color:#000;
}

h2 {
	font-size:1.8em;
	color:#F638B8;
}

h3 {
	font-size:1.6em;
}

h4 {
	font-size:1.4em;
		border:1px solid #21EEDF;
}

h5 {
	font-size:1.2em;

}

h6 {
	font-size:1em;
}

#map_canvas {	
	height: 150%;
    overflow: hidden;
	position:absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
	
}
#thecontent {
	position:absolute;
	top:0;	
	width:100%;
	height:100%;
	/*background-color:#F90DA8;*/
}

#thetitle {
	margin-top:5%;
	text-align:center;
	margin-bottom:5%;
}

#out {
		font-weight: 400;	
}

#theartists {
	margin:5% 10% 0% 10%;	
	text-align:center;
	font-size:1em;
}

#theconcept {
	margin:10%;	
	text-align:center;
	font-size:1em;
}

#theartists:hover {

	/*background-color:#F90DA8;*/
}


#content{
	font-family: "Open Sans","Helvetica",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height:1.5em;
    font-size:1.5em;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */

body {
	font-size:36px;
}

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}


