@charset "UTF-8";

body {
    background-image: url("http://www.geocities.ws/christopherobar/GRA_310/image_folder/graphic_black_background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}
header {
    list-style-type: none;
    margin-top: 1px;
    margin-left: 1px;
    padding-left: 30px;
    padding-right: 30px;
    overflow-x: hidden;
    background-color: rgba(138,140,143,1.00);
    display: inline-block;
    display: block;
    color: white;
    font-size: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
	}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
social {
    display: block;
	align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
	display: inline-block;
    display: block;
    color: white;
    font-size: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
ula {
    list-style-type: none;
    margin-top: 5px;
    margin-left: 5px;
    padding-left: 30px;
    padding-right: 30px;
    overflow-x: hidden;
    background-color: rgba(138,140,143,1.00);
    display: inline-block;
}
ul {
    list-style-type: none;
    margin-top: none;
    margin-left: none;
    padding-left: none;
    padding-right: none;
}
li {
    float: left;
    font-family: athelas;
}
li a {
    display: block;
    color: white;
    font-size: 35px;
    text-align: center;
    padding: 35px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
li b {
    display: none;
    color: none;
    font-size: 35px;
    text-align: left;
    text-decoration: none;
    float: none;
    font-family: none;
}
li a:hover {
    background-color: rgb(65 57 61);
}
/* Three image containers (use 25% for four, and 50% for two, etc) */

h1 {
    color: rgb(190, 30, 45);
    font-family: athelas;
    font-size: 300%;
    margin-left: 20px;
}
h2 {
    color: rgb(190, 30, 45);
    font-family: athelas;
    font-size: 250%;
    margin-left: 20px;
}
p {
    color: white;
    font-family: athelas;
    font-size: 150%;
    margin-left: 50px;
}
pre {
    color: white;
    font-family: athelas;
    font-size: 150%;
    margin-left: 50px;
    display: block;
    text-align: center;
    padding: 35px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
form {
    color: white;
    font-family: athelas;
    font-size: 120%;
    margin-left: 50px;
}
footer {
    list-style-type: none;
    margin-top: 1px;
    margin-left: 1px;
    padding-left: 30px;
    padding-right: 30px;
    overflow-x: hidden;
    background-color: rgba(138,140,143,1.00);
    display: inline-block;
    display: block;
    color: white;
    font-size: 35px;
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
address {
    display: block;
    color: white;
    font-family: athelas;
    font-size: 45px;
    text-align: center;
    padding: 30px;
    margin-left: 40px;
    margin-right: 40px;
    text-decoration: none;
}