@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

html,body

{

    width: 100%;

    height: 100%;

    margin: 0px;

    padding: 0px;
    overflow-x: hidden
}

#head1 {
  background-image:  linear-gradient(rgba(100, 125, 238, 0.5), rgba(127, 83, 172, 1)), url("images/study-group.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 99.9vh;
}

#head2 {
  background-image:  linear-gradient(rgba(100, 125, 238, 0.5), rgba(127, 83, 172, 1)), url("images/me.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 99.9vh;
}

.headtext1 {
  text-align: center;
  position: relative;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hacks {
  background: linear-gradient(-90deg, #29c5d7, #336eda);
  text-align: center;
  padding: 5% 25%;
}

ol {
    display: inline-block;
    text-align:left;
}

#whatis,
#form {
  background: linear-gradient(-90deg, #29c5d7, #336eda);
  text-align: center;
  padding: 5% 25%;
}

.curriculum {
  background: linear-gradient(-90deg, #29c5d7, #336eda);
  text-align: center;
  padding: 5% 25%;
}

.prereqs,
#class {
  background-color: #eeeeee;
  text-align: center;
  padding: 5% 25%;
}

#sessions {
  background-color: #eeeeee;
  color: black;
  text-align: center;
  padding: 5% 25%;
  height: 200px;
  font-weight: bold;
}


h1, h3, h4 {
  font-family: 'Ubuntu', sans-serif;
}

h2 {
  font-family: 'Ubuntu', sans-serif;
  color: #393e46;
}

.white {
  color: #FFF;
}

.form-thin {
  width: 100px;
}

.success {
    background: green;
    padding: 1rem;
    border-radius: 5px;
    color: white;
    margin: 1rem auto;
    width: 35%;
}

.disclaimer {
  color: white;
  opacity: 90%;
  padding-top: 4px;
}

/* Navigation Bar */
.spacer {
  width: 100%;
  height: 55.364px;
}

.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
  font-family: 'Ubuntu', sans-serif;
}

.nav-link {
  font-size: 1.2rem;
  font-family: 'Ubuntu', sans-serif;
}
.captcha {
  style="display: inline-block;"
}