html, body {
  margin: 0;
  padding: 0;
  background: #FDEBD7;
}

.group::after {
  content: "";
  display: block;
  clear: both;
}
@font-face {
  src: url("../fonts/Cooper_Black.ttf");
  font-family: "Cooper";
}
h1,h2,h3,h4,h5,h6, p ,span {
  font-family: "Cooper";
  text-rendering: geometricPrecision;
  font-weight: normal;
}
span {
  color: inherit;
}
.block  {
  display: block;
  float: left;
  clear: both;
  width: calc(100% - 40px);
  padding: 0 20px;
  position: relative;
}

.star{
  width: 20px;
}
a{
  text-decoration: none;
}

.block.one {
  padding-bottom: 56.5%;
  height: 0;
  background: #F42702;
}
.block.one .info{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.block.one #cray {
  width: 90%;
}
.block.one .table {
  display: table;
  width: 100%;
  margin-top: 40px;
  color: #fff;
  table-layout: fixed;
}
.table span {
  display: table-cell;
  text-align: center;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.table span:nth-last-of-type(1) {
  /*text-align: left;*/
  /*padding-left: 30px;*/
}
.table span:nth-last-of-type(2) {
  /*text-align: right;*/
  /*padding-right: 30px;*/
}
.block.one a {
  color: #FDEBD7;
  font-size: 24px;
}
.table span img {
  position: relative;
  margin: 0px 4px;
  top: 2px;
  width: 24px;
}
.block.two {
  padding-bottom: 56.25%;
  height: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  line-height: 0;
  background: url("../images/kid.png");
  background-size: 101% 101%;
  background-position: center;

}

.block.two.uhh {
  background: url("../images/drump.jpg");
  background-size: 101% 101%;
  background-position: center;
}

.block.two .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2F3493;
  opacity: .4;
}
.block.three a{
  text-decoration: underline;
  color: #fff;
}
.block.two img:not(.play) {
  width: 100%;
}
.play {
  width: 12%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block.three {
  background: #F42702;
  text-align: center;
}

.block p {
  width: 80%;
  margin: 80px auto 80px auto;
  font-size: calc(3.4vw + 14px);
  line-height: 1.2;
  color: #fff;
}


.block.four {
  background: #2F3493;
}
.block.four {
  padding: 40px;
  width: calc(100% - 80px);
}
.block.four .row {
  width: 100%;
  display: flex;
  position: relative;
}
.block.four .row > div{
  width: 25%;
  padding: 20px 0;
  float: left;
  text-align: center;
}
.block.four #swing {
  /*width: 50%;
  text-align: center;
  color: #fff;
  position: relative;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 4vw;
  letter-spacing: 2px;

}
#swing h2 {
  margin: 0;
}
.block.four img {
  width: 80%;
}

.block.five {
  padding: 80px 40px;
  width: calc(100% - 80px);
  background: #FDEBD7;
  text-align: center;
}
.block.five h2 {
  color: #F42702;
  font-size: calc(2.2vw + 14px);
  margin: 0;
}


.images {
  text-align: center;
  margin: 80px 0;
  display: flex;
}
.images > div {
  flex: 1;
  padding: 5px;
}

.images .smaller {
  padding: 5px 7px;
}

.images img {
  width: 100%;
  /*width: calc(33% - 11px);
  margin: 0 5px;
  display: inline-block;*/
}

.block.five .icons {
  width: 45px;
}

.block.six {
  background: #2F3493;
  color:  #FDEBD7;
  text-align: center;
}
.block.six h3 {
  font-size: 20px;
  letter-spacing: 1px;
}
.block.six a {
  color:  #FDEBD7;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .block p {
    margin-bottom: 120px;
  }
}

@media (max-width: 670px) {
  .block.one a {
    font-size: 17px;
  }
  .table span img {
      width: 16px;
  }
  .table span:nth-last-of-type(1) {
    /*padding-left: 15px;*/
  }
  .table span:nth-last-of-type(2) {
    /*padding-right: 15px;*/
}
.block.six h3 {
  font-size: 15px;
}
}
#mobileonly {
  display: none;
}

.videoWrapper {
position: relative;
padding-bottom: 56.3%; /* 16:9 */
/*padding-top: 25px;*/
height: 0;
opacity: 0;
pointer-events: none;
}
.videoWrapper.open {
  opacity: 1;
  pointer-events: all;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
outline: none;
border: none;
height: 100%;
}
@media (max-width: 500px) {
  /*.block.one a {
    font-size: 20px;
  }
  .table span img {
      width: 19px;
  }*/
  .table span:nth-last-of-type(1) {
    /*padding-left: 15px;*/
  }
  .table span:nth-last-of-type(2) {
    /*padding-right: 15px;*/
}
  #mobileonly {
    display: inline;
  }
}

@media (max-width: 460px) {

  .table span img {
      width: 15px;
  }
  .block.one a {
    font-size: 15px;
  }

  .block.one .table {
    margin-top: 15px;
  }

  .block p {
    width: 100%;
  }
  .block.four {
      padding: 0;
      width: calc(100% - 0px);
  }
  .block.five {
      padding: 40px 20px;
      width: calc(100% - 40px);
      background: #FDEBD7;
      text-align: center;
  }
  .images {
    text-align: center;
    margin: 40px 0;
    display: flex;
}

.block.six h3 {
  font-size: 11px;
}
}

@media (max-width: 390px) {

  .table span img {
      width: 11px;
  }
  .block.one a {
    font-size: 11px;
  }

}
@media (max-width: 800px) {
  .block.one .info {
      width: 65%;
  }
}
