*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}

.main{
	height: 185vh;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6)),url('../Image/space.jpg');
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
	position: relative;
}


.top-bar{
	text-align: center;
	height:32vh;
}
.fa fa-bars{
	display:none;
}
.logo img{
	width:20%;
	margin-top: 2%;

}
.moto{
	font-family: Prestige Elite Std;
	color:white;
	color:rgba(255,255,255,0.7);
	font-size: 100%;
	margin-bottom:2%;
}

.top-bar .fa{
	display:none;
}

.team{
	text-align: center;
	margin-top:20px;
	height:100vh;
	margin-bottom:50px;
}
.team img{
	width:25%;
	padding: 30px 20px;
}

.links{
	background:linear-gradient(to right,rgba(255,255,255,0.1),rgba(0,0,0,0.4),rgba(255,255,255,0.1));
}
.links ul{
	display:inline;
}

.links ul li{
	display:inline-flex;
	list-style:none;
}

.links ul li a{
	text-decoration: none;
	font-family:Tw Cen MT;
	color:rgba(250,252,254,0.9);
	font-size:120%;
	padding:15px 35px;
	transition: 1s;
}

#tab:hover{
	border:1px solid;
	border-color:rgba(255,255,255,0.6);
	border-top:rgba(255,255,255,0);
	border-left:rgba(255,255,255,0.5);
	border-right:rgba(255,255,255,0.5);
	transition: .4s;
	background-color: rgba(255,255,255,0.1);
	transform: scale(1.1);
}
.active{
	font-weight: bold;
	transform:scale(1);
}


.head{
	text-align: center;
	color:rgba(255,255,255,1);
	height:20vh;
	background:linear-gradient(to right,rgba(0,0,0,0.1),rgba(255,255,255,0.4),rgba(0,0,0,0.1));
}

.head h1{
	font-family: Candara;
	font-size:230%;
}
.head h1 span{
	color:rgba(0,5,5,0.9);
	text-shadow: 1px 1px 1px rgb(255,255,255);
}

.head p{
	padding-top:5vh;
	font-family: Orator Std;
	color:rgb(0,0,0);
	font-size:140%;
	font-weight: bold;
}

.btn-back{
	text-align: center;
	margin: 6% 0%;
}

.btn-back p{
	margin-bottom: 2%;
	font-size: 100%;
	font-family:Century Gothic;
	color:#fff;
	background:linear-gradient(to right,rgba(0,0,0,0.1),rgba(255,255,255,0.1),rgba(0,0,0,0.1));
	font-weight:bold;
}


#btn{
	font-family:Arial;
	font-size: 110%;
	padding: 1% 2%;
	background-color:rgba(0,0,0,0);
	color:white;
	border:2px solid;
	border-radius:6%;

}
#btn:hover{
	border-color:rgba(0,0,0,0);
	background-color:white;
	color:black;
}

.hr1{
	margin-top:1%;
}


.bottom{
	height:42vh;
	background-color:rgba(0,0,0,1);
}


.society{
	margin-top:7vh; 
	width:18%;
}
.social{
	color:white;
	font-family:Century Gothic;
	text-align: center;
	margin-top:1.5%;
}
.bottom .social p{
	text-align:center;
	padding-bottom:1%;
	font-weight: bold;
	font-size: 105%;
}
.bottom .social i{
	border:1px solid;
	border-radius:100%;
	padding:0.95% 1%;
}
.social a{
	text-align: center;
	color: white;
	text-decoration:none;
	margin-right: 0.5%;
	font-family: Century Gothic;
	font-size: 98%;
}

.social a i:hover{
	background-color:white;
	color:black;
}

.bottom p{
	font-family:Arial;
	color:white;
	text-align: center;
	margin-top: 1%;
	font-size:75%;

}



/*Tablet*/	
@media screen and (max-width:768px) and (min-width:426px){
	.main{
		height: 350vh;
	}
	.logo img{

		width:45%;
		margin-top: 5%;
	}
	.top-bar{
		height:27vh;
	}
	.moto{
		font-family: Prestige Elite Std;
		color:white;
		color:rgba(255,255,255,0.7);
		font-size: 150%;
		margin-bottom:3%;
	}
	.head{
		margin-top: 5vh;
		height:12vh;
	}
	.head h1{
		font-size:310%;
	}
	.head p{
		padding-top:1vh;
		font-size:200%;
	}
	.bottom{
		height:32vh;
		font-size: 135%;
	}
	.society{
		width:30%;
	}

	.links ul li a{
		font-size:130%;
		padding:15px 25px;
	}
	.team img{
		width:65%;
		padding: 30px 20px;
	}
	.team{
		text-align: center;
		margin-top:30px;
		height:310vh;
		margin-bottom:10px;
	}

}
@media screen and (max-width:768px) and (min-width:426px) and (max-height: 730px){
	.top-bar{
		height:38vh;
	}
	.main{
		height: 500vh;
	}
	.bottom{
		height:40vh;
	}
	.head{
		margin-top: 5vh;
		height:15vh;
	}
	.team{
		height:440vh;
	}	


}


