@font-face {
  src: url(Oswald-VariableFont_wght.ttf);
  font-family: oswald;
}
body{
  background-color: #F1EAD9;
  margin: 0;
  padding: 0;
}
nav{
	width: 100%;
	background:#F1EAD9; 
}

ul {
  width: 80%
  margin: 0 auto;
  padding: 0;
  margin-left: 185px;
}

ul li {
  display: inline-block;
  list-style: none;
  padding: 20px;
}
ul li:hover{
	background: #e91e63;
}
ul li a {
	color: grey;
	text-decoration: none;
}

.contact-form{
  width: 85%;
  max-width: 600px;
  background: #F1EAD9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 8px ;
  border:3px solid #EC7063;
  text-align: center;
  box-shadow: 0 0 20px #000000b3;
  font-family: 'Oswald', sans-serif;
}
.contact-form h1{
  margin-top: 0;
  font-weight: 200;
}
.txtb{
  border:3px solid #EC7063;
  margin: 8px 0;
  padding: 12px 18px;
  border-radius: 8px;
}
.txtb label{
  display: block;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
}
input {
  border:2px solid #EC7063;
}
textarea {
  border:2px solid #EC7063;
}
.txtb input,.txtb textarea{
  width: 100%;
  border: none;
  background: none;
  outline: none;
  font-size: 18px;
  margin-top: 6px;
}
.btn{
  display: inline-block;
  background: #EC7063;
  padding: 14px 0;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 8px;
  width: 100%;
}
.button1 {
  background-color: #EC7063;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  margin-top: 700px;
  margin-left: 630px;
  margin-bottom: 60px;
}
.footer {
  background:#6B9163;
 padding: 90px 0;
 }
 .footer-container{
  max-width:1584px;
  margin: auto;
  padding: 0 30px;
  background: #6B9163;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
  grid-gap: 20px;
  text-align: center;
 }
 .social-media {
  margin: 20px 0;
 }
.social-media a{
  color: black;
  margin-right: 25px;
  font-size: 22px;
  text-decoration: none;
  transition: .3s linear;
}
.social-media a:hover{
  color: red;
}


.container {
  min-height: 100vh;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px){
  .contact-form{
    top: 40%;
  }
  .navigation{
     margin-left: 10px;
  }















