@charset "utf-8";
/* CSS Document */
.content {
  flex-direction: column;
  align-items: center;
  align-self: center;
  margin-top: 2vw;
}
.phoneinsta {
  width: 70vw;
  height: 57vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("insta-posts2.jpg");
  margin-bottom: 1vw;
}
.fb {
  width: 70vw;
  height: 48vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("artshow fb2.jpg");
  margin-bottom: 1vw;
}
.row1 {
  width: 70vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
}
.poster {
  width: 30.5vw;
  height: 38vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("poster2.jpg");
  margin-bottom: 1vw;
}
.businesscard {
  width: 38.5vw;
  height: 38vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("artshow biz card2.jpg");
  margin-bottom: 1vw;
}
.phoneinsta2 {
  width: 70vw;
  height: 54vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("3 insta posts2.jpg");
  margin-bottom: 1vw;
}
.brochure {
  width: 70vw;
  height: 48vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1vw;
}
.b1 {
  background-image: url("brochure12.jpg");
}
.b2 {
  background-image: url("brochure22.jpg");
}
.b3 {
  background-image: url("brochure32.jpg");
}
.b4 {
  background-image: url("brochure42.jpg");
  background-position: top;
}
p.textone {
  font-size: 1.4vw;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  width: 54vw;
  margin: auto;
  text-align: left;
  margin-bottom: 2vw;
  line-height: 2vw;
}
.text {
  dispay: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1vw;
}
@media screen and (max-width : 600px) {
  .content {
    flex-direction: column;
    align-items: center;
    width: 93%;
    max-width: 93%;
  }
  .phoneinsta {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 76vw;
    background-size: cover;
    margin-bottom: 4vw;
  }
  .fb {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 50vw;
    background-size: cover;
    margin-bottom: 4vw;
  }
  .row1 {
    flex-direction: column;
    width: 100%;
  }
  .poster {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 120vw;
    background-size: cover;
    margin-bottom: 4vw;
    ;
  }
  .businesscard {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 100vw;
    background-size: cover;
    margin-bottom: 4vw;
  }
  .phoneinsta2 {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 50vw;
    background-size: cover;
    margin-bottom: 4vw;
  }
  .brochure {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 50vw;
    background-size: cover;
    margin-bottom: 4vw;
    ;
  }
  .b4 {
    margin-top: 1.0vw;
  }
  .text {
    width: 100%;
    height: auto;
    margin-top: 1vw;
    margin-bottom: 3vw;
  }
  p.textone {
    font-size: 3.5vw;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    width: 100%;
    line-height: 5.5vw;
  }
}