@charset "UTF-8";
/* CSS Document */
header {width: 100%;
	height: 10%;
	padding: 0;
	overflow: hidden;
	text-align: center;
	background-color: #41393d;
	margin: 0 0 .5% 0;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #202020
}

/* formats nav bar */
ol {top: 15;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {float: left;}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	margin: 0 0 .5% 0;
border-radius: 10px;
box-shadow: 5px 5px 10px #202020
}

/* Change the link color to #41393d on hover */
li a:hover {
    background-color: #41393d;
}

/* Formats and styles nav bar*/
nav {background-color: #be1e2d;
	height: 5%;
color: white;
margin: 0 0 .5% 0;
border-radius: 10px;
box-shadow: 5px 5px 10px #202020;
}


head {background-color: #41393d;}
h1 {background-color:#41393d;
color: white;
text-align:center;
font-family: Athelas;
	padding-bottom: 0px;
	padding-top: 1px;
}
/*formats body content*/
body {height: 75%;
background-color: #41393d}

img {
    display: block;
    margin: auto;
    width: 50%;
}


.container {
    position: relative;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 72px;
	color: white;
}

footer {
background-color: #41393d;
    padding-top: 0px;
    padding-bottom: 0px;
	text-align: right;
	color: white;
	font-family: athelas;
	position:auto;
    bottom:0;
    width:100%;
	height: 10%;
	
}

/* Formats the footer text*/
p3 {
	display:block;
	color: white;
	font-family: athelas;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
}

/*formats text to be centered*/
p {
	display: block;
	color:white;
	font-family: athelas;
	text-align: center;
	padding-right: 10px;
	padding-top: 1px;
	
}

p4 {
	display: block;
	color:white;
	font-family: athelas;
	font-size: 12px;
	text-align: center;
	padding-right: 10px;
	padding-top: 0px;}

input {
	padding-left: 1px;
border-style: solid;
border-color: black;
border-width: 1px;
font-family: athelas;
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #41393d;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}


.container2 {
	position: relative;
	margin-left: auto;
	margin-right: auto;
    width: 400px;
    height: 250px;
    
}

p2 {
	display: block;
	color:white;
	font-family: athelas;
	text-align: left;
    padding-bottom: 10px;
	padding-left: 10px;
}

.center2 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-90%, -10%);
    font-size: 30px;
	color: white;
	
}

/* formats contents into two columns*/
.column {
	column-count: 2;
	column-gap: 20px;
	column-rule: 1px solid #be1e2d;
	column-width: 50%;
	padding-top: 10px;
}