/*Mobile Devices*/	
@media screen and (max-width:425px){
	.main{
		height:370vh;
	}
	.logo img{
		width:55%;
		margin-top: 6%;
	}
	#tab:hover{
		transform: none;
	}
	.fa-bars{
		position: absolute;
		right:20px;
		top:10px;
	}
	.moto{
		font-size: 105%;
		margin-bottom:5%;
	}
	.fa-close{
		text-align: left;
		padding-top:10px;
		padding-left:10px;
	}
	.top-bar .fa{
		display:block;
		color:#fff;
		margin:10px 15px;
		font-size: 22px;
		cursor:pointer;
	}
	.links ul li a{
		padding:15px 50px;
	}


	.links{
		opacity: .95;
		font-size:145%;
		height:50vh;
		width:100%;
		background:#000;
		top:-50vh;
		position: absolute;
		z-index: 2;
		transition: 0.6s;
		background-attachment: fixed;
		padding:5px 35px;
		transition: 1s;
	}
	.top-bar{
		height:18vh;
	}

	.bottom{
		height:35vh;
		background:linear-gradient(to bottom right,rgba(0,0,0,1),rgba(22,0,0,1),rgba(0,0,0,1),rgba(5,0,0,1),rgba(0,0,0,1));
	}
	.society{
		width:40%;
	}
	.social{
		text-align: center;
		margin-top:1.5%;
	}
	.bottom .social p{
		text-align:center;
		padding-bottom:2%;
	}
	.social a{
		text-align: center;
	}

	.bottom p{
		margin-top: 2%;
		font-size:78%;

	}
	.team{
		text-align: center;
		margin-top:50px;
		height:310vh;
		margin-bottom:50px;
	}
	.team img{
		width:90%;
		padding: 20px 20px;
	}
}


@media screen and (max-width:414px){
	.main{
		height:360vh;
	}
	.top-bar p{
		margin-bottom:3vh;
	}
	.links{
		font-size:135%;
		height:45vh;
		top:-45vh;
	}
	.team{
		text-align: center;
		margin-top:40px;
		height:300vh;
		margin-bottom:70px;
	}
	.team img{
		width:90%;
		padding: 20px 20px;
	}
	.bottom{
		height:35vh;
	}
	.logo img{
		width:55%;
	}

}

@media screen and (max-width:411px){
	.main{
		height:340vh;
	}
	.logo img{
		width:57%;
		margin-top:8%;
	}
	.top-bar{
		height:22vh;
	}
	.links{
		font-size:135%;
		height:45vh;
		top:-45vh;
	}
	.bottom{
		height:35vh;
	}

}
@media screen and (max-width:411px) and (max-height:823px) and (min-height:732px){
	.logo img{
		width:62%;
		margin-top: 9%;
	}
	.main{
		height:320vh;
	}
	.team{
		height:270vh;
	}
	.links{
		font-size:135%;
		height:40vh;
		top:-40vh;
	}
	.bottom{
		height:30vh;
	}
}

@media screen and (max-width:375px){
	.team{
		height:250vh;
	}
	.main{
		height:300vh;
	}
	.links{
		font-size:125%;
		height:40vh;
		top:-40vh;
	}
}
@media screen and (max-width:375px) and (max-height:667px){
	.links{
		font-size:120%;
		height:45vh;
		top:-45vh;
	}
	.team{
		height:300vh;
	}
	.main{
		height:350vh;
	}

}
@media screen and (max-width:375px) and (max-height:730px){
	.links{
		font-size:120%;
		height:45vh;
		top:-45vh;
	}
	.team{
		height:300vh;
	}
	.main{
		height:340vh;
	}

}
@media screen and (max-width:360px) and (max-height:640px){
	.top-bar{
		height:24vh;
	}
	.logo img{
		width:58%;
	}
	.links{
		font-size: 110%;
		height:45vh;
		top:-45vh;
	}
	.team{
		height:300vh;
		margin-top:25px;
	}
	.bottom{
		height:35vh;
	}
	.main{
		height:350vh;
	}
}

@media screen and (max-width:320px){
	.logo img{
		width:60%;
	}
	.top-bar{
		height:22vh;
	}

	.main{
		height:300vh;
	}
	.links{
		font-size:110%;
		height:45vh;
		top:-45vh;
	}
	.bottom{
		height:32vh;
	}
	.team{
		height:240vh;
	}


}




@media screen and (max-width:320px) and (max-height:568px){
	.main{
		height:350vh;
	}
	.links{
		font-size:95%;
		height:45vh;
		top:-45vh;
	}
	.team{
		height:300vh;
	}
	.bottom{
		height:34vh;
	}

}


@media screen and (max-width: 280px){
	.main{
		height:300vh;
	}
	.logo img{
		width:55%;
		margin-top:10%;
	}
	.moto{
		font-size: 90%;
		margin-bottom:15%;
	}
	.society{
		width:40%;
	}
	.social{
		text-align: center;
		margin-top:1.5%;
	}

	.bottom p{
		margin-top: 2%;
		font-size:75%;

	}
	.team{
		text-align: center;
		height:240vh;
		margin-bottom:50px;
	}
	.team img{
		width:90%;
	}
	.links{
		font-size:95%;
		height:45vh;
		top:-45vh;
	}

}

