* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  position: relative;
  background: #316e92;
  color: white;
  font-family: 'Lora', serif;
}

.img-absoluted {
  display: none;
}

.img-absoluted img {
  width: 100%;
  height: 100%;
}

@media (min-width: 600px) {
  .img-absoluted {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 120px;
    height: 100px;
    display: block;
    z-index: -1;
  }
}

@media (min-width: 1100px) {
  .img-absoluted {
    width: 180px;
    height: 150px;
  }
}

.carousel .papa-item.first-color {
  background: #fa6900;
}

.carousel .papa-item.second-color {
  background: #1fda9a;
}

.carousel .papa-item.third-color {
  background: #ff4c65;
}

.carousel .papa-item.fourth-color {
  background: #e1d041;
}

.carousel .papa-item.fifth-color {
  background: #9b539c;
}

.carousel .papa-item.sixth-color {
  background: #591e23;
}

.carousel .papa-item.seventh-color {
  background: #e8b71a;
}

.carousel .papa-item.eighth-color {
  background: #f7ff3f;
}

.carousel .papa-item.ninth-color {
  background: #a2d7d8;
}

.container {
  width: 95%;
  height: 100%;
  margin: 150px auto;
}

@media (min-width: 600px) {
  .container {
    width: 520px;
  }
}

@media (min-width: 850px) {
  .container {
    width: 650px;
  }
}

@media (min-width: 1100px) {
  .container {
    width: 900px;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1100px;
  }
}

.header .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.header .page-title img {
  width: 150px;
  height: 150px;
  margin: auto;
}

.header .page-about b {
  font-size: 45px;
  color: #a2d7d8;
  text-shadow: 1px 2px 1px #1fda9a;
}

.header .page-author {
  position: relative;
  margin-top: 18px;
}

.header .page-author:after,
.header .page-author:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 10px;
  background: white;
}

@media (min-width: 850px) {
  .header .page-author:after,
  .header .page-author:before {
    left: 25%;
    right: 25%;
  }
}

.header .page-author:after {
  bottom: -5px;
}

.header .page-author:before {
  top: -5px;
}

.carousel-options {
  position: relative;
  padding: 10px;
  margin-top: 20px;
}

.options-title {
  display: block;
  margin-bottom: 24px;
  padding-top: 14px;
  text-align: center;
  letter-spacing: 1px;
}

.option {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 12px;
}

.option label {
  margin-bottom: 6px;
}

@media(min-width: 850px) {
  .options-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .option {
    flex-basis: 50%;
    padding: 14px;
  }
  .option label, .option input, .option select {
    margin-left: auto;
  }
  .option:nth-of-type(2n) label, .option:nth-of-type(2n) input, .option:nth-of-type(2n) select {
    margin-left: 0;
    margin-right: auto;
  }
}

.submit-options {
  display: block;
  width: 160px;
  height: 40px;
  margin: 30px auto 0;
  background: transparent;
  border: 3px solid white;
  outline: 0;
  color: white;
  font-size: 16px;
  cursor: pointer;
  font-family: inherit;
  transition: all .2s ease-in-out;
}

.submit-options:hover {
  background: white;
  color: #316e92;
}

.present-carousel {
  position: relative;
  margin-top: 60px;
  padding: 10px;
}

.present-carousel:before, .carousel-options:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
}

.present-carousel .present-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.present-carousel .present-title span {
  text-align: center;
}

.present-carousel .present-title img {
  width: 80px;
  height: auto;
}

.present-carousel .present-title img:nth-of-type(2) {
  display: none;
}

@media (min-width: 600px) {
  .present-carousel .present-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .present-carousel .present-title span {
    margin: 0 15px;
  }

  .present-carousel .present-title img:nth-of-type(2) {
    display: inline-block;
  }
}
@media (min-width: 850px) {
  .present-carousel {
    padding: 25px;
  }
}
.carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 15px 10px 25px 10px;
  border-top: 2px solid white;
  overflow: hidden;
  border-bottom: 2px solid white;
}

.carousel:not(:first-of-type) {
  margin-top: 35px;
}

.carousel .carousel-title {
  text-align: center;
  margin: 25px 0 30px 0;
}

.carousel img {
  position: absolute;
  height: auto;
}

.carousel .papa-container {
  height: 250px;
}

.carousel .papa-container .papa-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
}

@media (min-width: 600px) {
  .carousel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 850px) {
  .carousel {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (min-width: 1300px) {
  .carousel {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.carousel img {
  right: 5px;
  top: 34px;
  width: 60px;
}

@media (min-width: 440px) {
  .carousel img {
    top: 6px;
    right: 10px;
    width: 85px;
  }
}
@media (min-width: 850px) {
  .carousel img {
    right: 25px;
  }
}
.slidingX img {
  left: 14px;
  top: 6px;
  width: 55px;
}

@media (min-width: 360px) {
  .second-carousel img {
    left: 0;
  }
}
@media (min-width: 600px) {
  .second-carousel img {
    left: 15px;
  }
}
.third-carousel img {
  right: 5px;
  top: 34px;
  width: 40px;
}

@media (min-width: 440px) {
  .third-carousel img {
    top: 6px;
    right: 10px;
    width: 60px;
  }
}
@media (min-width: 850px) {
  .third-carousel img {
    right: 25px;
  }
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.footer img {
  width: 100px;
  height: auto;
}

.footer span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0;
  font-size: 16px;
}

.footer span a {
  text-decoration: none;
  color: #fa6900;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

.footer span a:hover {
  color: white;
}

@media (min-width: 500px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer span {
    margin: 0 30px;
  }
}
