:root {
  --primary-back:   #ffffff;
  --secondary-back: #0068b5;
  --tertiary-back:  #428bca;

  /* Lighter blue */
  /* --primary-back-alt:   #163b6e; */
  /* --secondary-back-alt: #102643; */
  /* --tertiary-back-alt:  #0c1b32; */

  /* Darker blue */
  --primary-back-alt:   #102643;
  --secondary-back-alt: #163b6e;
  --tertiary-back-alt:  #234d86;

  --primary-accent:     #00c7fd;
  --secondary-accent:   #CC94DA;
  --tertiary-accent:    #bba97c;

  --tertiary-accent-alt: #F2DEBB;

  --primary-text:   #000000;
  --secondary-text: #ffffff;
  --tertiary-text:  #ffffff;

  --primary-text-alt:   #ffffff;
  --secondary-text-alt: #ffffff;
  --tertiary-text-alt:  #ffffff;
}





/*                                  */
/*                                  */
/*      General/Navbar Section      */
/*                                  */
/*                                  */

.overall {
  background-color: var(--primary-back-alt);
}

img {
  max-width: 100%;
}

.main-bar-name {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--secondary-text-alt);
  font-size: 1.45rem;
  padding-top: 1px;
}

.main-bar-name:hover {
  color: var(--secondary-text-alt);
}

.navbar {
  background-color: var(--secondary-back-alt);
  padding: 0.5rem 1rem;
}

.brand-short {
  display: none;
}

.icon {
  flex: 0 0 auto;
  width: 42px;
  height: 33px;
  object-fit: contain;
}

.archive-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto 2.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(0, 199, 253, 0.45);
  border-radius: 0.65rem;
  background: rgba(0, 199, 253, 0.08);
  color: var(--secondary-text-alt);
}

.archive-banner a {
  flex: 0 0 auto;
  color: var(--primary-accent);
  font-weight: 600;
}

.nav-link {
  color: var(--secondary-text-alt);
  /* font-weight: bold; */
  font-size: 1rem;
}

.col-title {
  text-align: center;
  color: var(--primary-text-alt);
  margin-bottom: 35px;
}

.navbar-toggler-icon {
  background-color: var(--secondary-text-alt);
}

.icon-bar {
  background-color: var(--secondary-text-alt);
}

/* Custom font color for all text */
p {
  color: var(--secondary-text-alt);
  font-size: 18px;
}

.outline-li {
  margin-left: 1%;
  color: var(--primary-text-alt);
  padding: 6px;
  /* font-weight: bold; */
  font-size: 1.2rem;
}

.outline-ol {
  color: var(--primary-text-alt);
  padding: 14px;
  padding-top: 12px;
  font-size: 1rem;
}

.head-li {
  margin: auto;
  /* padding-top: 20px; */
  font-size: 1.5rem;
}

/* Separating line for each about section */
.separator {
  width: 100%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  border: 1px solid var(--secondary-back);
  color: var(--secondary-back);
}

/* Create better color background for button */
.navbar-toggler {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0.6rem;
  background-color: var(--primary-accent);
}

.navbar-toggler img {
  width: 20px;
  height: 20px;
  margin: 0;
}

/* Underline the navbar headers */
.nav-item > a {
  position: relative;
  color: var(--secondary-text-alt);
  text-decoration: none;
  padding-top: 10px;
}

.nav-item > a:hover {
  color: var(--secondary-text-alt);
}

.nav-item > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--secondary-text-alt);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.nav-item > a:hover::before {
  visibility: visible;
  transform: scaleX(0.9);
  color: var(--secondary-text-alt);
}

/* Center images */
.full-center {
  display: table-cell;
  margin: auto;
  height: 200px;
  text-align: center;
  width: 10000px;
  vertical-align: middle;
}

 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Allow overlay for cards */
.overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0;
  background: rgba(50, 50, 50, 0.1) !important;
  width: 100%;
  height: 100%;
  transition: .35s ease;
  color: var(--secondary-text-alt);
  font-size: 16px;
  margin: auto;
  text-align: center;
  z-index: 2;
}

.underlay {
  transition: .35s ease;
  filter: blur(0px);
  z-index: 1;
}

.overlay-button {
  position: absolute;
  top: 4%;
  right: 6%;
  /* border-radius: 16px; */
  border-radius: 00%;
  height: 16px;
  width: 16px;
  opacity: 0.6;
  z-index: 2;
}

.overlay-button:hover {
  opacity: 1;
}

h1 {
  font-size: 50px;
  padding-bottom: 10px;
}



/*                         */
/*                         */
/*    Overview Section     */
/*                         */
/*                         */
.pic {
  border-radius: 0%;
  border: solid 0.4rem var(--secondary-back-alt);
}

.title {
  color: var(--primary-text-alt);
  font-size: 50px;
  font-weight: bold;
}

.location {
  color: var(--primary-text-alt);
  font-size: 32px;
  font-weight: normal;
}

.date {
  color: var(--primary-text-alt);
  font-size: 20px;
  font-weight: normal;
}

.abstract, .details, .publications, .target-audience,
.outline, .organizer, .link {
  width: 90%;
  color: var(--primary-text-alt);
  margin: auto auto;
  text-align: left;
}

.organizer-name {
  font-weight: bold;
  color: var(--primary-accent);
}

.organizer-affiliation {
  font-weight: bold;
  color: var(--secondary-accent);
}

.important-acronyms {
  font-weight: bold;
  color: var(--primary-accent);
}

