/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


/* =================
    General Styling
   ================= */

body {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #000;
    -webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}

html {
    width: 100%;
    height: 100%;
}

.btn {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.btn-default {
    color: #42dca3;
    border: 1px solid #42dca3;
    background-color: transparent;
}

.btn-default:hover, .btn-default:focus {
    color: #000;
    border: 1px solid #42dca3;
    outline: 0;
    background-color: #42dca3;
}

.btn-circle {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0.25em 0;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100% !important;
    background: 0 0;
    font-size: 40px;
}

.btn-circle:hover, .btn-circle:focus {
    color: #fff;
    outline: 0;
    background: rgba(255, 255, 255, .1);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    margin-top: 25px;
    padding-top: 75px;
}

.content-section.picture-bg {
    margin-top: 75px;
    padding-top: 25px;
}

 ::-moz-selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
    text-shadow: none;
}

 ::selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
    text-shadow: none;
}

img::-moz-selection {
    background: 0 0;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.group:before, .group:after {
    display: table;
    content: "";
}

.group:after {
    clear: both;
}


/* ============
    Typography
   ============ */

body {
    font-family: 'Noto Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-family: 'Quicksand', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: white;
}

a:hover, a:focus {
    text-decoration: underline;
    color: white;
}

.sponsors a:hover {
    text-decoration: none !important;
}

.light {
    font-weight: 400;
}

.content-section p {
    text-align: justify;
}


/* ===========
    Navigation
   =========== */

.navbar-custom {
    width: 100vw;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background-color: #000;
    font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-custom .navbar-brand {
    -webkit-transition: none;
    transition: none;
    font-size: 18px;
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    color: #fff;
    font-size: 16px;
}

.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    color: rgba(255, 255, 255, .75);
    outline: 0;
    background-color: transparent;
}

.navbar-custom.top-nav-collapse .nav li a:hover{
    background: rgba(255, 255, 255, .15);
    color: white;
}

.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.navbar-nav li a {
    padding-right: .5em;
    padding-left: .5em;
}

.dropdown-menu {
    display: block;
    transition: all 300ms ease-in-out;
    transform: translateY(10px);
    pointer-events: none;
    opacity: 0;
    border-radius: 3px !important;
    min-width: 190px;
}

.dropdown.open .dropdown-menu {
    transform: none;
    pointer-events: all;
    opacity: 1;
}

.dropdown-menu:after {
    position: absolute;
    right: 20%;
    bottom: 100%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border: 10px solid transparent;
    border-bottom-color: white;
}

.dropdown li a:hover {
    color: black !important;
    font-weight: 800;
}

.open .navbar-nav {
    overflow: visible;
}


.navbar-custom.top-nav-collapse {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background: #000;
}

/* since 3.1.0 */
.navbar-collapse.collapse.in { 
    display: block!important;
}
.collapsing {
    overflow: hidden!important;
}
.navbar-custom {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    letter-spacing: 1px;
    border-bottom: 0;
    background: 0 0;
}

/* ==============
    Intro Section
   ============== */

.intro {
    position: relative;
    display: table;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    text-align: center;
    color: #fff;
    background: url("../img/galaxy-background.png") no-repeat bottom center scroll;
    background-attachment: fixed;
    -o-background-size: cover;
    background-size: cover;
}

.intro-logo {
    display: inline-block;
    width: 250px;
    margin: 0 0 2em 0;
}

.intro .intro-body {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    margin-bottom: 0;
    font-size: 18px;
}

.btn-circle .glyphicon-menu-down {
    margin-top: .15em;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-duration: 1s;
    transition-property: transform;
}

.btn-circle:hover .glyphicon-menu-down {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


/* ===============
    About Section
   =============== */

.contact-info-table, .contact-info-table tr, .contact-info-table td {
    text-align: center;
    border: none;
}

.contact-info-table, .contact-info-table td, .contact-info-table tr {
    border: none !important;
    font-size: 1em;
}

.contact-info-table td {
    padding: 0.5em 0;
}

.contact-info-table .icon-above td {
    padding-bottom: 0;
}

.contact-info-table {
    width: 100%;
    text-transform: uppercase;
    font-family: 'Noto Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
}

.contact-info-table .table-title {
    font-size: 1.5em;
    font-weight: normal;
}

.contact-info-table a {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.contact-info-table a:hover {
    color: rgba(255, 255, 255, 0.8);
}


/* ==================
    Timeline Section
   ================== */

.timeline {
    position: relative;
    margin-bottom: 0px;
    padding: 20px 0 20px;
    list-style: none;
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    content: " ";
    background-color: #eeeeee;
}

.timeline>li {
    position: relative;
    margin-bottom: 20px;
}

.timeline>li:before, .timeline>li:after {
    display: table;
    content: "";
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before, .timeline>li:after {
    display: table;
    content: " ";
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    position: relative;
    float: left;
    width: 46%;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline .timeline-panel p {
    text-align: center;
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 50%;
    right: -14px;
    display: inline-block;
    content: " ";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
}

.timeline-badge, .timeline-badge-after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    border-radius: 50%;
    background-color: #05ED2E;
    font-size: 1.4em;
    line-height: 50px;
}

.timeline-badge-after {
    background-color: #51036B;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-size: 1.75em;
}

.timeline-body>p, .timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}


/* Countdown */

.counter {
    position: relative;
    margin: 0 auto;
    text-align: center;
    border: 1px solid white;
    border-radius: 2px;
    background: black;
}

.counter h3 {
    margin-bottom: 30px;
    padding-top: 20px;
    letter-spacing: 1px;
    color: #E5E5E5;
    font-size: 14px;
    font-weight: lighter;
    font-style: normal;
    font-variant: normal;
}

.countdown-title {
    margin: 0;
    padding-top: 0.5em;
}

#countdown {
    margin-bottom: 1em;
    color: #FFFFFF;
}

#countdown span {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    color: #E5E5E5;
    font-size: 26px;
    font-weight: normal;
}


/* ==============
    Robot Section
   ============== */

.carousel {
    overflow: visible !important;
}

.robotimg {
    display: inline-block;
    max-width: 100% !important;
    height: 500px !important;
    margin: auto;
    box-shadow: 1px 1px 5px black;
}

.carousel-control {
    background: transparent !important;
}

.carousel-indicators {
    bottom: -3em;
}

.carousel-caption {
    top: 0;
}

#robots>.robots-section {
    position: relative;
    width: 100%;
    background: url(../img/blurredDesignLab.jpg) no-repeat center center scroll;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.robots-section {
    position: relative;
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg);
    background-color: #000;
    -o-background-size: cover;
    background-size: cover;
}

