@import url('https://fonts.googleapis.com/css?family=Holtwood One SC');

body {
	background-image: url("images/background.gif");
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center;
	background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
}

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

#mainContent {
	margin: 0 auto;
	min-width: 30%;
	max-width: 50%;
	height: auto;
	resize: both;
	overflow: hidden;
	border-radius: 25px;
	border: 1px 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: 1px rgb(218, 37, 30);
	
}

h1:hover {
	color: #d9d9d9;
}

#mainMenu {
	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: 25px;
	text-align: center;
	font-size: 16px;
	min-height: 500px;
	max-height: auto;
	width: 750px;
	color: #ffffff;
	overflow: auto;
	border-radius: 15px;
	border: 2px solid #d9d9d9;
	text-shadow: 2px 2px 3px #999999;
	resize: both;
}

#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;
	position: absolute;
	left: 20%;
	top: 15%;
	font-size: 80px;
	letter-spacing: 8px;
}

#header {
	font-size: 40px;
    	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;
}

.loader {
	border: 15px solid #f3f3f3;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 15px solid rgb(218, 37, 30);
	border-bottom: 15px solid rgb(51, 73, 131);
	border-radius: 50%;
	width: 200px;
	height: 200px;
	text-align: center;
	position: absolute;
	left: 40.6%;
	top: 400px;
	}

.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 (max-device-width: 480px) {
      /* define mobile specific styles come here */
    	body { 
    		background-image: url("images/background.gif");
		background-repeat: no-repeat;
		background-size: 95% auto;
		background-position: center;
		
		font-family: "Times New Roman", Times, serif;
    		font-size: 25px;
    	}
    	
    	#intro {
	    	position: absolute;
	    	left: 3%;
	    	top: 15%;
    	}
    	
    	
    	#header {
    		padding-top:50px;
    		font-size: 55px;
    		word-break: break-word;
    	}
    	#intro {
    		padding-top:100px;
    		font-size: 80px;
    	}
    	
    	#content {
    		padding-top: 150px;
    	}
    	
    	#mainContent {
	    	margin: 0 auto;
	    	min-width: 65%;
	    	max-width: 95%;
	    	height: auto;
	    	overflow: hidden;
	    	border-radius: 25px;
	    	border: 1px solid #000000;
	    	background-color:hsla(0,0%,0%,0.6)
    	}
    	
    	#centerContent p {
    		font-size: 35px;
    	}
    	
    	#mainMenu {
    		font-size: 28px;
    	}
    	
    	#footer {
    		font-size: 20px;
    	}
    	
    	#close {
	    	color: #d9d9d9;
	    	float: left;
	    	font-size: 35px;
	    	font-weight: bold;
	    	padding-left: 10px;
	    	padding-top: 5px;
    	}
    	
    	.loader {
    		position: absolute;
		left: 38%;
		top: 550px;
    	}
}