
.container {
width:80%;
margin:0 auto;

}

header{
    background: #d7e4c2;
}

header::after{
    content:'';
    display: table;
    clear:both;
}

.logo{
    float:left;
    padding: 10px 0;
}

nav {
    float: right;
}

nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li{
    display: inline-block;
    margin-right: 70px;
}

nav a{
    color: #41393d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Majesti Banner Heavy", sans-serif;
}

nav a:hover{
    color: #8a8c8f;
}

h1{
    font-family: "Majesti Banner Heavy", sans-serif;
    text-align: center;
    font-size: 25px;
}
body{
    background: #8a8c8f;
	
}
* {box-sizing: border-box;}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

 footer {
text-align: center;
 background: #d7e4c2;
padding: 20px;
left: 0;
bottom: 0;
 width: 100%
}
.social-icon {
 width: 32px;
 height: 32px;
 margin: 0 5px;
}
.sitemap{
    color: black;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #be1e2d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #be1e2d;
}

.form-container {
  border-radius: 5px;
  background-color: white;
  padding: 20px;
}
table {
	
	background-color: rgba(138, 140, 143, 0.6);
}
 .about {
	font-family: "Majesti Banner Medium", sans-serif;
    text-align: center;
	font-size: 25px;
	 background-color: rgba(215, 228, 194, 1);
}
	
