body{
	
	line-height: 1.7;
	color: #c4c3ca;
	background-image: url(../images/home/13.jpg);
	background-attachment:fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
/*homecontrol starts */


.intro {
	height:auto;
	width:100%;
	float:left;
	padding:10% 10% 5% 10%;
	background: url(../images/pattern.png) repeat rgba(51,0,51,0.95);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align: center;
}
.theshow {
	height:auto;
	width:100%;
	float:left;
	padding:5% 10% 5% 10%;
	background: rgba(255,102,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	text-align:justify;
}
.picleft {
	height:auto;
	width:40%;
	float:left;
	border-bottom:100px solid rgba(102,0,102,1);
}
.textholder {
	height:auto;
	width:50%;
	float: right;
	margin:5% 0% 0% 0%;
}
#submisionform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 25% 5% 25%;
	float: left;
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
}

/**contactform content start**/

#name {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}

#tel {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#email {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
}
#subject { 
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 100%;
}

#file {
	background:none;
	height: 35px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	-webkit-appearance: none;
	border-radius: 0;
	cursor:pointer;
}
#message {
	background:none;
	height: 100px;
	width: 100%;
	margin-bottom:2%;
	color: rgba(255,255,255,1);
	border:hidden;
	border-bottom:1px rgba(255,255,255,1) solid;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 100%;
}

#submit  {
	height:45px;
	width:35%;
	color: rgba(255,255,255,1);
	background-color: rgba(255,153,0,1);
	padding: 5px;
	font-family: 'Fjalla One', sans-serif;
	border:0px;
	float:right;
	cursor:pointer;
	-webkit-appearance: none;
	border-radius: 0;
	}

#submit:hover {
	color: rgba(81,81,81,1);
	background-color: rgba(255,255,255,1);
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	.intro {
	height:auto;
	width:100%;
	float:left;
	padding:30% 10% 15% 10%;
	background: url(../images/pattern.png) repeat rgba(51,0,51,0.95);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align: center;
}
.theshow {
	height:auto;
	width:100%;
	float:left;
	padding:15% 10% 15% 10%;
	background: rgba(255,102,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	text-align: left;
}
.picleft {
	height:auto;
	width:100%;
	float:left;
	border-bottom:100px solid rgba(102,0,102,1);
}
.textholder {
	height:auto;
	width:100%;
	float: right;
	margin:5% 0% 0% 0%;
}
#submisionform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 10% 10% 10%;
	float: left;
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
	} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.intro {
	height:auto;
	width:100%;
	float:left;
	padding:30% 10% 10% 10%;
	background: url(../images/pattern.png) repeat rgba(51,0,51,0.95);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align: center;
}
.theshow {
	height:auto;
	width:100%;
	float:left;
	padding:15% 10% 15% 10%;
	background: rgba(255,102,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	text-align:justify;
}
.picleft {
	height:auto;
	width:100%;
	float:left;
	border-bottom:100px solid rgba(102,0,102,1);
}
.textholder {
	height:auto;
	width:100%;
	float: right;
	margin:15% 0% 10% 0%;
}
#submisionform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 10% 10% 10%;
	float: left;
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
	} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.intro {
	height:auto;
	width:100%;
	float:left;
	padding:20% 5% 10% 5%;
	background: url(../images/pattern.png) repeat rgba(51,0,51,0.95);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align: center;
}
.theshow {
	height:auto;
	width:100%;
	float:left;
	padding:5% 10% 5% 10%;
	background: rgba(255,102,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	text-align: left;
}
.picleft {
	height:auto;
	width:40%;
	float:left;
	border-bottom:100px solid rgba(102,0,102,1);
}
.textholder {
	height:auto;
	width:50%;
	float: right;
	margin:5% 0% 0% 0%;
}
#submisionform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 15% 5% 15%;
	float: left;
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
	} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.intro {
	height:auto;
	width:100%;
	float:left;
	padding:20% 10% 5% 10%;
	background: url(../images/pattern.png) repeat rgba(51,0,51,0.95);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align: center;
}
.theshow {
	height:auto;
	width:100%;
	float:left;
	padding:5% 10% 5% 10%;
	background: rgba(255,102,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	text-align:justify;
}
.picleft {
	height:auto;
	width:40%;
	float:left;
	border-bottom:100px solid rgba(102,0,102,1);
}
.textholder {
	height:auto;
	width:50%;
	float: right;
	margin:5% 0% 0% 0%;
}
#submisionform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 20% 5% 20%;
	float: left;
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1440px) {
	.intro {
	height:auto;
	width:100%;
	float:left;
	padding:10% 10% 5% 10%;
	background: url(../images/pattern.png) repeat rgba(51,0,51,0.95);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align: center;
}
.theshow {
	height:auto;
	width:100%;
	float:left;
	padding:5% 10% 5% 10%;
	background: rgba(255,102,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	text-align:justify;
}
.picleft {
	height:auto;
	width:40%;
	float:left;
	border-bottom:100px solid rgba(102,0,102,1);
}
.textholder {
	height:auto;
	width:50%;
	float: right;
	margin:5% 0% 0% 0%;
}
#submisionform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 25% 5% 25%;
	float: left;
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
	.intro {
	height:auto;
	width:100%;
	float:left;
	padding:10% 10% 5% 10%;
	background: url(../images/pattern.png) repeat rgba(51,0,51,0.95);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align: center;
}
.theshow {
	height:auto;
	width:100%;
	float:left;
	padding:5% 10% 5% 10%;
	background: rgba(255,102,0,1);
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:120%;
	text-align:justify;
}
.picleft {
	height:auto;
	width:40%;
	float:left;
	border-bottom:100px solid rgba(102,0,102,1);
}
.textholder {
	height:auto;
	width:50%;
	float: right;
	margin:5% 0% 0% 0%;
}
#submisionform {
	height: auto;
	width: 100%;
	visibility:visible;
	padding:15% 25% 5% 25%;
	float: left;
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	font-size: 150%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
}
	}