.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 1.2rem;
  background-color: #cdcce7;
  width: 100%;
}

.logo-image {
  width: 30rem;
}

/**********************************************
        MAIN NAVIGATION
**********************************************/
.nav-main-nav {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  list-style: none;
}

.main-nav-item:link,
.main-nav-item:visited {
  color: #01001b;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.cta-link {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 7px;
}

.cta-link:link,
.cta-link:visited {
  background-color: #059007;
  color: #fff;
}

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name=close-outline] {
  display: none;
}

/**********************************************
        SECTION HERO
**********************************************/
.section-hero {
  background-color: #cdcce7;
  padding: 4.8rem 2.4rem;
  margin-bottom: 4.8rem;
}

.hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 4rem;
}

.hero-text {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}

.hero-img {
  background: url("../img/img-on-air.png"), linear-gradient(to right bottom, #cdcce7, #cdcce7);
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
}

/**********************************************
        SECTION WHY
**********************************************/
.why-number {
  font-size: 9.6rem;
  font-weight: 900;
  color: #ccc;
  margin-bottom: 2.4rem;
}

.why-text {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}

.why-image {
  max-width: 100%;
  border-radius: 7px;
}

/**********************************************
        SECTION INFO
**********************************************/
.schedule {
  padding-top: 1.8rem;
}

.schedule-table tr:nth-child(odd) {
  background-color: #e6e6f3;
}

.disclaimer {
  font-size: 1.4rem;
  margin-top: 1rem;
}

/**********************************************
        SECTION CTA
**********************************************/
.cta {
  -moz-column-gap: 5.4rem;
       column-gap: 5.4rem;
}

.cta-card {
  max-width: 40rem;
  border: 2px solid #cdcce7;
  padding: 4.8rem 2.4rem;
  border-radius: 14px;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
}

.cta-left {
  justify-self: end;
  position: relative;
  overflow: hidden;
}

.cta-left::after {
  content: "Suosituin!";
  position: absolute;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  top: 6%;
  right: -18%;
  background-color: #059007;
  color: #fff;
  padding: 0.8rem 8rem;
  transform: rotate(45deg);
}

.cta-right {
  opacity: 0.35;
}

.cta-card-top {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  padding: 2.8rem 0 5.6rem 0;
}

.cta-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.cta-list-item {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.cta-list-item span {
  font-size: 1.8rem;
}

.cta-card-bottom {
  text-align: center;
  padding: 4.8rem 0 2.4rem;
}

.cta-best-button:link,
.cta-best-button:visited {
  font-size: 2.4rem;
  padding: 1rem 2.8rem;
  text-decoration: none;
  background-color: #059007;
  color: #fff;
  font-weight: 900;
  border-radius: 7px;
}

.cta-disabled-button:link,
.cta-disabled-button:visited {
  font-size: 2.4rem;
  padding: 1rem 2.8rem;
  text-decoration: none;
  background-color: #ccc;
  color: #01001b;
  border-radius: 7px;
}

/**********************************************
        SECTION FORM
**********************************************/
.register-form {
  background-color: #020759;
  padding: 2.4rem 4.8rem;
  border-radius: 14px;
}

.heading-form {
  color: #fff;
}

.form-entry-label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #fff;
}

.form-entry input,
.form-entry select,
.form-entry textarea {
  margin-bottom: 1.6rem;
  width: 100%;
  font-size: 1.8rem;
  padding: 0.5rem;
  border-radius: 7px;
}

.send-button {
  position: absolute;
  bottom: 1.8rem;
  right: 0;
  font-size: 2rem;
  padding: 1rem 2rem;
  border: 0px solid transparent;
  background-color: #059007;
  color: #fff;
  border-radius: 7px;
  font-weight: 900;
}

.logger-filename-field {
  color: #fff;
}

/**********************************************
        SECTION participants
**********************************************/
.entries-background {
  background-color: #cdcce7;
  padding: 4.8rem 2.4rem;
  margin-bottom: 4.8rem;
}

.entries-title {
  margin-bottom: 2rem;
}

.entry-list {
  border-collapse: collapse;
  margin: 2re auto;
}

.entry-list td {
  padding: 5px 10px;
  border: 1px solid #777;
  margin: 0;
  background-color: #fff;
}

.entries-header {
  font-weight: bold;
  background-color: #020759 !important;
  color: #fff;
}

.class-name {
  margin-bottom: 2rem;
}

/**********************************************
        SECTION FOOTER
**********************************************/
.section-footer {
  background-color: #e6e6f3;
}

.footer-heading {
  margin-bottom: 1.8rem;
  font-weight: 700;
  font-size: 2.4rem;
}

.footer-text {
  line-height: 1.4;
  font-size: 1.8rem;
}

.footer-text ion-icon {
  font-size: 2.4rem;
}

.footer-list {
  list-style: none;
  font-size: 1.8rem;
  padding-bottom: 2.4rem;
}

.footer-list-item {
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
}