.topbanner {
  width: 100%;
}

.welcome {
  text-align: center;
}

.contentdivblock {
  text-align: left;
  width: 90vw;
  margin: 80px auto 40px;
}

.contentdivblock.lesstopspace {
  margin-top: 40px;
}

.contentdivblock.morebottomspace {
  margin-bottom: 80px;
}

.text {
  color: #000;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.text.topspace {
  margin-top: 20px;
}

.text.footer {
  color: #8f8b8b;
  text-align: center;
  font-size: 13px;
}

.welcomecolumns {
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.welcomecolumnleft {
  text-align: center;
  white-space: normal;
  justify-content: center;
  display: flex;
}

.redtitle {
  color: #ca1310;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
  line-height: 46px;
}

.redtitle.spacetop {
  margin-top: 40px;
}

.redtitle.spacetop.spacebottom {
  margin-bottom: 20px;
}

.redtitle.spacebottom {
  font-weight: 700;
}

.verticaltitleblock {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: center;
  display: flex;
  transform: rotate(-90deg);
}

.supportedbylogos {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  display: flex;
}

.supportlogo {
  max-width: 22%;
  display: block;
}

.yellowtitle {
  color: #f7a600;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 41px;
}

.registrationgrid {
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}

.registrationblock {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.registrationbutton {
  cursor: grab;
  background-color: #ca130f;
  border-radius: 11px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.registrationbutton:hover {
  transform: scale(1.1);
}

.registrationbutton.yellow {
  background-color: #f28b01;
}

.registrationbutton.nospace {
  margin-top: 40px;
  margin-left: 0;
}

.programvisual {
  max-width: 33%;
  margin-top: 40px;
  display: block;
}

.hutong {
  max-width: 37%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.redline {
  background-color: #ca1310;
  height: 10px;
}

.linkintext {
  color: #000;
  text-decoration: none;
}

.linkintext:hover {
  color: #f7a600;
}

.body {
  background-image: url('../images/Dragon_gris.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .text {
    font-size: 16px;
  }

  .redtitle {
    font-size: 34px;
  }

  .redtitle.spacetop.spacebottom {
    font-size: 33px;
  }

  .supportlogo {
    max-width: 25%;
  }

  .yellowtitle {
    font-size: 38px;
  }

  .registrationgrid {
    max-width: 100%;
  }

  .programvisual {
    max-width: 41%;
  }
}

@media screen and (max-width: 767px) {
  .contentdivblock {
    margin-top: 40px;
  }

  .text {
    font-size: 14px;
    line-height: 19px;
  }

  .welcomecolumns {
    flex-flow: column;
  }

  .redtitle {
    font-size: 27px;
    line-height: 33px;
  }

  .redtitle.spacetop.spacebottom {
    font-size: 25px;
    line-height: 25px;
  }

  .redtitle.spacebottom {
    margin-bottom: 20px;
  }

  .verticaltitleblock {
    transform: none;
  }

  .yellowtitle {
    font-size: 28px;
    line-height: 28px;
  }

  .registrationgrid {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .contentdivblock {
    margin-top: 60px;
  }

  .text {
    font-size: 12px;
    line-height: 16px;
  }

  .redtitle {
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
  }

  .redtitle.spacetop.spacebottom {
    font-size: 17px;
  }

  .supportlogo {
    max-width: 34%;
  }

  .yellowtitle {
    font-size: 24px;
  }

  .registrationgrid {
    max-width: 100%;
    margin-bottom: 0;
  }

  .registrationblock {
    flex-flow: column;
    align-items: flex-start;
  }

  .registrationbutton {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .registrationbutton.yellow {
    font-size: 12px;
  }

  .registrationbutton.nospace {
    margin-top: 20px;
  }

  .programvisual {
    max-width: 75%;
    margin-top: 20px;
  }

  .bold-text {
    font-size: 20px;
    line-height: 21px;
  }
}


