body, input, button {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #110F10;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

p, a, li {
  font-size: 28px;
  text-indent: 14px;
  line-height: 40px;
}

a:hover {
  text-decoration: underline;
}

header {
  background-color: #EEEAE7;
}

.menu {
  height: 10vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #EEEAE7;
}
.menu li {
  display: inline-block;
  padding: 0 20px 0 20px;
  border-right: 1px solid black;
}
.menu li:last-child {
  border-right: 0;
}
.menu a {
  font-size: 22px;
  color: #110F10;
}

.header-info {
  display: flex;
  flex-direction: row;
}
.header-info__image {
  position: relative;
  left: 12vw;
  height: 90vh;
  width: 500px;
  background: url(../image/image.png);
  background-position: center;
  border-radius: 184px 184px 0 0;
}

.header-text {
  position: relative;
  left: 15vw;
  top: 200px;
}

.text-museum-of-chicago {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.body {
  display: flex;
  justify-content: center;
  background-color: #110F10;
}

.content {
  width: 1000px;
  padding: 40px;
  background-color: #EEEAE7;
  position: relative;
  overflow: hidden;
  margin: 45px 0 45px 0;
}
.content h1, .content h2 {
  margin-bottom: 25px;
}

.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #110F10;
  position: absolute;
  z-index: 2;
}

.circle1 {
  top: -45px;
  left: -45px;
}

.circle2 {
  top: -45px;
  right: -45px;
}

.circle3 {
  bottom: -45px;
  right: -45px;
}

.circle4 {
  bottom: -45px;
  left: -45px;
}

.about_flappers__info {
  display: flex;
  flex-direction: row;
}
.about_flappers__info p {
  margin-top: 45px;
  padding-right: 25px;
}

.about_photo {
  display: flex;
  flex-direction: row;
}
.about_photo__block1 {
  margin-right: 15px;
}
.about_photo__block2 {
  display: flex;
  flex-direction: column;
}

.about-flappers_photo1 {
  height: 530px;
}

.about-flappers_photo2 {
  margin-bottom: 10px;
}

.fashion__photo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.fashion-photo_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.welcome-to-us__info {
  width: 50%;
  height: 500px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.welcome-to-us form input {
  width: 350px;
  height: 70px;
  background: #fff;
  border: 0;
  font-size: 24px;
  margin-bottom: 15px;
}
.welcome-to-us form button {
  background: #fff;
  border: 1px solid #756c64;
  width: 220px;
  height: 50px;
  font-size: 24px;
}

.form-input-margin {
  margin-right: 45px;
}

footer {
  display: flex;
  justify-content: center;
}
footer p, footer a, footer li {
  color: #EEEAE7;
  text-indent: 0;
}

.footer {
  width: 1080px;
  margin: 0 0 45px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 22px;
  }
  p, a, li {
    font-size: 26px;
    text-indent: 14px;
    line-height: 40px;
  }
  .content {
    width: 882px;
  }
  .welcome-to-us__info {
    height: 550px;
  }
  .header-info {
    display: flex;
    flex-direction: row;
  }
  .header-info__image {
    position: relative;
    left: 12vw;
    height: 90vh;
    width: 400px;
  }
  .footer {
    width: 882px;
    margin: 0 0 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  p, a, li {
    font-size: 18px;
    text-indent: 10px;
    line-height: 30px;
  }
  .content {
    width: 590px;
  }
  header {
    align-item: center;
  }
  .header-info {
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
    height: 100vh;
  }
  .header-info__image {
    position: static;
    height: 80vh;
    width: 350px;
    border-radius: 184px;
    margin: 20px auto;
  }
  .header-text {
    position: static;
    text-align: center;
  }
  .about_flappers__info {
    display: flex;
    flex-direction: column-reverse;
  }
  .about_flappers__info p {
    margin-top: 45px;
    padding-right: 25px;
  }
  .about_photo {
    margin: 0 auto;
  }
  .text-museum-of-chicago {
    position: static;
    text-align: center;
    margin: 20px 0 20px 0;
  }
  .fashion__photo7 {
    width: 205px;
    height: 430px;
  }
  .fashion__photo8 {
    width: 190px;
  }
  .welcome-to-us__info {
    height: 400px;
  }
  .welcome-to-us form input {
    width: 230px;
  }
  .form-input-margin {
    margin-right: 25px;
  }
  .footer {
    width: 590px;
    margin: 0 0 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .content {
    width: 475px;
  }
  .about_photo {
    display: flex;
    flex-direction: row;
  }
  .about_photo__block1 {
    margin-right: 5px;
  }
  .fashion__photo7 {
    width: 170px;
    height: 330px;
  }
  .fashion__photo8 {
    width: 140px;
  }
  .welcome-to-us__info {
    height: 105%;
    width: 100%;
  }
  .welcome-to-us form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .welcome-to-us form input {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  .welcome-to-us form button {
    width: 100%;
    font-size: 18px;
  }
  .footer {
    width: 475px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  p, a, li {
    font-size: 16px;
    text-indent: 7px;
    line-height: 20px;
  }
  .content {
    width: 60vw;
  }
  .header-info__image {
    width: 250px;
    border-radius: 184px;
    margin: 20px auto;
  }
  .about_flappers__info p {
    margin-top: 25px;
  }
  .about_photo {
    display: flex;
    flex-direction: row;
  }
  .about_photo__block1 {
    margin-right: 5px;
  }
  .about-flappers_photo1 {
    width: 100px;
    height: 240px;
  }
  .about-flappers_photo2 {
    width: 100px;
  }
  .about-flappers_photo3 {
    width: 100px;
  }
  .fashion__photo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .fashion-photo_block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .fashion__photo7 {
    width: 70px;
    height: 155px;
  }
  .fashion__photo8 {
    width: 70px;
  }
  .welcome-to-us__info {
    height: 105%;
    width: 100%;
  }
  .welcome-to-us form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .welcome-to-us form input {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  .welcome-to-us form button {
    width: 100%;
    font-size: 18px;
  }
  .form-input-margin {
    margin-right: 0;
  }
  .footer {
    width: 80vw;
    display: flex;
    flex-direction: column;
  }
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    background: #EEEAE7;
    z-index: 20;
    width: 50%;
    transition: 0.6s all;
  }
  .menu ol {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
  }
  .menu li {
    border-right: 0;
    margin: 0;
  }
  .hamburger {
    position: absolute;
    top: 23px;
    right: 40px;
    width: 30px;
    height: 14px;
    z-index: 30;
  }
  .hamburger span {
    height: 2px;
    width: 100%;
    display: block;
    background: #000;
    margin-bottom: 4px;
    transition: 1s all;
  }
  .hamburger span:last-child {
    margin-bottom: 0;
  }
  .hamburger_active span {
    margin-bottom: -2px;
  }
  .hamburger_active span:nth-child(1) {
    transform: translateY(3px) rotate(-45deg);
  }
  .hamburger_active span:nth-child(2) {
    display: none;
  }
  .hamburger_active span:nth-child(3) {
    transform: translateY(3px) rotate(45deg);
  }
  .menu_active {
    right: 0;
  }
}/*# sourceMappingURL=style.css.map */