body {
	background-color: black;
	color: white;
	margin:0;
	padding:0;
	height:100%;
}


.out-container {
	text-align: center;
	margin-right: auto; margin-left: auto;
	width: 1200px;
	min-height: 100%;
	position: relative;
	xxxborder: 1px solid yellow;
}

.topnavdiv {
	background-image: url('../imgs/vnv_header.jpg');
	min-height: 100px;
	width: 100%;
	max-width: 1200px;
	background-repeat: no-repeat;
	clear: both;
	text-transform: uppercase;
	position: fixed;
	z-index: 9999;
	xxxborder: 1px solid yellow;
}


.vnvlogo {
	xxxborder: 1px solid white;
	float: left;
	margin-top: 12px;
	
}

.vnvlogo a {
	xxxborder: 1px solid red;
	color: white;
	font-family: 'Anton';
	text-align: center;
	font-size: 50px;
	text-decoration: none;
}

a.logoh:hover{
	font-size: 55px;
}

.vnvlogo:hover {
	margin-top: 10px;
}


.playbutton {
	xxxborder: 1px solid white;
	margin-top: 10px;
	float: left;
	stroke: white; stroke-width: 10;
	transition: 0.2s ease;	
}

.playbutton:hover {
	float: left;
	stroke: yellow; stroke-width: 15;
}


.topbutton {
	xxxborder: 1px solid white;
	float: left;
	text-align: center;
	margin-top: 27px;
}

.topbutton  a { 
	color: white !important;
	text-decoration: none;
}

.topbutton  a:hover { 
	text-decoration: underline;
	font-size: 110% !important;
}

.mainbody {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	background-image: url('../imgs/logo-sm.png');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	xxxborder: 1px solid red;
}



/* footer styling */

.botnavdiv {
	background-image: url('../imgs/vnv_logo.jpg');
	min-height: 100px;
	width: 100%;
	max-width: 1200px;
	text-transform: uppercase;
	position: relative;
	bottom: 0;
	left: 0;
	xxxborder: 1px solid yellow;
}

.contact-line-container {
	float: right;
	height: 100px;
	width: 350px;
	xxxborder: 1px solid red;
}

.contact-line {
	float: left;
	height: 49px;
	width: 250px;
	margin-left: 50px;
	position: absolute;
	border-bottom: 3px solid white;
}

.contact-circle {
	float: left;
	width: 25px;
	height: 100px;
	stroke: white; stroke-width: 3px;
	xxxborder: 1px solid blue;
}

.contact-container {
	height: 100%;
	width: 350px;
	float: left;
	position: absolute;
	z-index: 999;
	margin-left: 850px;
	xxxborder: 1px solid orange;
}

.scc {
	float: left;
	margin-left: 65px;
	margin-top: 35px;
	height: 25px;
	width: 25px;
	border-radius: 5px;
	background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/a/a2/Antu_soundcloud.svg/2000px-Antu_soundcloud.svg.png");
	background-size: 100%;
	transition: .2s;
	xxxborder: 1px solid blue;
}

.scc:hover {
	height: 35px;
	width: 35px;
	margin-left: 60px;
	margin-top: 30px;
}



/* general styling */

.main-txt {
	font-family: arial;
	font-size: 16px;
}

.mainbody a{
	color: #FFFC96;
	font-size: 16px;
	font-family: 'Anton';
	text-decoration: none;
}

.hdr-txt {
	font-family: 'Anton';
	font-size: 25px;
	letter-spacing: 3px;
	xxxborder: 1px solid yellow;
}

