@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-bottom: 80px !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: come-down 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
@keyframes come-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #D9F2F9;
}

::-webkit-scrollbar-thumb {
  background: #3D3669;
}

::-webkit-scrollbar-thumb:hover {
  background: #2a2641;
}

.titlebar-bg {
  background-color: #D9F2F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.titlebar-bg div {
  width: 100%;
}
.titlebar-bg div:nth-child(1), .titlebar-bg div:nth-child(3) {
  width: 500px;
}
.titlebar-bg div:nth-child(1) img, .titlebar-bg div:nth-child(3) img {
  width: 140px !important;
  height: auto;
}
.titlebar-bg div:nth-child(1) img:nth-child(2), .titlebar-bg div:nth-child(3) img:nth-child(2) {
  margin-left: 10px !important;
}
.titlebar-bg div:nth-child(2) {
  padding: 0 20px;
}
.titlebar-bg div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navbar-bg {
  background-color: #3D3669;
}

.cu-logo {
  height: 75px;
}

.navbar-brand {
  margin-left: 1rem;
}
.navbar-brand img {
  width: 170px;
  height: auto;
}

td {
  padding: 5px 5px;
}

.full-width {
  padding-left: 0px !important;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/cu_ken.jpg");
  width: 100%;
  padding-right: 0px !important;
}

.full-width > img {
  width: 100%;
  height: 100% !important;
}

.is-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80px;
}

.row-no-margin {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.footer-text {
  font-size: 0.7rem;
  color: white;
}

.small-text {
  font-size: 0.9rem;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.sponsor-list {
  padding-inline-start: 20px;
}

.btn-primary {
  background-color: #3D3669;
  border-color: #3D3669;
}

.btn-primary:hover {
  background-color: #514791;
  border-color: #514791;
}

#change_marquee {
  animation: fade-in 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards !important;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    position: relative;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    position: relative;
    transform: translate(0, 0);
  }
}
#change_marquee.fade-out {
  animation: fade-out 500ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important;
}
@keyframes fade-out {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -100%);
  }
}

.contact_disp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link_items {
  list-style: circle;
}

.event_details {
  background-color: #D9F2F9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
.event_details h4 {
  text-align: center;
}
.event_details h4:nth-child(1) {
  margin-left: 30px;
}

.main_background {
  height: 80vh;
  width: 100vw;
  background: #a2a2a2;
  background-image: none;
  background-blend-mode: overlay;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/cu_ken.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_background div {
  text-align: center;
}
.main_background div div {
  text-align: center;
  display: flex;
  align-content: flex-start;
  justify-content: space-evenly;
}
.main_background div div img {
  height: 80px;
  width: auto;
  background-color: white;
  padding: 5px 20px;
  border-radius: 0.25rem;
}
.main_background div div:nth-child(1) {
  margin-bottom: 30px;
}
.main_background div h1 {
  background-color: white;
}

.slider.background {
  min-height: 300px;
  width: 100vw;
  background: #e2e2e2;
  background-image: none;
  background-blend-mode: overlay;
  background-position: center;
  background-image: url("../img/cu_ken.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.slider.background .slider_child {
  width: 80%;
  min-width: 300px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.slider.background .slider_child h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.slider.background .slider_child:nth-child(2) {
  text-align: right;
}

.footer {
  position: fixed;
  height: 50px !important;
  padding: 0;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
}

.notification {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notification div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.notification div img {
  margin-bottom: 20px;
  width: 50px;
}

.conf_id {
  margin-top: 5px;
}

.image_handler {
  display: none;
}

.speaker_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

.speaker_list .card {
  width: 250px;
  cursor: pointer;
  margin: 0 30px 30px 30px;
}

.carousel-control-prev, .carousel-control-next {
  border: none;
  height: 50%;
  opacity: .3;
  transform: translateY(50%);
}

@media only screen and (max-width: 600px) {
  .notification {
    margin: 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }
  .notification div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .notification div img {
    width: 50px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .hide_mobile {
    display: none !important;
  }
  .contact_disp {
    flex-direction: column;
  }
  .contact_disp p {
    margin-bottom: 30px !important;
  }
  .slider.background {
    flex-direction: column;
    height: auto;
  }
  .slider.background .slider_child {
    margin-bottom: 30px;
  }
  .navbar-brand {
    display: none;
  }
  .mobile-height-auto {
    height: auto;
    padding: 10px 0;
  }
  .image_handler {
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.392);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .image_handler img {
    width: 100%;
  }
}

/*# sourceMappingURL=styles.css.map */
