.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
}

.hlatitle {
  font-size: 2.5rem;
  align-items: center;
}

.navbar {
  background-image: linear-gradient(0deg, #0047ab, #013c8e);
}

.navbar-brand {
  display: flex;
  align-items: center;
}

body {
  background: #ffffff;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
}

.hlalogo {
  width: 50px;
  height: 50px;
  fill: #ffffff;
  align-items: center;
  margin-right: 8px;
}

/* SPONSOR LOGOS */

.diamondlogo {
  margin: 15px;
  padding: 15px;
  width: 600px;
  object-fit: contain;
}

.goldlogo {
  margin: 15px;
  padding: 15px;
  height: 150px;
  width: 400px;
  object-fit: contain;
}

.silverlogo {
  margin: 15px;
  padding: 15px;
  height: 150px;
  width: 250px;
  object-fit: contain;
}

.bronzelogo {
  margin: 15px;
  padding: 15px;
  height: 150px;
  width: 200px;
  object-fit: contain;
}

.nav-sponsor {
  background: white;
  width: 150px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5%;
  padding: 1px;
  margin-right: 250px;
  overflow: hidden;
  object-fit: contain;
  justify-content: flex-start;
}

.nav-sponsor img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* Card Sponsor*/

.card-sponsor {
  background: white;
  width: 200px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  border-radius: 5%;
  padding: 5px;
  object-fit: contain;
}

.card-sponsor img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* Footer Sponsor*/

.footer-sponsor {
  background: white;
  width: 200px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5%;
  padding: 10px;
  overflow: hidden;
  object-fit: contain;
}

.footer-sponsor img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* Breadcrumbs */
.breadcrumbs {
  margin-left: -38px;
  padding: 0;
  margin-top: 10vh;
}

.breadcrumbs ul {
  margin-bottom: 0px;
}

.breadcontainer {
  margin-top: 6vh;
}

.welcome {
  margin-top: 3vh;
  margin-bottom: 10vh;
}

.landing-container {
  height: 100vh;
}

div .container {
  padding: 0px;
}

.navimage {
  background-image: url("/img/lighter_a_02_full.svg");
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 35%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  right: 0;
  opacity: 0.6;
  margin-right: -200px;
  z-index: -1;
}

/* Landing Page */

.background {
  position: relative;
  padding-top:1vh;
  z-index: 1;
  min-height: 100vh;
  background-image: url("/img/A_02_01_01_intronic_1.svg");
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 3vh;
}

.welcome {
  padding-top: 1vh;
}


.key_page_cards {
  flex: 0 0 32.333333%;
  max-width: 50%;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  background-color: #ffffff;
  border-radius: 5%;
  opacity: 0.95;
  margin: 5px;
}

.key_page_cards p {
  font-size: medium;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.card {
  width: 250px;
  height: 250px;
}

.card-body {
  display: flex;
  align-items: center;
  -ms-flex: 1 1 auto;
  flex: 0 0 auto;
  padding: 1.25rem;
}

.card-img {
  width: 100px;
  height: 100px;
  padding: 5px;
  object-fit: contain;
}

/* Backing */

.backing {
  background-color: #f2f5f5;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.backing:first-child {
  margin-bottom: 0px;
}

.homebacking {
  background-color: #ffffff;
}


/* Allele Graph */
.allelegraph {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.hlanamingimg {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}


h5 {
  font-size: x-large;
}

footer {
  background-image: linear-gradient(180deg, #0047ab, #013c8e);
  margin-top: auto;
  width: 100vw;
  position: relative;
  box-sizing: border-box;
}

.footerimage {
  background-image: url("/img/lighter_a_02.svg");
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 18%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  transform: scaleX(-1);
  opacity: 0.6;
  left: 0;
  right: 0;
  z-index: 0;
}

.footer-content {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 30px;
}

.row {
  margin-right: 0;
  margin-left: 5px;
}

.footer-copy {
  word-break: break-all;
}

.btn {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.btn:active {
  border: none;
  background-color: transparent;
}

.theadblue {
  background-image: linear-gradient(0deg, #0047ab, #013c8e);
}


table {
  table-layout: fixed;
  width: 100%;
  text-wrap: wrap;
  margin-bottom: 0 !important;
}

td,
th {
  word-wrap: break-word;
  word-break: break-word;
  vertical-align: top;
  text-align: left;
  text-align: top;
  
}

.statisticstable td,
.statisticstable th {
    white-space: nowrap;
}

.statisticstable td {
    width: 100%;
}


.exampleAllele {
  white-space: nowrap;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.exampleAllele p {
  font-size: 60px;
}

.content {
  font-size: 16px;
}

.genemap {
  width: 100%;
}

@media (max-width: 991px) {
  
  .footer-sponsor {
    width: 150px;
    margin-bottom: 20px;
  }
  
  .nav-sponsor {
    display:none;
  }
  
  .navbar-toggler-icon {
  }

  .diamondlogo {
    width: 500px;
  }
  
  .goldlogo {
    width: 300px;
  }
  
  .silverlogo {
    width: 200px;
  }
  
  .bronzelogo {
    width: 150px;
    }
}

@media (max-width: 600px) {
  .hlatitle {
    font-size: 1.8rem;
  }
   
  .nav-sponsor {
    display:none;
  }

  .content {
    font-size: 14px;
  }
  .h1 {
    font-size: 1.6rem;
  }
  body {
    overflow-x: visible;
  }
  .breadcrumbs {
    margin-top: 12vh;
  }
  .footer-column {
    margin-left: 25%;
    margin-right: 25%;
  }
  .navimage {
    width: 0%;
  }
  .footerimage {
    width: 0%;
  }
  .nav-sponsor {
    margin-top: 5px;
  }
  .diamondlogo {
    width: 450px;
  }
  
  .goldlogo {
    width: 250px;
  }
  
  .silverlogo {
    width: 150px;
  }
  
  .bronzelogo {
    width: 100px;
    }
}

@media (max-width: 400px) {
  .content {
    font-size: 11px;
  }

    h3 {
    font-size: 1.5rem;
  }
  body {
    overflow-x: visible;
  }
  .breadcrumbs {
    margin-top: 11vh;
  }

}
