h2 {
font-weight: 450;
font-style: normal;
font-size: 30px;
color: rgba(0, 159, 227, 1)
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Lato, Helvetica;
}
.top-content {
  background-image: url('../images/pics/proc/BoP.jpg'), linear-gradient(to bottom, rgba(11, 12, 12, 0.9) 0%, rgba(11, 12, 12, 0.9) 55%);
}

.part-mythical {
  background-image: url('../images/pics/proc/mythical.jpg');
}
.part-registration {
  background-image: url('../images/pics/proc/registration.jpg');
}
.part-hosting {
  background-image: url('../images/pics/proc/hosting.jpg');
}
.part-volunteer {
  background-image: url('../images/pics/proc/volunteer.jpg');
}
.part-sponsorship {
  background-image: url('../images/pics/proc/sponsorship.jpg');
}
.part-end {
  background-image: url('../images/pics/proc/EoP.jpg');
}

.center{
text-align: center; 
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

object {
  width: 100%;
  /* for responsiveness */
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0px auto;
}

.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg .tg-baqh {
  text-align: center;
  vertical-align: top
}

.tg .tg-amwm {
  font-weight: bold;
  text-align: center;
  vertical-align: top
}

.top-content,
.part {
  background-repeat: no-repeat;
  background-position:  center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: 100% ;
  width:100%;
  height: 100%;
  display: flex;
}
.low {
  text-transform: lowercase;
}
.top-content {
  align-items: center;
  align-content: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.part {
  align-items: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.header {
  margin: -40px;
  float: left;
  clear:none;

}
.header-img {
  display: block;
  text-align: right;
  padding: 20px;
  text-align: center;
  width: 100%;
}
h1 {
  font-variant: small-caps;
}

h2 {

}

h3 {}

h4 {

}

p {
  margin: 15px;
}
ul {
  margin: 15px;
}

.top-content .label {
  color:rgba(233, 78, 27, 1);
  background: rgba(11, 12, 12, 0.9);
}

.part-mythical .label {
  color:rgba(233, 78, 27, 1);
  background: rgba(11, 12, 12, 0.9);
}

.part-registration .label {
  color:rgba(233, 78, 27, 1);
  background: rgba(11, 12, 12, 0.9);
}

.part-hosting .label {
  color:rgba(233, 78, 27, 1);
  background: rgba(11, 12, 12, 0.9);
}

.part-sponsorship .label {
  color:rgba(233, 78, 27, 1);
  background: rgba(11, 12, 12, 0.9);
}

.part-volunteer .label {
  color:rgba(233, 78, 27, 1);
  background: rgba(11, 12, 12, 0.9);
}

.part-end .label {
  color:rgba(0, 0, 0, 1);
  background: rgba(11, 12, 12, 0.9);
}
.top-content .label{
  margin-top:40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.part .label{
  margin-top:50px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.label{
  width: 100%;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}
.label h1 {
  letter-spacing: 10px;
  font-size: 240%;
  font-weight: 100;
}
.label h2 {
  margin-top: 20px;
  font-size: 180%;
  font-weight: 300;
  color:rgba(0, 159, 227, 1);
}
.label h3 {
  margin-top: 20px;
  font-size: 150%;
  font-weight: 300;
  color:rgba(0, 159, 227, 1);
}

.part .label h2 {
  letter-spacing: 3px;
  font-size: 220%;
  font-weight: 300;
}
.part .label ul {
  margin: 0px;
  padding: 0px;
}
.part .label li {
  margin-top: 20px;
  list-style: none;
  font-size: 150%;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  font-weight: 300;
}
.header ul {
  margin-left: 0px;
  padding-left: 0px;
}
.header ul li {
  float: left;
  list-style: none;
  font-size: 140%;
  padding: 40px 20px 20px 20px;
  font-variant: small-caps;
  max-height: 80px;
}
.header ul li a {
  color:rgba(0, 159, 227, 1);
  text-decoration: none;
  font-weight: 300;
  font-variant: small-caps;
  font-weight: bold;
}

.header ul li a:hover {
  color:rgba(233, 78, 27, 1);
}

.content {
  padding:40px;
  margin-top: -40px;
  margin-bottom: -40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40px, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: center;
  align-content: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  overflow: auto;
  width: 100%;
  min-height: 100%;
}
.content .page {
  width: 100%;
  font-weight: 300;
  padding: 60px 0px 60px 0px;
}
.content h1 {
  font-size: 160%;
  font-weight: 200;
  margin: 30px 0px 30px 0px;
  font-weight: 300;
  font-size: 260%;
  text-align: center;
  text-transform: uppercase;
  color:rgba(0, 159, 227, 1);
}
h4 {
  color: rgba(233, 78, 27, 1);
  font-weight: 300;
  text-transform: uppercase;
}
.content .row{
  margin-top:40px;
}
.content .time{
  font-weight: bold;
  margin-right: 10px;
}
 .social a i {
  font-size: 40px;
  color: #ffff;
  margin: 0 5px;
  text-decoration: none;
}
 .social
{
  margin-top: 40px;
  text-align: center;
}
.medal-img{
  width:64px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.stayTuned{
  color:rgba(233, 78, 27, 1);
}
@media only screen and (max-width: 500px) {
  .header-img img {
    width: 250px;

  }
  .part .label h2,
  .top-content h1 {
    letter-spacing: 2px;
    font-size: 120%;
  }
  .top-content  .label h1 {
    font-weight: 200;
  }
  .part .label li {
    font-size: 90%;
  }
  .header {
    margin: -20px;
  }
  .header ul li {
    font-size: 80%;
    padding: 40px 10px 10px 10px;
  }

  .top-content {
    background-image: url('../images/pics/proc/BoP_mob.jpg'), linear-gradient(to bottom, rgba(11, 12, 12, 0.9) 0%, rgba(11, 12, 12, 0.9) 55%);
  }
  .part-mythical {
    background-image: url('../images/pics/proc/mythical_mob.jpg');
  }
  .part-registration {
    background-image: url('../images/pics/proc/registration_mob.jpg');
  }
  .part-hosting {
    background-image: url('../images/pics/proc/hosting_mob.jpg');
  }
  .part-volunteer {
    background-image: url('../images/pics/proc/volunteer_mob.jpg');
  }
  .part-sponsorship {
    background-image: url('../images/pics/proc/sponsorship_mob.jpg');
  }
  .part-end {
    background-image: url('../images/pics/proc/EoP_mob.jpg');
  }
  .top-content{
    background-position:  center top;
    background-attachment: scroll;
  }
  .part-mythical,
  .part-registration,
  .part-hosting,
  .part-volunteer,
  .part-sponsorship,
  .part-end {
    background-position:  center 0px;
    background-attachment: scroll;
  }
  .top-content {
    align-items: center;
    align-content: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }
  .part-mythical,
  .part-registration,
  .part-hosting,
  .part-volunteer,
  .part-sponsorship,
  .part-end {
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: flex-end;
  }

  .content {
    padding: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    background: none;
  }
  .content .page {
    padding: 30px 0px 30px 0px;
  }
  .content h4 {
    font-size: 110%;
  }
  .part .label h3 {
    margin-top: 10px;
    font-size: 110%;
    font-weight: 200;
  }
  .part .label {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

li.live a {
  color: #ff0000 !important;
}

#partnership-info .col-md-3,
#partnership-info .col-md-4,
#partnership-info .col-md-6 {
  text-align: center;
  vertical-align: middle;
}


/* * {
  box-sizing: border-box;
}

html,body {
  width: 100%;
  height: 100%;
  margin: 0;
}

.timeline {
  width: 100%;
  height: 200px;
  padding: 35px;
  position: relative;
  box-sizing: border-box;
  overflow: auto;
  display: flex;
}

.timieline-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: sans-serif;
}

.timeline-content {
  max-width: 300px;
  height: 50px;
  padding: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: flex-start;
  border: 1px solid #b8b8b9;
  background: #FFF;
  position: relative;
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.timeline-content:before {
  position: absolute;
  width: calc(100% + 14px);
  height: 4px;
  top: calc(100% + 8px);
  background: #FFF;
  content: "";
  left: -7px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.timeline-content:after {
  position: absolute;
  width: 4px;
  height: 25px;
  top: 100%;
  left: calc(50% - 10px);
  background: #FFF;
  content: "";
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.timeline-period {
  position: absolute;
  top: calc(100% + 25px);
  background: #FFF;
  padding: 10px;
  width: 100px;
  text-align: center;
  border-radius: 10px;
  left: calc(50% - 60px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.timeline-period:before {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -20px;
  left: calc(50% - 6px);
  z-index: 2;
}

.timeline-content:nth-child(even) {
  align-self: flex-end;
}

.timeline-content:nth-child(even):before {
  top: -15px;
}

.timeline-content:nth-child(even):after {
  top: -25px;
}

.timeline-content:nth-child(even) .timeline-period {
  top: -60px;
}

.timeline-content:nth-child(even) .timeline-period:before {
  top: calc(100% + 2px);
}

.credit a {
  text-decoration: none;
  color: #fff;
  font-weight: 800;
}

.credit {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 10px;
  color: #fff;
  text-align: center;
} */

#timeline {
  display: flex;
  background-color: #ffffff;

  &:hover {
    .tl-item {
      width: 23.3333%;
    }
  }
}

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 100vh;
  min-height: 600px;
  color: #000000;
  overflow: hidden;
  transition: width 0.5s ease;

  &:before,
  &:after {
    transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  &:after {
    background: transparentize(#ffffff, 0.15);
    opacity: 1;
    transition: opacity 0.5s ease;
  }

  &:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0rgb(255, 255, 255) 0, 1) 75%);
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  &:hover {
    width: 30% !important;

    &:after {
      opacity: 0;
    }

    &:before {
      opacity: 1;
      transform: translate3d(0, 0, 0) translateY(0);
      transition: opacity 1s ease, transform 1s ease 0.25s;
    }

    .tl-content {
      opacity: 1;
      transform: translateY(0);
      transition: all 0.75s ease 0.5s;
    }

    .tl-bg {
      filter: grayscale(0);
    }
  }
}

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 55%;
  opacity: 0;

  h1 {
    font-family: 'Pathway Gothic One', Helvetica Neue, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #1779cf;
    font-size: 1.44rem;
    font-weight: normal;
  }
}

.tl-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;

  p {
    font-family: 'Pathway Gothic One', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.728rem;
    line-height: 0;
  }
}

.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}