@import url('https://fonts.googleapis.com/css?family=Holtwood One SC');
@import url('https://fonts.googleapis.com/css?family=Changa One');
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
body {
	/*background: linear-gradient(to bottom, #909190, #c22026);*/
	background: linear-gradient(to bottom, #c22026, #909190);
	font-family: 'Comfortaa';
	color: #000000;
	text-align: center;
}

#content {
	display: none;
	padding-top: 10px;
}

#mainContent {
	margin-left: auto;
  	margin-right: auto;
	min-width: 30%;
	max-width: 60%;
	height: auto;
	overflow: hidden;
	border-radius: 25px;
	border: 0px solid #000000;
	background-color:hsla(0,0%,0%,0.6)
}

img {
    image-orientation: from-image;
}

.header1 {
	font-family: 'Holtwood One SC';
	text-align: center;
	-webkit-background-clip: text;
	color: rgb(255, 255, 255);
	background-image: linear-gradient(
	rgb(255, 255, 255) 40%,
	rgb(211, 226, 249) 50%,
	rgb(51, 73, 131) 80%
	);
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px rgb(218, 37, 30);
}

.header2 {
	font-family: 'Holtwood One SC';
	text-align: center;
	-webkit-background-clip: text;
	color: rgb(255, 255, 255);
	background-image: linear-gradient(
	rgb(255, 255, 255) 40%,
	rgb(211, 226, 249) 50%,
	rgb(51, 73, 131) 80%
	);
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px rgb(218, 37, 30);
}

#header2 {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	text-shadow: 2px 2px 3px #999999;
}

#mainMenu {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:20px;
	text-shadow: 2px 2px 3px rgb(51, 73, 131);
	
}

#mainMenu2 {
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgb(51, 73, 131);
}

#menuLink:hover {
	color: #d9d9d9;
	border-bottom: 1px solid rgb(218, 37, 30);
}

#centerContent {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	text-align: center;
	font-size: 16px;
	min-height: 500px;
	max-height: auto;
	width: 1000px;
	color: #ffffff;
	overflow: auto;
	border-radius: 15px;
	border: 0px solid #d9d9d9;
	text-shadow: 2px 2px 3px #999999;
}

#footer {
	font-size: 12px;
	padding-top: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 2px 2px 3px rgb(51, 73, 131);
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #d9d9d9;
	border-bottom: 1px solid rgb(218, 37, 30);
}

#socialMedia {
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}

#close {
	color: #d9d9d9;
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
}

#intro {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 80px;
	letter-spacing: 8px;
	padding-top: 16%;
}

#header {
	font-size: 50px;
    	text-align: center;
    	letter-spacing: 8px;
}
	

::-webkit-scrollbar {
	width: 14px;
	height: 18px;
}
::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
}

#loaderContainer {
	font-family: 'Changa One';
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	height: 20px;
	width: 250 px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-text-stroke: 1px #000;
}

#loaderBox {
	width: 100%; 
	height: 250 px; 
	position: absolute; 
	left: 0%; top: 70%; 
	display: flex; 
	align-items: center; 
	justify-content: center;
}

.fa {
	padding: 20px;
	font-size: 30px;
	width: 10px;
	height: 10px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}
				
.fa:hover {
	opacity: 0.7;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}
				
/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media only screen and (min-width:768px) and (max-width:1536px) {
      /* define mobile specific styles come here */
    	body { 
    		background: linear-gradient(to bottom, #c22026, #909190);
		font-family: 'Comfortaa';
    		font-size: 25px;
    	}
    	
    	#intro {
	
    	}
    	
    	#header {
    		padding-top:50px;
    		font-size: 55px;
    		word-break: break-word;
    	}
    	
    	#header2 {
    		height: auto;
    		width: 750px;
    		overflow: auto;
		font-size: 24px;
		word-break: break-word;
		border: 0px solid #000000;
		position: absolute;
		display: flex; 
		align-items: center; 
		justify-content: center;
		text-align: center;
		left: 12.5%;
	}
    	
    	#content {
    		padding-top: 5px;
    	}
    	
    	#mainContent {
    		padding-left: 0px;
		padding-right: 0px;
	    	min-width: 65%;
	    	max-width: 95%;
	    	height: auto;
	    	overflow: hidden;
	    	border-radius: 25px;
	    	border: 0px solid #000000;
	    	background-color:hsla(0,0%,0%,0.6)
    	}
    	
    	#centerContent {
    		padding-right: 0%;
    		width: 95%;
    	}
    	
    	#centerContent p {
    		font-size: 35px;
    	}
    	
    	#mainMenu {
    		padding-top: 50px;
    		font-size: 24px;
    	}
    	
    	#mainMenu2 {
    		font-size: 16px;
    	}
    	
    	#footer {
    		font-size: 14px;
    	}
    	
    	#close {
	    	color: #d9d9d9;
	    	float: left;
	    	font-size: 35px;
	    	font-weight: bold;
	    	padding-left: 10px;
	    	padding-top: 5px;
    	}
    	
    	#loaderContainer {
    		
	}
	
	#loaderBox {
		width: 100%; 
		height: 250 px; 
		position: absolute; 
		left: 0%; top: 30%; 
		display: flex; 
		align-items: center; 
		justify-content: center;
	}
}