.application {
  color: var(--primary-accent);
  font-weight: bold;
}

.workload, .key-word {
  color: var(--primary-accent);
  font-weight: bold;
}

.operation, .utility {
  color: var(--tertiary-accent-alt);
  font-size: 1rem;
}

li div {
  text-align: right;
  padding-right: 10px;
}

li div span {
  float: left;
}

a {
  color: var(--primary-accent);
}

a:hover {
  color: var(--secondary-accent);
  text-decoration: none;
}

.ref-link {
  font-size: 1.2rem;
}





/*                               */
/*                               */
/*        Details Section        */
/*                               */
/*                               */

/* Accel wrappers */
.accel-box {
  width: 475px;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;

  display: table-cell;
  margin: 0px auto 20px auto;
  margin-top: 3%;
  text-align: center;
  vertical-align: middle;
}

.accel-overlay-info {
  color: var(--secondary-text-alt);
  margin: auto 5%;
  text-align: center;
  font-size: 1.8rem;
}

.accel-card {
  background-color: transparent;
  color: var(--primary-text-alt);
  width: 475px;
  max-width: 100%;
  height: 350px;
  outline: none;
  border: none;
}

.accel-collapse-card {
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: var(--primary-text-alt);
  width: 475px;
  max-width: 100%;
  outline: none;
  border: none;
}

/* Button Effects */
.accel-button {
  border-radius: 0%;
  background-color: var(--secondary-back-alt);
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  outline: none;
  transition: 0.5s;
  width: 475px;
  max-width: 100%;
}

.accel-button:hover {
  background-color: var(--tertiary-back-alt);
  border: none;
  outline: none;
}

.accel-button:active {
  background-color: var(--tertiary-back-alt);
  border: none;
  outline: none;
}

.accel-button:focus {
  border: none;
  outline: none;
}

/* Card info */
.accel-name {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.accel-full-name {
  text-align: center;
  font-size: 1.2rem;
}

/* Fix table border problems */
.accel-collapse-list {
  width: 475px;
  max-width: 100%;
  border-color: var(--primary-back-alt);
  text-align: left;
  margin: 0px auto;
}

.accel-list {
  padding: 10px 10px 0px 25px;
  margin: 0px;
  color: var(--primary-text-alt);
}

.accel-bullet {
  padding-bottom: 2%;
  font-size: 1rem;
}

.accel-detail-card {
  font-weight: bold;
  font-size: 1.3rem;
}

.accel-feature {
  font-weight: bold;
  color: var(--primary-accent);
}

.general-feature-list {
  margin: 2% 8%;
  color: var(--primary-text-alt);
}

.general-feature-item {
  color: var(--primary-text-alt);
  padding-bottom: 2%;
  font-size: 1rem;
}





/*=================================*/
/*                                 */
/*      Publications Section       */
/*                                 */
/*=================================*/

.publication-block {
  margin-bottom: 2rem;
}

.p .publication-title {
  font-size: 1.1rem;
  color: var(--primary-text-alt);
  line-height: 1.6rem;
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.p .publication-people {
  font-size: 1rem;
  color: var(--secondary-text-alt);
  line-height: 1.4rem;
  margin-bottom: 0.4rem;
}

.p .publication-conference-patent-date {
  font-size: 0.95rem !important;
  color: var(--secondary-text-alt);
  line-height: 1.4rem;
  margin-bottom: 0.4rem;
}

.p .selected-author {
  font-size: 0.95rem;
  font-weight: bold;
  color: var(--primary-text-alt);
  margin-bottom: 0.4rem;
}

.p .conference-patent-name {
  font-size: 0.95rem;
  font-weight: bold;
  color: var(--primary-text-alt);
  line-height: 1.4rem;
  margin-bottom: 0.4rem;
}

.p .publication-link {
  color: var(--primary-accent) !important;
  font-weight: 700;
}

.p .publication-link:hover {
  color: var(--secondary-accent) !important;
  text-decoration: none !important;
}



/*                         */
/*                         */
/*      Links Section      */
/*                         */
/*                         */

.use-cases {
  color: var(--primary-text-alt);
  margin-top: 1%;
  margin-left: 5%;
  font-size: 1.1rem;
}

.use-case-accel {
  margin-bottom: 1%;
}

.site-author {
  padding-left: 1rem;
  font-size: 1rem;
}

@media (max-width: 575.98px) {
  .navbar {
    padding: 0.5rem 0.75rem;
  }

  .main-bar-name {
    min-width: 0;
    margin-right: 0.5rem;
    font-size: 1.05rem;
  }

  .brand-full {
    display: none;
  }

  .brand-short {
    display: inline;
  }

  .navbar-collapse {
    flex-basis: 100%;
    margin-top: 0.5rem;
    padding: 0.45rem 0 0.3rem;
    border-top: 1px solid var(--tertiary-back-alt);
  }

  .navbar .nav-link {
    padding: 0.65rem 0.8rem;
    border-radius: 0.45rem;
  }

  .navbar .nav-link:hover,
  .navbar .nav-link:focus-visible {
    background-color: var(--tertiary-back-alt);
  }

  .navbar .nav-item > a::before {
    display: none;
  }

  .archive-banner {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .location {
    font-size: 1.35rem;
  }

  h1 {
    font-size: 2.25rem;
  }

  .accel-card {
    height: auto;
    min-height: 350px;
  }
}



/*                  */
/*                  */
/*      DEBUG       */
/*                  */
/*                  */
.border-debug {
  border: solid white 1px;
}
