@import url("https://use.typekit.net/iek4tuf.css");
h {color: #be1e2d;
	font-family: "athelas";
	font-weight: bold;
	font-size: 400%;
        
    }
body {background-color:#d7e4c2;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #8a8c8f;
}
li {
    float: left;
}
li a {
    display: block;
    color: #d7e4c2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover:not(.active) {
    background-color: #41393d;
}
.active {
    background-color: #ef4e22
;
}
h1 {color: #be1e2d;
	font-family: "athelas";
	font-weight: bold;
	font-size: 250%;
}
p {	color: #8a8c8f;
	font-family: "athelas";
	font-weight: bold;
	font-size: 150%;
}
.container {
    position: relative;
	color: #8a8c8f;
	font-family: "athelas";
	font-weight: bold;
	font-size: 150%;
	
}
.center {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
div {
    color: #8a8c8f;
	font-family: "athelas";
	font-weight: bold;
	font-size: 150%;
	text-align: center;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 100px;
}
div1 {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 300px;
}