
    .navbar-inverse .navbar-nav>.active>a,
    .navbar-inverse .navbar-nav>.active>a:focus,
    .navbar-inverse .navbar-nav>.active>a:hover{
      background-color: black;
    }

    .navbar-inverse .navbar-nav > .active > a > span,
    .navbar-inverse .navbar-nav > .active > a:hover > span,
    .navbar-inverse .navbar-nav > .active > a:focus > span {
      -webkit-animation: 1s blink step-end infinite;
      -moz-animation: 1s blink step-end infinite;
      -ms-animation: 1s blink step-end infinite;
      -o-animation: 1s blink step-end infinite;
      animation: 1s blink step-end infinite;
    }
      .blinking-cursor {
      font-weight: 100;
      font-size: 30px;
      color: #2E3D47;

    }
    .blinkers{
      color: black;
    }
    @keyframes "blink" {
      from, to {
        color: transparent;
      }
      50% {
        color: white;
      }
    }
    .navbar{
      background-color: black;
    }

    @-moz-keyframes blink {
      from, to {
        color: transparent;
      }
      50% {
        color: white;
      }
    }

    @-webkit-keyframes "blink" {
      from, to {
        color: transparent;
      }
      50% {
        color: white;
      }
    }

    @-ms-keyframes "blink" {
      from, to {
        color: transparent;
      }
      50% {
        color: white;
      }
    }

    @-o-keyframes "blink" {
      from, to {
        color: transparent;
      }
      50% {
        color: white;
      }
    }

    /* RESPONSIVE ALIGN */

    .text-xs-left { text-align: left; }
    .text-xs-right { text-align: right; }
    .text-xs-center { text-align: center; }
    .text-xs-justify { text-align: justify; }

    @media (min-width: 768px) {
        .text-sm-left { text-align: left; }
        .text-sm-right { text-align: right; }
        .text-sm-center { text-align: center; }
        .text-sm-justify { text-align: justify; }
    }

    .col-md-half {
       @extend .col-md-1;
       width: 4.166666667%;
    }

    .col-xs-half {
       @extend .col-xs-1;
       width: 4.166666667%;
    }


    .affix {
        top:0;
        width: 100%;
        z-index: 9999 !important;
    }
    *{
      font-family: "Courier New", Courier, monospace;
      color: #438db9;
      font-weight: 500;
    }
    .main-heading{
      font-size: 75px;
    }

    .navbar .navbar-nav {
      display: inline-block;
      float: none;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar {
      margin-bottom: 0px;
    }

    .affix ~ .container-fluid {
       position: relative;
       top: 50px;
    }

    .root {
      background-color:black;color:#fff;height:100px;
    }

    .counter{
      font-size: 75px;
      color: #d10606;
    }

    .counter-label{
      font-size: 30px;
      color: #d10606;
    }

    @media (max-width: 768px) {
      .btn {
        width: 100%;
      }
    }

    @media (min-width: 768px) {
      .btn {
        width: 200px;
      }
    }

    .list_bullets{
      color: red;
      float: left;
    }

    .lists{
      margin-left: 40px;
    }

    .list_bullets_req{
      color: red;
      float: left;
      margin-left: 10px;
    }

    .lists_req{
      margin-left: 50px;
      padding-right: 10px;
    }

    #section1 {padding-top:50px;height:500px;color: #fff; background-color: #1e1f23;}
    #cfp {padding-top:60px;min-height:100vh;color: #fff; background-color: #1e1f23;}
    #event {padding-top:60px;min-height:100vh;color: #fff; background-color: #1e1f23;}
    #challenge {padding-top:60px;min-height:100vh;color: #fff; background-color: #1e1f23;}
    #directions {padding-top:60px;min-height:100vh;color: #fff; background-color: #1e1f23;}
    schedule {padding-top:60px;min-height:100vh;color: #fff; background-color: #1e1f23;}
    #code {padding-top:60px;min-height:95vh;color: #fff; background-color: #1e1f23;}
    #end {padding-top:60px;min-height:5vh;color: #fff; background-color: #000000;}



/*

html, body {
    background-color: #222C32;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}*/

.cd-container {
  /*width: 90%;*/
  max-width: 1080px;
  margin: 0 auto;
  /*background: #2B343A;*/
  padding: 0 10%;
  border-radius: 2px;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */


#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  /*background: #00FF00;*/
  background: rgb(51, 60, 66);
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 1em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /*box-shadow: 0 0 0 4px #7E57C2, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);*/
}
.cd-timeline-img {
  background: rgb(51, 60, 66);
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: 16px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}



.timeline-content-info-title, .timeline-content-info-date
{
  /*color: red;
*/
}

.cd-timeline-content {
  cursor: pointer;
  cursor: hand;
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: #333C42;
  border-radius: 2px;
  padding: 1em;
  .timeline-content-info {
    background: #2B343A;
    padding: 5px 10px;
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    box-shadow:  inset 0 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    i {
      margin-right: 5px;
    }
    .timeline-content-info-title, .timeline-content-info-date {
      width: calc(50% - 2px);
      display: inline-block;
    }
    @media (max-width: 500px) {
      .timeline-content-info-title, .timeline-content-info-date {
        display: block;
        width:100%;
      }
    }
  }
  .content-skills {
    font-size: 12px;
    padding:0;
    margin-bottom: 0;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    li {
      background: #40474D;
      border-radius: 2px;
      display: inline-block;
      padding: 2px 10px;
      color: rgba(255,255,255,0.7);
      margin: 3px 2px;
      text-align: center;
      flex-grow: 1;
    }
  }
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h3 {
  font-size: 18px;
  color: rgba(255,255,255,.9);
  margin-top:0;
  margin-bottom: 5px;
}
.cd-timeline-content p, .cd-timeline-content .cd-date {
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  /*top: 16px;*/
  right: 100%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-right: 10px solid #333C42;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    color: white;
    margin-left: 0;
    /*padding: 1.6em;*/
    width: 47%;
    margin: 0
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #333C42;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #333C42;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
}



.featherlight-content{
  width: 80%;
}

.image{
  display: block;
  width: 95%;
  margin: auto;
}

@media only screen and (min-width: 800px) {
  .image{
    max-width: 400px;
    max-height: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .featherlight-content{
    width: 50%;
  }
  .image{
    max-width: 400px;
    max-height: 400px;
  }
}



.lighty{
  display:none;
}

.featherlight-inner{
  visibility: visible;
}




.abstract
{
    text-align: justify;
    text-justify: inter-word;
    margin: 5px;
}
.info{
  margin: 5px;
}

.image-container{
  width: 100%;
}


.wallopbuttons
{
  background-color: #438db9;
  color: white;
  border: none;
}


pre {
  background-color: #282828;
  color: #438db9;
white-space: pre-line;
word-break: keep-all;

}
