@charset="UTF-8";

/* CSS Document */

body {
	background-color: #000;
}

#container {
	width: 66%;
	margin: auto;
}

h1 {
	font-size: 5rem;
	font-family: 'Helvetica', 'Verdana', 'sans-serif';
	color: #7474f5;
	/*Pressmethod */
	text-shadow: 3px 3px #e49e0a;
}

.kwicks {
	width:93%;
	height: 600px;
}

.kwicks > li {
	height: 600px; /* adjust to image size */
	background-color: #fff;
	/* overridden by kwicks byt good for when JavaScript is disabled */
	margin-left: 5px;
}


/* Media Query for Mobile version */
@media only screen and (max-width: 700px) {





