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: rgba(51,204,204,1);
	color: rgba(0,0,0,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(153,0,102,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%;
}
#moreshows {
	height:auto;
	width:100%;
	float:left;
	padding:10% 5% 5% 5%;
	background-color:rgba(51,51,51,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	text-align: left;
}
#interviews {
	height:900px;
	width:100%;
	padding:10% 10% 8% 10%;
	float:left;
	background-color: rgba(255,255,255,1);
	position: relative;
  	z-index:2;
	text-align:center;
}

/* 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: rgba(51,204,204,1);
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align: left;
}
.theshow {
	height:auto;
	width:100%;
	float:left;
	padding:10% 10% 15% 10%;
	background: rgba(153,0,102,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%;
}
#moreshows {
	height:auto;
	width:100%;
	float:left;
	padding:10% 5% 5% 5%;
	background-color:rgba(51,51,51,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	text-align: left;
}
#interviews {
	height:900px;
	width:100%;
	padding:10% 10% 8% 10%;
	float:left;
	background-color: rgba(255,255,255,1);
	position: relative;
  	z-index:2;
	text-align:center;
}
	} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.intro {
	height:auto;
	width:100%;
	float:left;
	padding:20% 10% 15% 10%;
	background: rgba(51,204,204,1);
	color: rgba(0,0,0,1);
	font-family: 'Nunito', sans-serif;
	font-size:150%;
	text-align: center;
}
.theshow {
	height:auto;
	width:100%;
	float:left;
	padding:10% 10% 15% 10%;
	background: rgba(153,0,102,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:5% 0% 0% 0%;
}
#moreshows {
	height:auto;
	width:100%;
	float:left;
	padding:10% 5% 5% 5%;
	background-color:rgba(51,51,51,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	text-align: left;
}
#interviews {
	height:900px;
	width:100%;
	padding:10% 10% 8% 10%;
	float:left;
	background-color: rgba(255,255,255,1);
	position: relative;
  	z-index:2;
	text-align:center;
}
	} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.intro {
	height:auto;
	width:100%;
	float:left;
	padding:20% 10% 15% 10%;
	background: rgba(51,204,204,1);
	color: rgba(0,0,0,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(153,0,102,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%;
}
#moreshows {
	height:auto;
	width:100%;
	float:left;
	padding:10% 5% 5% 5%;
	background-color:rgba(51,51,51,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	text-align: left;
}
#interviews {
	height:900px;
	width:100%;
	padding:10% 10% 8% 10%;
	float:left;
	background-color: rgba(255,255,255,1);
	position: relative;
  	z-index:2;
	text-align:center;
}
	} 

/* 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:10% 10% 5% 10%;
	background: rgba(51,204,204,1);
	color: rgba(0,0,0,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(153,0,102,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%;
}
#moreshows {
	height:auto;
	width:100%;
	float:left;
	padding:10% 5% 5% 5%;
	background-color:rgba(51,51,51,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	text-align: left;
}
#interviews {
	height:900px;
	width:100%;
	padding:10% 10% 8% 10%;
	float:left;
	background-color: rgba(255,255,255,1);
	position: relative;
  	z-index:2;
	text-align:center;
}
	}

/* 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: rgba(51,204,204,1);
	color: rgba(0,0,0,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(153,0,102,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%;
}
#moreshows {
	height:auto;
	width:100%;
	float:left;
	padding:10% 5% 5% 5%;
	background-color:rgba(51,51,51,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	text-align: left;
}
#interviews {
	height:900px;
	width:100%;
	padding:10% 10% 8% 10%;
	float:left;
	background-color: rgba(255,255,255,1);
	position: relative;
  	z-index:2;
	text-align:center;
}
	}

/* 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: rgba(51,204,204,1);
	color: rgba(0,0,0,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(153,0,102,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%;
}
#moreshows {
	height:auto;
	width:100%;
	float:left;
	padding:10% 5% 5% 5%;
	background-color:rgba(51,51,51,1);
	color:rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size:100%;
	text-align: left;
}
#interviews {
	height:900px;
	width:100%;
	padding:10% 10% 8% 10%;
	float:left;
	background-color: rgba(255,255,255,1);
	position: relative;
  	z-index:2;
	text-align:center;
}
	}