*, body {
    font-family: "Roboto";
}

body {
    margin: 0;
    padding: 0;
    background: #faf4f1;
    color: #2c2e34;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "nimbus-sans-extended";
    font-weight: 700 !important;
  background: linear-gradient(90deg, #753C5B, #D68F9A);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1.main {
    font-size: 32px;
    margin-bottom: 20px;
}

.form-select {
    font-weight: bold;
    font-size: 20px;
}

.hero-img {
    background-image: url('/images/hero.jpg');
    background-size: 100% 200px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.form-control, .form-select {
    border-color: white;
}

.btn-primary {
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  background-image: linear-gradient(90deg, #f3921a, #ffbf70);
  font-weight: 700;
  line-height: 130%;
  background-color: #f3921a;
  border-radius: 100px;
  border: none;
  transition: 150ms linear all;
}

.btn-primary:hover {
  background-color: #f3921a;
  background-image: linear-gradient(#ed890d, #ed890d);
}

#speaker_lecture, #guest_lecture {
    height: 140px;
}

.logo {
    width: 200px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .form-select {
        font-size: 16px;
    }

    h1.main {
        font-size: 28px;
    }
    
    .lead {
        font-size: 18px;
    }

    .logo {
        width: 50%;
        max-width: 180px;
    }
}