@charset "UTF-8";
/* CSS Document */
@media (min-width:1051px)   {
footer #footer_wrapper {
  background-image: url("../img/footer_img2.jpg");
  background-size: cover;
  background-position: center;
  padding: 50px 100px 10px;
  text-align: center;
  border-top: 1px solid #ddd;
  color: #42210b;
  border-radius: 145px 145px 0px 0px;
  letter-spacing: 1px;
  box-shadow: 0px -10px 0px 4px rgba(216, 191, 180, 0.5);
}
footer #footer_wrapper #top_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer #footer_wrapper #top_area #footer_logo img {
  width: 120px;
  margin-left: -30px;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer nav ul li {
  font-size: 18px;
}
footer nav ul li a {
  display: block;
  text-decoration: none;
  color: #42210b;
  padding: 0 20px;
}
footer #footer_wrapper #bottom_area .address {
  margin-top: 20px;
  text-align: left;
}

footer #footer_wrapper #bottom_area .address p {
    margin: 0;
}
footer #footer_wrapper #bottom_area .copyright {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
}

@media screen and (max-width:1050px)  {
    
    footer #footer_wrapper {
  background-image: url("../img/footer_img2.jpg");
  background-size: cover;
  background-position: center;
  padding: 20px 50px 10px;
  text-align: center;
  border-top: 1px solid #ddd;
  color: #42210b;
  border-radius: 80px 80px 0px 0px;
  letter-spacing: 1px;
  box-shadow: 0px -10px 0px 4px rgba(216, 191, 180, 0.5);
}

    footer #footer_wrapper #top_area {
        width: 300px;
    margin: 0 auto;
    }
    
        
    
footer #footer_wrapper #top_area #footer_logo img {
  width: 70px;
}
footer nav ul {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer nav ul li {
  font-size: 16px;
    border-bottom: 1px dotted;
    margin: 10px 0;
    width: 300px;
}
footer nav ul li a {
  display: block;
  text-decoration: none;
  color: #42210b;
  padding: 0 20px;
    margin-bottom: 10px;
}
footer #footer_wrapper #bottom_area .address {
  margin: 20px 0;
    font-size: 15px;
}

footer #footer_wrapper #bottom_area .address p {
    margin: 0;
}
footer #footer_wrapper #bottom_area .copyright {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 14px;
}

@media screen and (max-width:700px) {
   footer #footer_wrapper {
  padding: 20px 0 10px;
} 
}
}