* {
  font-family: 'Josefin Sans', sans-serif;
}

p, span, a {
  font-size: 1rem;
}

.divider {
  border-top: .05rem solid #f0f1f4;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.navbar .navbar-section:not(:first-child):last-child {
  justify-content: flex-start;
}

#header .container,
#header .navbar-section,
.navbar,
.navbar-section {
  height: 100%;
}

#header {
  background-color: rgba(0, 0, 0, .75);
  font-size: .8rem;
}

.mobile-menu .button_container span {
  background-color: white;
}

#header .desktop-menu {
  order: 1;
  padding-top: 18px; 
}

.container.grid-lg {
  max-width: 1050px;
}

#header .logo img, #header .logo svg {
  height: 60px;
  /*width: 150px;*/
}

.logo img, .navbar-brand img {
  filter: invert(100%);
}

#header a {
  color: white;
}

.custom-scrollbar {
  max-height: 70vh;
  overflow: auto;
}

/*************** SCROLLBAR RAIL ***************/
.custom-scrollbar > .scroll-element,
.custom-scrollbar > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.custom-scrollbar > .scroll-element {
    background-color: #ffffff;
}
 
.custom-scrollbar > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.custom-scrollbar > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}
 
.custom-scrollbar > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}
 
.custom-scrollbar > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}
 
.custom-scrollbar > .scroll-element.scroll-y {
    height: 80%;
    min-height: 80%;
    margin-top: 7%;
    margin-bottom: 15%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}
 
.custom-scrollbar > .scroll-element .scroll-bar {
    background-color: #2f1b1b;
 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
 
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
 
.custom-scrollbar > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.overlay nav {
  overflow: auto;
}

.custom-scrollbar {
  border: none;
}
 
/* scrollbar height/width & offset from container borders */
 
.custom-scrollbar > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.custom-scrollbar > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }
 
.custom-scrollbar > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.custom-scrollbar > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }
 
.custom-scrollbar > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.custom-scrollbar > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }
 
.custom-scrollbar > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.custom-scrollbar > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }
 
/* update scrollbar offset if both scrolls are visible */
 
.custom-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.custom-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }
 
.custom-scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.custom-scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }

.center {
  display: block;
  margin: 0 auto;
}

.home-logo {
  text-align: center;
  filter: invert(100%);
}

.levitate {
  animation-name: levitate;
  -webkit-animation-name: levitate;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: ease-in-out ease-in-out;
  -webkit-animation-timing-function: ease-in-out ease-in-out;
  margin-bottom: 1.5rem;
}

.home-card {
  padding: 1rem; 
  padding-top: 1rem; 
  margin: 1rem; 
  display: inline-block;
  border-radius: 4px;
  -webkit-box-shadow: 11px 10px 31px 13px rgba(0,0,0,0.5);
  -moz-box-shadow: 11px 10px 31px 13px rgba(0,0,0,0.5);
  box-shadow: 11px 10px 31px 13px rgba(0,0,0,0.5);
}

.home-card, .home-card * {
  color: gainsboro !important;
}

.home-card p, .home-card a, .home-card span {
  font-size: 1.1rem;
}

.home-card a {
  color: tomato !important;
}

#body-wrapper .container {
  padding: 2rem 0 2rem;
}

#footer * {
  font-size: .75rem;
}

.authored-text .text-title {
  margin-top: .5rem;
}

.authored-text .text {
  padding: 0 .5rem;
}

.author {
  text-align: center;
}

.author img {
  -webkit-box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.25);
  margin: .5rem;
}

.author h5, h6 {
  margin: .3rem;
}

.author h6 {
  text-transform: uppercase;
  font-size: .65rem;
}

.juror-container {
  text-align: center;
}

.juror {
  display: inline-block;
}

.juror a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: .3rem .5rem;
  -webkit-box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 10px 10px 1px rgba(0,0,0,0.25);
}

.juror img {
  display: block;
}

.juror p {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0, .7);
  color: white;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.zoom {
  transition: transform .3s;
}

.zoom:hover {
  transform: scale(1.1);
}

.category-list {
  text-align: center;
}

.category {
  margin: 0 5px 10px 5px;
}

.category-list a {
  text-decoration: none !important;
  color: #3b4351;
}

.category-list a:hover {
  color: #5fa1f2;
}

.active-category h2 {
  margin-top: 1rem;
}

.tab-item > label:hover {
  cursor: pointer;
}

.tab-content {
  display: none;
}

.tab-locator:nth-of-type(1):checked ~ .tab-block > .tab-item:nth-of-type(1) > label > a,
.tab-locator:nth-of-type(2):checked ~ .tab-block > .tab-item:nth-of-type(2) > label > a,
.tab-locator:nth-of-type(3):checked ~ .tab-block > .tab-item:nth-of-type(3) > label > a,
.tab-locator:nth-of-type(4):checked ~ .tab-block > .tab-item:nth-of-type(4) > label > a,
.tab-locator:nth-of-type(5):checked ~ .tab-block > .tab-item:nth-of-type(5) > label > a,
.tab-locator:nth-of-type(6):checked ~ .tab-block > .tab-item:nth-of-type(6) > label > a,
.tab-locator:nth-of-type(7):checked ~ .tab-block > .tab-item:nth-of-type(7) > label > a,
.tab-locator:nth-of-type(8):checked ~ .tab-block > .tab-item:nth-of-type(8) > label > a,
.tab-locator:nth-of-type(9):checked ~ .tab-block > .tab-item:nth-of-type(9) > label > a {
  border-bottom-color: #5764c6;
  color: #5764c6;
}

.tab-locator:nth-of-type(1):checked ~ .tabs > .tab-content:nth-of-type(1),
.tab-locator:nth-of-type(2):checked ~ .tabs > .tab-content:nth-of-type(2),
.tab-locator:nth-of-type(3):checked ~ .tabs > .tab-content:nth-of-type(3),
.tab-locator:nth-of-type(4):checked ~ .tabs > .tab-content:nth-of-type(4),
.tab-locator:nth-of-type(5):checked ~ .tabs > .tab-content:nth-of-type(5),
.tab-locator:nth-of-type(6):checked ~ .tabs > .tab-content:nth-of-type(6),
.tab-locator:nth-of-type(7):checked ~ .tabs > .tab-content:nth-of-type(7),
.tab-locator:nth-of-type(8):checked ~ .tabs > .tab-content:nth-of-type(8),
.tab-locator:nth-of-type(9):checked ~ .tabs > .tab-content:nth-of-type(9){
  display:block;
}

.sponsorship-partnership {
  text-align: center
}

.companies .square {
  width: 100px;
  height: 100px;
}

.companies .rect {
  width: 150px;
  height: 75px;
}

.sponsorship-partnership .company {
  display: inline-block;
  background-color: transparent;
  margin-right: 10px;
  margin-left: 10px;
}
.sponsorship-partnership h6 {
  font-weight: 100;
  font-size: 0.6rem;
  text-transform: uppercase;
}

@media (min-width: 1414px) {
  p, span, a {
    font-size: .9rem;
  }

  #body-wrapper .container {
    padding: 4rem 0 2rem;
  }

  .navbar {
    flex-direction: row-reverse;
  }

  #header {
    height: 6rem;
  }

  #header .logo {
    flex: 0 0 12rem;
  }

  #header .logo img, #header .logo svg {
    height: 80px;
    /*width: 150px;*/
  }
}

@keyframes levitate {
  from {
    -webkit-transform: translate(0, 0px);
  }
  45% {
    -webkit-transform: translate(0, 20px);
  }
  to {
    -webkit-transform: translate(0, -0px);
  }
}