.wrapper {
	position: relative;
	margin: auto;
	width: 100%;
	top: 40px;
}

body {
	background-image: url("images/tile.png")
}

p {
	font-family: 'cloud.regular';
	background-color: #3f0a7a;
	border: 5px solid #482D54;
	width: 766px;
	color: #482D54;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 20px;
}

a {
	text-decoration: none;
}

h1 {
	font-family: 'crackover';
	text-align: center;
	font-size: 48px;
	color: #482D54;
	background-color: #3f0a7a;
}

h2 {
	font-family: 'cloud.regular';
	text-align: center;
	font-size: 26px;
	color: #3f0a7a;
}

.text {
	position: absolute;
	top: 100px;
	margin-left: 300px;
	padding-right: 12px;
	padding-left: 12px;
}

.banner {
	position: absolute;
	z-index: 2;
	height: 300px;
	width: 800px;
	background-color: white;
	margin: auto;
	text-align: center;
	right: 0px;
	left: 0px;
}

.topnav {
	position: absolute;
	background-color: #3f0a7a;
	z-index: 2;
	top: 300px;
	width: 790px;
	right: 0px;
	left: 0px;
	margin: auto;
	text-align: center;
	border: 5px solid #8855A3;
}

.topnav a {
	font-family: 'crackover';
	text-decoration: none;
	color: #8855A3;
	font-size: 47px;
	padding-right: 24px;
	padding-left: 24px;
}

.topnav a:hover {
	text-decoration: none;
	color: white;
}

.topnav a:active {
	text-decoration: none;
	color: #ED9BA9;
}

.topnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.content {
	position: relative;
	z-index: 2;
	width: 800px;
	background-color: #3f0a7a;
	top: 400px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: auto;
	bottom: 20px;
}


.left {
	position: relative;
	z-index: 2;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 350px;
	float: left;
	background-color: #3f0a7a;
}

.right {
    position: relative;
    z-index: 2;
    margin: 0px;
    width: 300px;
    margin-top: -200px;
    margin-left: 350px;
    float: right;
    background-color: #3f0a7a;
    margin-bottom: 20px;
}

.title {
	border-radius: 50px;
	border: 5px solid #8855A3;
}

.fadein {
	animation: fadein 1s linear;
}

@keyframes fadein {
     from {opacity: 0;}
     to {opacity: 1;}
}

@font-face {
    font-family: 'crackover';
    src: url('fonts/crackover.woff2') format('woff2'),
         url('fonts/crackover.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cloud.regular';
    src: url('fonts/cloud.regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}.wrapper {
	position: relative;
	margin: auto;
	width: 100%;
	top: 40px;
}

p {
	font-family: 'cloud.regular';
	background-color: #3f0a7a;
	border: 5px solid #8855A3;
	width: 766px;
	color: #8855A3;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 20px;
}

a {
	text-decoration: none;
}

h1 {
	font-family: 'crackover';
	text-align: center;
	font-size: 48px;
	color: #8855A3;
	background-color: #3f0a7a;
}

h2 {
	font-family: 'cloud.regular';
	text-align: center;
	font-size: 26px;
	color: #8855A3;
}

.text {
	position: absolute;
	top: 100px;
	margin-left: 300px;
	padding-right: 12px;
	padding-left: 12px;
}

.banner {
	position: absolute;
	z-index: 2;
	height: 300px;
	width: 800px;
	background-color: white;
	margin: auto;
	text-align: center;
	right: 0px;
	left: 0px;
}

.topnav {
	position: absolute;
	background-color: #3f0a7a;
	z-index: 2;
	top: 300px;
	width: 790px;
	right: 0px;
	left: 0px;
	margin: auto;
	text-align: center;
	border: 5px solid #8855A3;
}

.topnav a {
	font-family: 'crackover';
	text-decoration: none;
	color: #8855A3;
	font-size: 47px;
	padding-right: 24px;
	padding-left: 24px;
}

.topnav a:hover {
	text-decoration: none;
	color: white;
}

.topnav a:active {
	text-decoration: none;
	color: #ED9BA9;
}

.topnav a:visited {
	text-decoration: none;
	color: #783345;
}

.content {
	position: relative;
	z-index: 2;
	width: 800px;
	background-color: #3f0a7a;
	top: 400px;
	right: 0px;
	left: 0px;
	text-align: center;
	margin: auto;
	bottom: 20px;
}


.left {
	position: relative;
	z-index: 2;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 350px;
	float: left;
	background-color: #3f0a7a;
}

.right {
	position: relative;
	z-index: 2;
	margin: 0px;
	width: 350px;
	margin-top: -300px;
	margin-left: 350px;
	float: right;
	background-color: #3f0a7a;
}

.title {
	border-radius: 50px;
	border: 5px solid #8855A3;
}

.fadein {
	animation: fadein 1s linear;
}

@keyframes fadein {
     from {opacity: 0;}
     to {opacity: 1;}
}

@font-face {
    font-family: 'crackover';
    src: url('fonts/crackover.woff2') format('woff2'),
         url('fonts/crackover.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cloud.regular';
    src: url('fonts/cloud.regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