.robots-section>.container {
    z-index: 2;
}

.robot-name {
    padding-top: 1em;
}


/* ==============
    First Section
   ============== */

.img-first1, .img-first2 {
    display: inline-block;
    width: 35%;
    margin: 1em;
}

.img-first1 {
    float: left;
}

.img-first2 {
    float: right;
}

.first-rainbow {
    position: static;
    display: block;
    overflow-x: visible;
    overflow-y: hidden;
    margin-top: 40px;
}

.first-rainbow .first-link {
    position: relative;
    height: 40px;
    padding-right: 0;
}

.first-rainbow .register-sign {
    font-size: 0.25em;
}

.first-rainbow .first-link:first-child, .first-rainbow .first-link:last-child {
    padding-right: 15px;
}

.css-flljr {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.css-frc {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.first-rainbow .first-link a {
    display: inline-block;
    margin-left: 14px;
    vertical-align: middle;
    color: white;
    line-height: 40px;
}

.first-word {
    font-size: 0.9em;
}

.first-link.css-flljr {
    z-index: 4;
    background: rgb(6, 115, 60);
}

.first-link.css-fll {
    z-index: 3;
    background: rgb(233, 0, 19);
}

.first-link.css-ftc {
    z-index: 2;
    background: rgb(243, 105, 12);
}

.first-link.css-frc {
    z-index: 1;
    background: rgb(0, 136, 208);
}


/* Chevrons */

.first-rainbow .first-link:after {
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    width: 40px;
    height: 40px;
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 3px;
    background: inherit;
}

.first-rainbow .first-link:last-child:after {
    display: none;
}


/* ================
    Awards Section
   ================ */

.table thead th {
    text-align: center;
}

#awards>.awards-section {
    position: relative;
    width: 100%;
    background: url(../img/events/dcmp_2016.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

#awards>.awards-section p {
    text-align: center;
}

#awards a:hover {
    color: white;
}

.awards-title {
    margin-top: 1.5em;
}

#about {
    text-align: center;
}

