#video-bg{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	/*overflow:hidden ;*/
	background-size: cover
}
.page-1{ 
	z-index: 1;	
}	

#navbar {
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 1;
	background: rgba(77, 77, 51, 0.8);
	border-top: 5px solid #ff0;	
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

#navbar ul{
	list-style-type: none; 
	overflow: hidden;
	float: right;
	margin: 18px 50px 0 0;
}

#navbar li{
	float: left;
	
}

#navbar li a{	
	display: inline-block;
	margin: 15px;
	font-size: 25px;
	text-decoration: none;
	color: #ff0;
	
	/*#5694f7*/
}

#navbar li a:hover{
	color: #fff;
	transition: 0.5s ease-in-out;
	transform: scale(1.2, 1.5);
}

.icon i{
	display: none;
}

.search {
	position: absolute;
	right: 520px;
	border: 2px solid #ccc;
	border-radius: 8px;
	padding: 8px;
	width: 200px;
	-webkit-transition: width 2.3s ease-in-out;
	transition: width 2.3s ease-in-out;
}

.logo{
	margin-left: 150px;
	height: 180px;
	width: 280px;
	margin-top: -50px;
}

#content-1{
	font-size: 25px;
	text-align: center;
	font-family: 'Rock Salt', cursive;
	margin-top: 170px;
	font-weight: bold;
	position: relative;
}
#mobile-content-1{
	display: none;
}


#content-2{
	margin-top: 250px;
	margin-left: 250px;
}

#about-page{
	margin-top: 130px;
}

.aboutImage-fixed{
	position: fixed;
	/*top: 300px;
	margin-left: -52px;
	z-index: 2;*/
	margin-left: 150px;
	height: 180px;
	width: 280px;
	margin-top: -50px;
}

.my-image{
	height: 250px;
	width: 250px;
	/*opacity: 0.8;*/
}

.hello{
	font-size: 80px;
	color: #0066ff;
}

.hello-2{
	font-size: 30px;
	color: #ff0;
}

.page-2{
	text-align: center;
	margin-top: 210px;
}

.page-2 h2, .page-3 h2, .page-4 h2{
	font-family: 'Rock Salt', cursive;
	font-size: 25px;
	font-weight: bold;
	color: #5694f7;
	margin-top: 35px;
	z-index: 1;
	text-align: center;
	animation: bounce1 1s infinite alternate;
	-webkit-animation: bounce1 1s infinite alternate;

}
@keyframes bounce1 {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}

.page-2 hr, .page-3 hr, .page-4 hr{
	border: 2px solid #ff0;
	width: 250px;
	animation: bounce 1s infinite alternate;
	-webkit-animation: bounce 1s infinite alternate;

}

@keyframes bounce {
	from {
		transform: translateX(-10px);
	}
	to {
		transform: translateX(20px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateX(0px);
	}
	to {
		transform: translateX(20px);
	}
}

#content-3{
	margin-top: 45px;
}

.about-image{
	height: 550px;
	width: 390px;
}

.my-info{
	font-family: 'Pompiere', cursive;
	font-size: 38px;
	color: #0d1a00;
	padding: 12px;
	margin-top: 10px;
	font-weight: bold;
	border-radius: 10px;
	background: rgba(135, 137, 138, 0.7);
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.full-screen{
	transform: scale(2.0, 1.0) translateX(-120px);
}

.views{
	font-size: 18px;
	margin: 20px;		
}

input[type="radio"]{
	cursor: pointer;
	font-size: 25px;
}

.page-3{
	color: #D5E5EB;

}
#resume-page{
	background: url('../images/background-1.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;	
}

.page-3 h3{
	font-weight: bold;
	font-size: 30px;
	font-family: 'Pompiere', cursive;
	margin-top: 35px;
	text-decoration: underline;
	color: #A1C7D4;
}

.page-3 h4{
	margin: 25px 0 15px 0;
	font-weight: bold;
	color: #A1C7D4;

}

.page-3 h5{
	font-weight: bold;
	font-size: 18px;
	
}

.page-3 ul li, .page-3 ul li a{
	font-size: 18px;
	font-weight: 700;
}

#contact-page{
	background: url('../images/background-4.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;	
	margin-top: 2px;
}
#form{
	border: 4px solid #000;
	font-family: 'Pompiere', cursive;
	font-size: 25px;
	font-weight: 900;
	background: url('../images/contact.png');
}
.straight-line{
	float: left;
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,0.5));
	background: -ms-linear-gradient(bottom,rgba(0,0,0,1),rgba(0,0,0,0.5));
	background: -moz-linear-gradient(bottom,rgba(0,0,1),rgba(0,0,0,0.5));
	font-size: 44px;
	font-family: 'Pompiere', cursive;
	font-weight: bold;
	color: #ff0;
	-webkit-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;
	writing-mode: vertical-lr;

	-webkit-text-orientation: upright;
	-moz-text-orientation: upright;
	-ms-text-orientation: upright;
	text-orientation: upright;
	
}

.form-para{
	margin-top: 18px;
}

#submit-button{
	border-radius: 8px;
	border-color: #5694f7;
	background: green;
	margin: 0 0 5px 5px;
	color: #fff;
	font-size: 32px;
}
#form input, textarea{
	box-sizing: border-box;
	background: rgba(0, 204, 255, 0.7);
	border-color: #ff0;
	border-radius: 8px;
	margin: 0 0 4px 5px;
	
}

