@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;
}
.home1 {
  display: flex;
  width: 90%;
  margin: auto;
  min-height: 80vh;
  align-items: center;
  margin-left: 60px;
  margin-top: -50px;
  height: 100vh;
}
.introduction1 {
  
  flex: 1;
}
.profile1 {
  flex: 1;
  height: 55vh;
  display: flex;
  justify-content: center;
}
.profile1 img {
  height: 100%;
  filter: drop-shadow(0px 5px 3px grey);
  animation: drop 1.5s ease;
}
.intro1{
	text-align: center;
}
.intro1 h1  {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  color: #806249;

}
.intro1 p {
  margin-top: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #806249;
}

.container1 {
	width: 100%;
	height: auto;
	background: #F6B6A5;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-flow: wrap;
 


}
.row1 {
	margin: 50px 0;

}
.box1 {
	width: 33.33333%;
	height: 200px;
	background-color: #F6B6A5;
	margin: 20px;
	box-sizing: border-box;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding: 20px;
	padding-left: 150px;
}
.footer {
  background:#6B9163 ;
 padding: 90px 0;
 }
 .footer-container{
  min-width:1200px;
  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;
}

@media screen and (max-width: 1024px){
.home1 {
    flex-direction: column;
  }
  .introduction1 {
    margin-top: 5vh;
    text-align: center;

  }
  .profile1 img {
    height: 60%;
    margin-top: 100px;

  }
  .navigation {
    margin-top: 5vh;
    text-align: center;
    margin-left: -130px;
  }
.box1 {
		width: 40%;
	}

.left-col {
     flex-direction: column;
  }



@media screen and (max-width: 700px){
	.box1 {
		width: 40%;
	}
}
.intro1{
  font-size: 10px;
}








