*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}

.main{
	height: 220vh;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.6)),url('../Image/space2.jpeg');
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
	position: relative;
}


.top-bar{
	text-align: center;
	height:32vh;
}
.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%;
}
.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);
}
.fa fa-bars{
	display:none;
}
.top-bar .fa{
	display:none;
}
.head{
	margin-top:4%;
	text-align: center;
	color:rgba(255,255,255,1);
	height:20vh;
}

.head h1{
	font-family: Candara;
	font-size:250%;
	text-transform: uppercase;
}
.head h1 span{
	color:rgba(0,255,255,0.9);
}

.head p{
	margin-top:2px;
	font-family: Orator Std;
	color:rgb(220,220,255);
	font-size:150%;
	font-weight: bold;
}
.ruler{
	opacity:.2;
	margin-top:20px;
}

.album{
	text-align:center;
	height:120vh;
}
.album img{
	width:28%;
	padding:15px 15px;
	transition: 1s;
}

.album img:hover{
	width:40%;	
}
.hr1{
	margin-top:20px;
}


.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: 140vh;
	}
	.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%;
	}
	.album{
		height:90vh;
	}
	.album img{
		width:46%;
		padding:10px 12px;
	}
	.album img:hover{
		width:55%;	
	}
	.head{
		margin-top: 4vh;
		height:15vh;
	}
	.head h1{
		font-size:300%;
	}
	.head p{
		padding-top:1vh;
		font-size:200%;
	}
	.bottom{
		height:32vh;
		font-size: 135%;
	}
	.society{
		width:30%;
	}
	.btn-back{
		font-size: 120%;
	}
	.links ul li a{
		font-size:130%;
		padding:15px 25px;
	}
	


}
@media screen and (max-width:768px) and (min-width:426px) and (max-height: 730px){
	.top-bar{
		height:38vh;
	}
	.main{
		height: 200vh;
	}
	.bottom{
		height:40vh;
	}
	.album{
		height:120vh;
	}
	.head{
		margin-top: 5vh;
		height:18vh;
	}


}


/*Mobile Devices*/	
@media screen and (max-width:425px){
	.main{
		height:300vh;
	}
	.logo img{
		width:55%;
		margin-top: 6%;
	}
	#tab:hover{
		transform: none;
	}
	.fa-bars{
		position: absolute;
		right:20px;
		top:10px;
	}
	.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:45vh;
		width:100%;
		background:#000;
		top:-45vh;
		position: absolute;
		z-index: 2;
		transition: 0.6s;
		background-attachment: fixed;
		padding:5px 35px;
		transition: 1s;
	}
	.top-bar{
		height:18vh;
	}
	.album{
		text-align:center;
		height:240vh;
	}
	.album img:hover{
		width:95%;	
	}
	.album img{
		width:95%;
		padding:15px 15px;
	}
	.head h1{
		margin-top:15%;
	}
	.head{
		text-align:center;
		height:15vh;
	}
	.ruler{
		margin-bottom:3vh;
	}

	.bottom{
		height:32vh;
		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%;
		font-size:95%;
	}
	.social a{
		text-align: center;
	}

	.bottom p{
		margin-top: 2%;
		font-size:80%;

	}



@media screen and (max-width:411px){
	.album{
		text-align:center;
		height:210vh;
	}
	.main{
		height:275vh;
	}
	.logo img{
		margin-top:12%;
	}
	.moto{
		font-size: 130%;
		margin-bottom:5%;
	}
	.head h1{
		margin-top:20%;
	}
	.head{
		height:12vh;
	}
	.links{
		font-size:130%;
		height:40vh;
		top:-40vh;
	}

}

@media screen and (max-width:411px) and (max-height:731px){
	.album{
		height:230vh;
	}
	.main{
		height:278vh;
	}
	.links{
		font-size:115%;
		height:40vh;
		top:-40vh;
	}
	.head p{
		margin-bottom:3vh;
	}
}

@media screen and (max-width:375px){
	.main{
		height:265vh;
	}
	.logo img{
		margin-top:35px;
		width:60%;
	}
	.top-bar{
		text-align:center;
		height:18vh;
	}
	#tab:hover{
		transform: none;
	}
	.head{
		height:15vh;
	}
	.head h1{
		font-size:215%;
		margin-top:20%;
	}
	.head p{
		margin-top:2%;
		color:white;
		font-size: 125%;
	}
	.album{
		height:210vh;
	}	
	.links{
		font-size:110%;
		height:40vh;
		top:-40vh;
	}

}

@media screen and (max-width:375px) and (max-height:667px){
	.main{
		height:300vh;
	}
	.album{
		height:230vh;
	}
	.links{
		font-size:115%;
		height:45vh;
		top:-45vh;
	}	
}
@media screen and (max-width:360px) and (max-height:640px){
	.moto{
		font-size: 105%;
	}
	#tab:hover{
		transform: none;
	}
	.head{
		height:14vh;
	}

	.links{
		font-size: 110%;
		height:45vh;
		top:-45vh;
	}
	.album{
		height:230vh;
	}
	.main{
		height:275vh;
	}	
}

@media screen and (max-width:320px){
	.logo img{
		width:60%;
	}
	.head p{
		font-size:115%;
	}
	.album{
		text-align:center;
		height:185vh;
	}
	.head h1{
		font-size:180%;
	}

	#tab:hover{
		transform: none;
	}
	.links{
		font-size:110%;
		height:45vh;
		top:-45vh;
	}
	.bottom{
		height:30vh;
	}
	.moto{
		font-size: 105%;
	}
	.main{
		height:250vh;
	}
}

@media screen and (max-width:320px) and (max-height:568px){
	.moto{
		font-size: 88%;
	}
	.album{
		height:240vh;
	}
	.links{
		font-size:95%;
		height:48vh;
		top:-48vh;
	}
	.bottom{
		height:38vh;
	}
	.main{
		height: 300vh;
	}
	#tab:hover{
		transform: none;
	}

}