#form textarea{
	margin-left: 5px;
	box-sizing: border-box;
}

#content-8 h3{
	font-size: 35px;
	color: #ff0;
	font-family: 'Pompiere', cursive;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.project-image{
	height: 100%;
	width: 100%;
	cursor: pointer;
	transition: ease-in-out 0.5s;
}

.project-image:hover{
	transform: scaleX(1.1);
}

.project-image-modal{
	height: 550px;
	width: 550px;
}

.description{
    color: #A1C7D4;
	font-size: 20px;
	font-weight: 700;
}

.description-para{
	font-weight: bold;
	font-size: 25px;
	font-family: 'Pompiere', cursive; 
	text-align: center;
	margin-top: 25px;
	padding: 10px;

}

.projects{
	border: 2px solid #ff0;
	border-radius: 8px;
	margin: 0 0 20px 25px;
	text-align: center;

}

.footer-page{
	text-align: center;
	font-size: 25px;
	
}
.footer-para{
	font-weight: bold;
	font-size: 30px;
	font-family: 'Pompiere', cursive;
	padding: 5px;
}

i{
	margin: 20px;
	transition: all ease-in-out 0.5s;
}

i:hover{     
	transform: scale(2.0, 2.0); 
	color: #f00;
}

.page-4, .page-3{
	margin-bottom: 50px;
	margin-top: 10px;
}

footer{
	margin-top: 4px;
}

footer{
	background: -webkit-linear-gradient(right,rgba(51, 204, 51,0.5),rgba(0, 51, 153,0.5));
	background: -ms-linear-gradient(right,rgba(51, 204, 51,0.5),rgba(0, 51, 153,0.5));
	background: -moz-linear-gradient(right,rgba(51, 204, 51,0.5),rgba(0, 51, 153,0.5));
}

@media all and (max-width: 1200px) {

	#video-bg{
		display: none;
	}
	header{
		background: url('../images/background-4.jpg');
		background-position: center;
		background-attachment: fixed;
		background-size: cover;
	}
	
	#navbar{
		background: rgba(77, 77, 51, 0.8);
		height: auto;
		-webkit-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
	}
	
	#navbar ul li a{
		display: none;
		
   	}

   	#navbar ul{
		list-style-type: none; 
		overflow: hidden;
		float: none;
		margin: 90px 0 0 0;
	}

   	.icon i{
		float: right;
		display: block;
		margin: 30px 50px 0 0;
		color: #fff;
		cursor: pointer;
		background: #5694f7;
		border-radius: 8px;
		width: 40px;
		text-align: center;
    }

   	#navbar .responsive li a{
   		position: relative;
   		display: block;
    	text-align: left;
    	margin: 2px 0 0 -32px;
    }

	#navbar .responsive li{
		float: none;
		clear: all;
	}	
		
	#navbar li a:hover{
		color: #fff;
		background-color: #000;
		transform: none;
	}
	.search {
		position: fixed;
		right: 0;
	}

	.logo{
		margin-left: 0;
		height: 100px;
		width: 180px;
		margin-top: 0px;
		position: fixed;
	}

	#mobile-content-1{
		display: block;
		font-size: 25px;
		text-align: center;
		font-family: 'Rock Salt', cursive;
		margin: 150px 0 120px 0;
		font-weight: bold;
	}
	#content-1, #content-2{
		display: none;
	}

	.image-mobile{
		width: 200px;
		height: 200px;
		margin-bottom: 30px;
	}

	.hello{
		margin-bottom: 35px;
		font-size: 60px;
		color: #5694f7;
	}

	.hello-2{
		padding: 5px;
		font-size: 20px;
		color: #ff0;
	}

	.page-2{
		margin: 25px 0 50px 0;
	}

	#about-page{
		background: url('../images/background-4.jpg');
		background-position: center center;
		background-attachment: fixed;
		background-size: cover;
		margin-top: 2px;
	}

	#content-3{
		display: none;
	}

	.my-info{
		font-size: 25px;
		color: #0d1a00;
		padding: 5px;
		margin-top: 0px;
		width: 100%;
	}

	.views{
		display: none;		
	}

	input[type="radio"]{
		cursor: pointer;
		font-size: 25px;
	}

	.page-3{
		margin-top: 0;
		color: #D5E5EB;

	}
	#resume-page{
		background: url('../images/background-4.jpg');
		background-attachment: fixed;
		background-position: center;
		background-size: cover;	
		background-repeat: no-repeat;
		margin-top: 2px;
	}

	.page-3 h2{
		font-size: 22px;
		margin-top: 50px;
	}
	.page-3 h3{
		font-size: 20px;
		margin-top: 15px;
	}

	.page-3 ul li, .page-3 ul li a{
		font-size: 13px;

	}
	#contact-page{
		background: url('../images/background-4.jpg');
		background-attachment: fixed;
		background-position: center;
		background-size: cover;	
		margin-top: 2px;
	}

	#form input{
		margin: 0 2px 0 5px;
		width: 50%;
		
	}

	#form textarea {
		width: 85%;		
	}
	
	.straight-line{
		display: none;
	}	

	.projects{
		margin: 28px 0 0 0;
		text-align: center;

	}

	.project-image-modal{
		height: 100%;
		width: 100%;
	}

	.project-image:hover{
		transform: scaleX(1.03);
	}

	#content-8 h3{
		margin-top: 50px;
	}
}
