* {
	margin: 5px;
}
html {
	background-color: #FFB7C5;
}
.main {
	background-color: #ffdbe2;
	padding: 5px;
	border: solid 2px #9e9e9e;
	border-radius: 15px;
	font-size: 20px;
}
.database {
	background-color: #ffff;
	font-size: 20px;
	padding: 5px;
	text-align: center;
}
.database table {
	background-color: black;
	color: #ffff;
}
.database table a {
	color: #ff0000;
}

.quotes {
	font-size: 24px;
	padding: 5px;
}
.info {
	font-size: 24px;
	padding: 5px;
}
.info ul {
	list-style-position: inside;
	line-height: 36px;
}
.othercon {
	text-align: center;
}
.othercon ul {
	list-style-type: none;
	line-height: 50px;
}
.othercon a {
	text-decoration: none;
	border-radius: 20px;
	border: solid #000000 2.5px;
	padding: 7px;
	background-image: linear-gradient(234deg, #ed05a0, #000000);
	color: #ffff;
	transition: font-size .4s, color .1s;
}
.othercon a:hover {
	font-size: 27px;
	color: #a2a2a2;
}
.Imain {
	text-align: center;
	float: left;
	background-color: #ffdbe2;
	padding: 5px;
	border: solid 2px #9e9e9e;
	border-radius: 15px;
	font-size: 20px;
	width: 98%;
}
.rmain {
	text-align: center;
	background-color: #ffdbe2;
	padding: 5px;
	border: solid 2px #9e9e9e;
	border-radius: 15px;
	font-size: 20px;
	width: 36%;
	float: right;
	min-height: 300px;
	height: 100%;
}
.footer {
	border: solid 3px #000000;
	border-radius: 15px;
	padding: 5px;
	width: 98%;
	float: right;
	background-image: url("/sf/images/spring-pedals.gif");
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	align-content: center;
	font-size: 20px;
	min-height: 250px;
}
.header {
	width: 99%;
	background-color: 	#ff6699;
	text-align: center;
	font-size: 30px;
	min-height: 100px;
	border: solid 2px #000000;
	border-radius: 50px;
	align-content: center;
	box-shadow: 2px 2px #000000;
}

ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: linear-gradient(79deg,#ff92c4, #efefef); 
	border: solid 2px #000000;
	border-radius: 30px;
}
ul.topnav li {
float: left;
}
ul.topnav li a {
	display: block;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	border-radius: 50px;
	transition: background-color .5s;
}
ul.topnav li a:hover {
	background-color: #ffff;
	border: solid #000000 .5px;
	transition: background-color .7s, border .4s;
}

ul.topnav li a.active {
background-color: #3f8291;
color :#ffff;
border: solid #000000 1px;
}

ul.adnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: linear-gradient(79deg,#ff92c4, #efefef); 
	border: solid 2px #000000;
	border-radius: 30px;
}
ul.adnav li {
float: left;
}
ul.adnav li a {
	display: block;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	border-radius: 50px;
}
ul.adnav li a:hover:not(.active) {
	background-color: #ffff;
	border: solid #000000;
}

ul.adnav li a.active {
background-color: #3f8291;
color :#ffff;
border: solid #000000;
}


.statusON {
	background-color: #00ff00;
}
.statusOFF {
	background-color: #ff0000;
}
.admin {
	font-size: 20px;
}
.edit {
	text-align: center;
	font-size: 20px;
}
.preview {
	text-align: center;
}
.preview a {
	color: #ffff;
	font-size: 20px;
	border: solid 2px;
	text-decoration: none;
	border-radius: 25px;
	padding: 5px;
	background-color: #000000;
}
.mNav {
		text-align: center;
		list-style-type: none;
		padding: 5px;
		}
.mNav li a {
	color: #ffff;
	text-decoration: none;
	border: solid 2px #000000;
	padding: 5px;
	border-radius: 15px;
	background-color: #57047a;
	transition: font-size .5s, background-color .3s, color .2s;
}
.mNav li a:hover {
	font-size: 25px;
	background-color: #fa66f3;
	color: #000000;
	box-shadow: 2px 2px #000000;
	transition: font-size .5s, background-color .3s, color .2s;
}
.contact {
	border: solid 2px #ba2b8a;
	border-radius: 15px;
	padding: 5px;
	float: left;
	font-size: 20px;
	width: 60%;
	background-color: #ffa8e2;
	text-align: center;
	font-family: "Lora", serif;
	box-shadow: -2px 2px #8c1f68;
}
.contact ul {
	list-style-type: none;
	padding: 10px;
}
.contact li a {
	text-decoration: none;
	border: hidden;
	border-radius: 25px;
	background-image: linear-gradient(234deg, #ed05a0, #000000);
	padding: 10px;
	color: #ffff;
	font-size: inherit;
	transition: font-size .5s, background-img .3s;
}
.contact li a:hover {
	background-image: linear-gradient(234deg, #a80070, #000000);
	font-size: 25px;
	transition: font-size .5s, background-img .3s;
}
#countdown {
	font-size: 28px;
	border: solid #282828;
	border-radius: 25px;
	width: 30%;
	background-color: #a80070;
	color: #e3e3e3;
	padding: 5px;
}
#countdown #days {
	color: #52fcff;
	font-weight: bold;
}
#countdown #hours {
	color: #000000;
	font-weight: bold;
}
#countdown #minutes {
	color: #000000;
	font-weight: bold;
}
#countdown #seconds {
	color: #000000;
	font-weight: bold;
}
@media only screen and (max-width: 800px) {
	* {
		margin: 3px;
	}
	.footer {
		background-size: 1000px;
		width: 95%;
	}
	.info {
	font-size: 18px;
	padding: 2px;
	}
	.info ul {
	list-style-position: inside;
	line-height: 28px;
	}
	.quotes {
	font-size: 18px;
	padding: 2px;
	}
	.othercon a {
	font-size: 18px;
	border: solid #000000 2.5px;
	padding: 7px;
	}
	.othercon a:hover {
		font-size: 24px;
	}
	iframe {
		width: 90%;
	}
	.main {
	font-size: 15px;
	}
	.Imain {
		width: 96%;
		font-size: 10px;
	}
	.rmain {
		width: 30%;
		height: 100%;
	}
	.mNav li a:hover {
		font-size: 11px;
		background-color: #fa66f3;
		color: #000000;
		box-shadow: 2px 2px #000000;
		transition: font-size .5s, background-color .3s, color .2s;
		}
	.rmain svg {
		max-width: 100%;
		max-height: 100%;
	}
	ul.topnav li.right, 
	ul.topnav li {
	float: none;
	}
	ul.topnav {
	background-image: linear-gradient(#ff92c4, #f38aff); 
	color: #ffff;
	}
	.header {
	font-size: 17px;
	}
	.contact {
	font-size: 13px;
	width: 56%;
	}
	.contact li a:hover {
	font-size: 18px;
	}
	#countdown {
	font-size: 14px;
	padding: 15px;
	width: 70%;
	}
}
@media only screen and (min-width: 900px) and (max-width: 980px) {
	* {
		margin: 5px;
	}
	.footer {
		background-size: 1000px;
		width: 80%;
	}
	.info {
	font-size: 20px;
	padding: 3.5px;
	}
	.quotes {
	font-size: 20px;
	padding: 3px;
	}
	.main {
	font-size: 15px;
	}
	.Imain {
		width: 60%;
		font-size: 20px;
	}
	.rmain svg {
		max-width: 100%;
		max-height: 500px;
	}
	ul.topnav li.right, 
	ul.topnav li {
	float: none;
	}
	ul.topnav {
	background-image: linear-gradient(#ff92c4, #f38aff); 
	color: #ffff;
	}
	.header {
	font-size: 17px;
	}
}