#about .row {
    position: relative;
}


/* Banner Code (From https://github.com/ErikBoesen/banners.css) */

@font-face {
    font-family: 'Adam';
    src: url('../fonts/adam.otf') format('opentype');
    unicode-range: U+0000-00FF;
}


/* To be standard-compliant, this rule should be applied to *, but for compat it's restricted here. */

.banners, .banners *, .banner {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.banners {
    display: block;
    height: 280px;
    padding: 0;
}

.banner-parent {
    overflow: hidden;
    width: 100vw;
}

.banner-parent .banners {
    width: auto;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
}

.banners li, .banner {
    position: relative;
    display: inline-block;
    width: 160px;
    margin: 0 3px 100px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    color: white;
    background: #0f4bcb;
    font-family: 'Adam', sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

.banners img, .banner img {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.banners li:after, .banner:after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    content: '';
    border: 80px solid #0f4bcb;
    border-top-width: 5px;
    border-bottom: 40px transparent solid;
}

.banners li, .banners li:after, .banner, .banner:after {
    -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .1))
}


/* ================
    Sponsor Section
   ================ */

.sponsorimg {
    display: inline-block;
    height: auto;
    margin: auto;
    margin: 0.75em;
}

.sponsorimg.medium {
    width: 28%;
}

.sponsorimg.small {
    width: 15%;
}

.sponsorimg.large {
    width: 40%;
}

.sponsorimg.image {
    width: 25%;
}

#families {
    width: 60%
}

.sponsors {
    background-color: #000000;
}

.sponsor-class {
    margin: 35px 0;
}

.sponsor-section {
    margin-bottom: 75px;
}

.sponsor-section:last-child {
    margin-bottom: 0;
}

.sponsor-section .table td {
    width: 33%;
    border: none;
}

.sponsor-section h4 {
    text-transform: none;
    font-family: 'Noto Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
}


/* ====================
    Contribute Section
   ==================== */

.contribute-title {
    padding-top: 1em;
}

.contribution-description {
    padding-right: 1em;
    text-align: justify;
}

.contribution-description.last {
    padding-right: 0;
    padding-left: 1em;
}

.contribution-opportunity {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: white;
}

.contribution-opportunity:hover {
    color: rgba(255, 255, 255, 0.8);
}

.DCMP-team-photo {
    float: left;
}

.DOW-thumbnail {
    float: right;
}

.DCMP-team-photo, .DOW-thumbnail {
    width: 50%;
    margin: 0 0.75em 0.75em 0.75em;
    vertical-align: text-top;
    border-radius: 3px;
}


/* ========
    Footer
   ======== */

footer {
    padding: 25px 0;
}

footer p {
    margin: 0;
}

#sponsors~footer p {
    text-align: center;
}

.first-logo {
    width: 50px;
    margin-top: 10px;
}

.social-media-links img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social-media-links .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: black;
    font-size: 20px;
}

.social-media-links a.btn-circle {
    position: relative;
    width: 42px;
    height: 42px;
    margin: 10px 0.25em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    background: white;
}

.social-media-links .btn-circle:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.social-media-links .blue-alliance-logo {
    width: 30px;
    height: 30px;
}


/* ===============
    Media Queries
   =============== */

