/* general styles */
html, body{font-family: 'Lato', sans-serif; background:#000;}
.borders{width:100%;height:100%;position: absolute;top:0;left:0;z-index: 2;border:10px solid #fff;background:rgba(0,0,0,0.4);}

/* kenburns wrapper */
.wrapper {position: absolute;top:0;left:0;width: 100%;height:100%;z-index: 1;}

/* main content */
.content{position: absolute;top:0;left:0;width: 100%;height:100%;z-index: 3;color:#fff;text-align: center;}
.logo{max-width:100px;margin-top:45px;}
h1 {font-size:30px; line-height:normal; font-weight:bold; text-transform: uppercase;}
h1 span {display:block; font-weight:300; text-transform:none; font-size:18px; margin-top:10px;}
h2{margin-top:30px;margin-bottom: 40px;font-size: 20px;padding:0 20px;font-weight:300;}
h2 b {font-weight:400;}
a {color:#eee; text-decoration:none;}
a:hover {color:#FFF; text-decoration:underline;}
.input-email{
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	border:3px solid #fff;
	background:none;
	padding:10px;
	outline: none;
	max-width:150px;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}

.input-submit{
	border:0;
	padding:13px;
	background:#fff;
	color:#000;
	font-size:15px;
}

.signup input[type=submit]:hover{
	background:#eee;
}

.engage{
	position: absolute;
	bottom:40px;
	left:0;
	text-align: center;
	width:100%;
}
.social{
	margin-top:40px;
}

.social a:first-child{
	margin-right: 10px;
}

.social a{
	opacity: 0.8;
	 -webkit-transition: all 0.1s ease-out;
     -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
       -o-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;
}

.social a:hover{
	opacity:1;
}

.social img{
	width:40px;
}
.home .content p{
	font-size: 18px;
}
.home .content h1{
	margin-top: 50px;
	padding: 0px;
	text-align: center;
}
.home .content img{
	width: 40%;
	margin: 65px 0px;
}
.home .content .multan{
	float: left;
}
.home .content .multan a{
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
.home .content .multan p{
	font-weight: 600;
	font-size: 26px;
}
.home .content .islamabad{
	float: right;
}
.home .content .islamabad a{
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
.home .content .islamabad p{
	font-weight: 600;
	font-size: 26px;
}
.home .content .home-bottom{
	margin-top: 40px;
}
.home .content .home-bottom h1{
	margin-top: 10px;
	margin-bottom:5px;
	font-size: 30px;
}
.home .content .home-bottom p{
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight: 600;
	font-size: 26px;
}
.home .content .home-bottom h2{
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
	font-size: 22px;
}
@media(max-width: 767px){
	.home .content h1{
		font-size: 21px;
	}
	.home .content p{
		font-size: 14px;
	}
	.home .content img{
		width: 70%;
	}
	.home .content .multan{
		float: none;
	}
	.home .content .multan a{
		font-size: 20px;
	}	
	.home .content .multan p{
		font-weight: 600;
		font-size: 16px;
	}
	.home .content .islamabad{
		float: none;
		margin-top: 10px;
	}
	.home .content .islamabad a{
		font-size: 20px;
	}
	.home .content .islamabad p{
		font-weight: 600;
		font-size: 16px;
	}
	.home .content .home-bottom{
		margin-top: 40px;
	}
	.home .content .home-bottom h1{
		margin: 10px 0px;
		font-size: 20px;
	}
	.home .content .home-bottom h2{
		margin: 0px;
		font-size: 16px;
	}
	.home .content .home-bottom p{
		font-size: 16px;
	}
}


/* desktop styles */

@media only screen and (min-width: 768px) {
    .borders{border:20px solid #fff;}
    .logo{max-width: 150px;margin-top:100px;}
    h2{margin-top:40px;	font-size:28px;	line-height: normal;margin-bottom: 40px; padding:0 100px}
    
    .input-email{font-size:20px;font-family: 'Montserrat', sans-serif;border:3px solid #fff;background:none;padding:15px;outline: none;max-width:400px;display: inline-block;margin:0 auto;}
	.input-submit{
		border:0;
		padding:18px;
		color:#000;
		font-size:20px;
		display: inline-block;
		margin:0 0 0 15px;
	}
	.engage{
		position: absolute;
		bottom:90px;
		text-align: center;
		width:100%;
	}
	.social{
		margin-top:40px;
	}

	.social a:first-child{
		margin-right: 10px;
	}

	.social a{
		opacity: 0.8;
		 -webkit-transition: all 0.1s ease-out;
	     -moz-transition: all 0.1s ease-out;
	      -ms-transition: all 0.1s ease-out;
	       -o-transition: all 0.1s ease-out;
	          transition: all 0.1s ease-out;
	}

	.social a:hover{
		opacity:1;
	}
	
	.social img{
		width:50px;
	}


}
@media only screen and (min-width: 991px) {
    .logo{
		max-width: none;
		margin-top:100px;
	}
}
@media (max-width: 767px) {
	.content{ position:fixed!important; overflow-y:auto;}
	.wrapper{ position:fixed!important;}
	.engage{ position:relative; bottom:0; margin-bottom:20px;}
	h1{ padding-left:20px; padding-right:20px;}
}