@charset "UTF-8";
body img {
}

name{
	padding-top:5rem;
}
ul{	
	text-align:left;
	font-size:12px;
}

html{
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, ;
	background-color: #000000;
}

body{
	text-align:center;
	color:#FAF4F4;
}

iframe{
	padding-left:5rem;
}
.home_button{
	padding-top:25rem;
}
.button {
	padding-left: 0rem;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 32px;
	position: relative;
	display: inline-block;
}
.button a{
	border: 0.1em solid #9C0000;
	padding:1em;
	color:#FFF5F5;
	text-decoration:none;
}

.button a:hover{
	background-color: #9C0000;
	transition: color .3s, background .3s, border .3s;
	  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