@media only screen and (max-width: 360px) {
    .navbar-brand .light:last-child {
        position: absolute;
        pointer-events: none;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@media only screen and (min-width: 450px) {
    .intro .intro-logo {
        width: 350px;
    }
}

@media only screen and (max-width: 450px) {
    .intro, #awards .awards-section, #robots .robots-section {
        background-attachment: scroll;
    }
    .social-media-links a.btn-circle {
        width: 36px;
        height: 36px;
        margin: 8px;
    }
    .social-media-links img {
        width: 18px;
        height: 18px;
    }
    .social-media-links .blue-alliance-logo {
        width: 26px;
        height: 26px;
    }
    .social-media-links .glyphicon {
        font-size: 10px;
    }
}

@media only screen and (max-width: 550px) {
    .carousel .robotimg {
        max-width: 80vw !important;
        height: 80vw !important;
    }
}

@media only screen and (min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
    .intro .intro-body .brand-heading {
        font-size: 100px;
    }
    .intro .intro-body .intro-text {
        font-size: 26px;
    }
    .intro .intro-logo {
        width: 400px;
    }
    
}

@media only screen and (max-width:767px) {
    #countdown span {
        font-size: 1.25em;
    }
    .timeline-title {
        font-size: 1.25em;
    }
    .contact-info-table {
        text-align: left;
    }
    .carousel .robotimg {
        height: 80vw;
    }
    .social-media-links .btn-circle {
        width: 35px;
        height: 35px;
        margin: 0 5px;
    }
    .social-media-links .btn-circle .glyphicon-envelope {
        font-size: 20px;
    }
    .sponsor-section a {
        display: block;
        margin-bottom: 20px;
    }
    .timeline-panel:after, .timeline-panel:before {
        display: none;
    }
    .navbar-custom .navbar-brand {
        height: auto;
        margin: 8px 0;
        padding: 9px 15px;
        border: 1px solid transparent;
    }
    .navbar-toggle {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .family-sponsor-table td {
        display: block;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .sponsorimg {
        width: 175px !important;
    }
    .sponsorimg.small {
        width: 125px !important;
    }
    .sponsorimg#families {
        width: 60% !important;
    }
    .banners {
        display: none;
    }
    #countdown span {
        display: block;
    }
    #nextevent {
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
    .dropdown-menu {
        display: none;
        transition: none;
        transform: none;
    }
    .dropdown-menu:after {
        display: none;
    }
    .dropdown-menu li a {
        color: #999;
    }
    .dropdown-menu li a:hover {
        color: white !important;
    }
    .timeline>li>.timeline-panel:after {
        display: none;
    }
}

/* Override of the !important style */
@media only screen and (max-width: 450px) {
    .sponsorimg#families {
        width: 90% !important;
    }
}

@media only screen and (min-width: 991px) {
    .contact-info-table, .contact-info-table tr, .contact-info-table td {
        text-align: right;
    }
    .contact-info-table .table-title {
        -webkit-transform: translateX(34px);
        -ms-transform: translateX(34px);
        transform: translateX(34px);
    }
    .contact-info-table .icon-above {
        display: inline-block;
        text-align: right;
    }
    .contact-info-table .icon-above td {
        position: relative;
        right: -100%;
        padding-bottom: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .contact-info-table .icon-above .home-icon {
        -webkit-transform: translateY(175%);
        -ms-transform: translateY(175%);
        transform: translateY(175%);
    }
}

@media only screen and (max-width: 992px) {
    .navbar-custom .navbar-brand {
        font-size: 14px;
    }
    .navbar-nav li a {
        margin-right: 15px;
        margin-left: 15px;
    }
    .first-rainbow .first-link {
        padding-right: 15px !important;
    }
    .first-rainbow .first-link a {
        margin-left: 0;
    }
    /* Chevrons */
    .first-rainbow .first-link:after {
        display: none;
    }
    .css-flljr {
        border-top-right-radius: 3px;
        border-bottom-left-radius: 0;
    }
    .css-frc {
        border-top-right-radius: 0;
        border-bottom-left-radius: 3px;
    }

    /* Used to prematurely collapse the navbar 
    * Reset code found on stackoverflow here:
    * https://stackoverflow.com/questions/18192082/bootstrap-3-navbar-collapse
    */

    /* For veritcally centering the button */    
    .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar {
        background-color: black!important;
    }

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        float:none!important;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0 -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-nav .dropdown,
    .navbar-nav .dropdown-toggle {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .timeline-badge, .timeline-badge-after {
        width: 30px;
        height: 30px;
        margin-left: -15px;
        font-size: 1em;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .timeline-badge, .timeline-badge-after {
        font-size: 1em;
        line-height: 30px;
        width: 30px;
        height: 30px;
        margin-left: -15px;
    }
}
