/* Styles for hero section */

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #333;
  color: #fff;
}
.calendar-event {
  background-color: #c3ccff !important;
}
.calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  background-color: #333;
}
.prev-date {
  color: #afafaf;
}

.next-date {
  color: #afafaf;
}

.calendar-body div {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}
.change-month {
  cursor: pointer;
}
.calendar-body div.today {
  background-color: #f00;
  color: #fff;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  align-content: flex-start;
}
body {
  text-size-adjust: 100%;
  background-color: black;
}
.justify-right {
  text-align: right;
  display: flex;
  float: right;
}
a:link {
  color: white;
}
a:visited {
  color: white;
}
a {
  text-decoration: none;
}
.line {
  background-color: #3333ff;
  height: 5px;
}
.user-menu-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.user-menu-item i.lefticon {
  padding-right: 40px;
}

.user-menu-item i.righticon {
  padding-right: 100px;
}

.righticon {
  position: fixed;
  right: 0;
}

/* mobile */
@media (max-aspect-ratio: 9/10) {
  .logo {
    align-self: center;
    margin-left: 32vw;
    margin-top: 4vh;
    margin-bottom: 4vh;
    font-size: 7.2vw;
    color: white;
  }
  .form-check {
    font-size: 2.5em;
    color:white;
  }
  .circle div a {
    border-radius: 50%;
    color:white;
  }
  .dark-red {
    background-color: #0d6efd;
  }
  .logo2 {
    align-self: center;
    margin-left: 20vw;
    margin-top: 4vh;
    margin-bottom: 4vh;
    font-size: 7.2vw;
    color: white;
  }
  .page-info {
    align-self: center;
    margin-left: 32vw;
    padding-top: 8vh;
    margin-bottom: 2vh;
    font-size: 7.2vw;
    color: white;
  }
  .page-info2 {
    align-self: center;
    margin-left: 20vw;
    padding-top: 4vh;
    margin-bottom: 2vh;
    font-size: 7.2vw;
    color: white;
  }
  .register-label,
  .signin-label {
    align-self: center;
    font-size: 3.6vw;
    color: white;
  }
  /* Increase the size of the text boxes */
  .form-control,
  input[type="name"],
  input[type="email"],
  input[type="password"] {
    margin-top: 0.5vh;
    margin-bottom: 2vh;
    font-size: 5.4vw;
    height: 4.8vh;
    border-radius: 30px;
  }

  .btn {
    font-size: 5.4vw;
  }
  form.login {
    padding-bottom: 20%;
  }
  form.register a,
  form.login a {
    padding-top: 5vh;
  }
  .hero-text {
    position: relative;
    overflow: hidden;
    display: flex;
    text-overflow: ellipsis;
    text-align: left;
    height: 100%;
    font-family: sans-serif;
    font-size: 2em;
    line-height: 1.3em;
    color: white;
    margin: 1.3em;
  }
  .splash {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all ease-in-out 600ms;
  }
  .hidden {
    transition: 2s;
    display: none;
  }
  .bar {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: #111111;
    color: #cdcdcd;
    padding: 5px 0px;
  }
  .bartop {
    position: fixed;
    background-image: url("../images/godiddle_banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #111111;
    color: #cdcdcd;
    padding: 15px 0px 0px 0px;
  }
  .bar * {
    display: inline;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .bartop * {
    display: inline;
  }
  .user-menu {
    font-size: 3.5rem;
    color: white;
    font-family: sans-serif;
    background-color: black;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
  }
  .profile-image {
    clip-path: circle(35% at 50% 50%);
    height: auto;
    width: 33vw;
  }
  .user-menu-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
  }
  .user-menu-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 5px 0 5px 0;
  }
  .user-menu-item i {
    font-size: 3.4rem;
    padding: 2px;
  }
  .center {
    text-align: center;
    align-self: center;
  }
  .horizontal-spacer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 25px 0px 25px;
  }
  .horizontal-spacer * {
    padding: 40px 40px;
    font-size: 3.5rem;
    display: inline;
  }
  .hero-content p {
    font-size: 2.4em;
    margin-bottom: 2rem;
    color: azure;
    margin: 20px;
  }
  .hero-content i {
    font-size: 3rem;
    float: left;
    color: white;
  }
  .hero-title {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    bottom: 0px;
    justify-content: center;
    text-align: center;
    color: white;
  }

  .info p {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: sans-serif;
    font-weight: bold;
    text-align: left;
  }
  .nine {
    display: block;
  }
  .sixteen {
    display: none;
  }
  .controls {
    display: none;
  }
  .hero-picture {
    height: calc(0.5625 * 100vw);
  }
  .hero {
    height: 100vh;
  }
  .hero-overlay {
    display: flex;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.75)
    );
    justify-content: center;
    align-items: flex-end;
  }
  .text-overlay {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.75)
    );
    align-items: center;
  }
  .container {
    padding-top: 140px;
  }
  .calendar {
    width: 100%;
    font-size: 3rem;
    margin: 0 auto;
  }
}
@media (min-aspect-ratio: 10/9) {
  .nine {
    display: none;
  }
  .sixteen {
    display: block;
  }
  .content {
    display: flex;
    flex-direction: row;
  }
  .container {
    width: 50vw;
  }
  .controls {
    position: fixed;
    display: flexbox;
    width: 50vw;
    top: 0px;
    left: 50vw;
  }
  .hero-picture {
    height: calc(0.5625 * 50vw);
  }
  .hero {
    height: calc(50vw * 1.777);
  }

  .hero-picture {
    position: relative;
    background: center/cover no-repeat;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
  }

  .hero-overlay {
    display: flex;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.75)
    );
    justify-content: center;
    align-items: flex-end;
  }

  .text-overlay {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.75)
    );
    align-items: center;
  }

  .hero-text {
    position: relative;
    overflow: hidden;
    display: flex;
    text-overflow: ellipsis;
    text-align: left;
    height: 100%;
    font-family: sans-serif;
    font-size: 2em;
    line-height: 1.3em;
    color: white;
    margin: 1.3em;
  }

  .hero-content {
    display: flex;
    position: relative;
    bottom: 0%;
    left: 0%;
    text-align: center;
    color: #fff;
    justify-content: left;
    align-items: center;
    font-family: sans-serif;
    margin: 0px;
    height: fit-content;
  }

  .hero-title {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    bottom: 0px;
    justify-content: center;
    text-align: center;
    color: white;
  }

  .hero-content p {
    font-size: 2.4em;
    margin-bottom: 2rem;
    color: azure;
    margin: 20px;
  }

  .info {
    border-top: 2px solid #000099;
  }
  .info p {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: sans-serif;
    font-weight: bold;
    text-align: left;
  }

  div .info {
    align-items: left;
  }

  .hero-content i {
    font-size: 3rem;
    float: left;
    color: white;
  }

  .hero-footer a:hover {
    color: #fff;
  }

  .info a {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: sans-serif;
    font-weight: bold;
    color: whitesmoke;
    text-decoration: none;
  }
  .profile-image {
	width: 33vw;
  }
  .calendar {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