.slider p {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.music-hdr {
	font-family: arial;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
	margin-top: 10px;
	margin-bottom: 7px;
}

.music-txt {
	font-family: arial;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
	margin-top: 2px;
}

.music-txt a {
	font-size: 14px;
}


/* slider styling */

.slider {
	width: 1140px;
	height: 680px;
	padding: 30px;
	margin-top: 20px;
	overflow-x: hidden;
	xxxborder: 1px solid yellow;
}

.slider-main-div{
	width: 850px;
	height: 600px;
	background-color: black;
	margin: auto;
	margin-top: 22px;
	box-shadow: 2px 2px 30px #FFF, -2px -2px 30px #FFF;
}

.slider img{
	height: 60px;
	width: 60px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	xxxborder: 1px solid orange;
}

.slider-main-img {
	height: 75% !important;
	width: 95% !important;
	clear: left;
	margin-left: 20px !important;
	margin-bottom: 10px !important;
	margin-top: 0px !important;
	padding-top: 4px;
	border-top: 3px solid #D3D191;
}

.slider-txt {
	width: 680px;
	height: 60px;
	margin-right: 10px;
	margin-top: 15px;
	float: left;
	xxxborder: 1px solid yellow;
}


button {
	position: absolute;
	margin-top: 275px;
	background-color: rgba(0,0,0,0);
	width: 110px;
	height: 110px;
	border: none;
	cursor: pointer;
	transition: background-size 0.2s ease;
}

button:focus {
	outline: none;
}

.next {
	right: 25px;
	background: url('../imgs/btn-right.png') no-repeat;
	background-size: 100px;
	background-position: center;
}

.next:hover {
	background-size: 110px;
}

.next:active {
	background-size: 90px;
}

.prev {
	left: 25px;
	background: url('../imgs/btn-left.png') no-repeat;
	background-size: 100px;
	background-position: center;
}

.prev:hover {
	background-size: 110px;
}

.prev:active {
	background-size: 90px;
}



/* About page styling*/

.about {
	width: 95%;
	margin: auto;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.about-in {
	background: rgba(0,0,0,.5);
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	border: 1px solid rgba(0,0,0,0);
}

.about-out {
	width: 100%;
	height: 20px;
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0), rgba(0,0,0,.5));
	xxxborder: 1px solid white;
}

.about img {
	height: 500px;
	xxxborder: 3px solid white;
}



/* Our Music page */

.sc .music{
	background-color: rgba(255,102,0,.6);
}

.yt .music{
	background-color: rgba(255,0,0,.6);
}

.sp .music{
	background-color: rgba(0,200,50,.6);
}

.music {
	width: 95%;
	height: 250px;
	margin-top: 20px;
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 3px 3px 10px #FFF, -3px -3px 10px #FFF, 3px -3px 10px #FFF, -3px 3px 10px #FFF;
	overflow: hidden;
}

.song {
	height: 120px;
	background-color: black;
	width: 1138px;
	float: left;
	margin-top: 1px;
	margin-left: 1px;
}

.song iframe {
	height: 120px;
	width: 100%;
	opacity: .75;
}

.song iframe:hover {
	opacity: 1;
}

.music-line {
	float: left;
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,0,0,0));
}

.description {
	color: #CCF;
	float: left;
	width: 40%;
	height: 120px;
	border-right: 2px dashed white;
}

.title {
	float: left;
	width: 100%;
	height: 70px;
	border-bottom: 2px dashed white;
}

.genre {
	float: left;
	width: 100%;
	height: 50px;
}

.link {
	float: left;
	width: 19%;
	height: 120px;
	border-left: 2px dashed white;
}

.music-txt-cont {
	float: left;
	width: 40%;
	height: 120px;
}


/* tour Styling */

.tour-cont {
	height: 772px;
	border: 1px solid rgba(0,0,0,0);
}



/* Contact Styling */

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea, input[type=email] {
	width: 100%;			/* Full width */
	padding: 12px;			/* Some padding */  
	border: 1px solid #ccc;		/* Gray border */
	border-radius: 4px;		/* Rounded borders */
	box-sizing: border-box;		/* Make sure that padding and width stays in place */
	margin-top: 6px;		/* Add a top margin */
	margin-bottom: 16px;		/* Bottom margin */
	resize: vertical;		/* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
	background-color: #4CAF50;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
	background-color: #45a049;
}

label {
	color: #ffffff !important;
}

/* Add a background color and some padding around the form */
.form_container {
	border-radius: 5px;
	background-color: #000000; /*f2f2f2;*/
	padding: 20px;
	text-align:left;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}