html,
body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, sans-serif;
}

/* Darker background on mouse-over */
.btn:hover {
    background-color: #2460B0;
    text-decoration: none;
}



body {
    background: #ffffff;
}

section#timeline {
    width: 80%;
    margin: 20px auto;
    position: relative;
}

section#timeline:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 100%;
    background: #6FA3E8;
}

section#timeline article {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
}

section#timeline article:after {
    content: '';
    display: block;
    clear: both;
}


section#timeline article div.inner div.box {
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 3px);
    background: #f0f0f0;
    border-radius: 0 0 6px 6px;

}

section#timeline article div.inner div.box div.bckgd {
    background: #ffffff;
}

section#timeline article div.inner div.date {
    display: inline-block;
    width: 80px;
    height: 80px;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -40px;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    background: #F8F9FA;
    color: #6FA3E8;
    border: 2px solid #6FA3E8;
    box-shadow: 0 0 0 7px #ffffff;
}

section#timeline article div.inner div.date span {
    display: block;
    text-align: center;
}

section#timeline article div.inner div.date span.day {
    font-size: 10px;
}

section#timeline article div.inner div.date span.month {
    font-size: 10px;
}

section#timeline article div.inner div.date span.year {
    word-break: break-word;
    font-size: 18px;
}

section#timeline article div.inner h2 {
    padding: 25px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    border-radius: 6px 6px 0 0;
    position: relative;
}

section#timeline article div.inner h3 {
    padding: 5px;
    margin: 0;
    color: #616970;
    font-size: 15px;
    letter-spacing: -1px;
    position: relative;
}

section#timeline article div.inner h2:after {
    content: '';
    position: absolute;
    top: 30px;
    right: -5px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
}

section#timeline article div.inner p {
    padding: 15px;
    margin: 0;
    font-size: 14px;
    background: #fff;
    color: #656565;

}

section#timeline article div.inner ul li {
    margin: 0;
    font-size: 14px;
    background: #fff;
    color: #656565;

}

@media (min-width: 1200px) {
    section#timeline article:nth-child(2n+2) div.inner {
        float: right;
    }

    section#timeline article:nth-child(2n+2) div.inner h2:after {
        left: -5px;
    }

    section#timeline article div.inner {
        width: 40%;
        float: left;
        margin: 0 0 0 0;
        border-radius: 6px;
    }

}

@media (max-width: 1200px) {
    section#timeline article {
        width: 100%;
        margin: 0 0 0 0;
        position: relative;
        padding-bottom: 20px;
    }

    section#timeline article div.inner {
        width: 75%;
        float: left;
        margin: 0 0 0 0;
        border-radius: 6px;
    }

    section#timeline article div.inner div.date {
        left: 93%;
    }

    section#timeline:before {
        left: 93%;
    }
}



section#timeline article:nth-child(n) div.inner h2 {
    background: #2D79DD;
}

section#timeline article:nth-child(n) div.inner h2:after {
    background: #2D79DD;
}

/*
  section#timeline article:nth-child(2) div.inner h2 {
    background: #2ecc71;
  }
  section#timeline article:nth-child(2) div.inner h2:after {
    background: #2ecc71;
  }
  section#timeline article:nth-child(3) div.inner h2 {
    background: #e67e22;
  }
  section#timeline article:nth-child(3) div.inner h2:after {
    background: #e67e22;
  }
  section#timeline article:nth-child(4) div.inner h2 {
    background: #1abc9c;
  }
  section#timeline article:nth-child(4) div.inner h2:after {
    background: #1abc9c;
  }
  section#timeline article:nth-child(5) div.inner h2 {
    background: #9b59b6;
  }
  section#timeline article:nth-child(5) div.inner h2:after {
    background: #9b59b6;
  }*/

.youtube-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.youtube-video-container::after {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.video-container::after {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo-container {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #ffffff;
}

.logo-container img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.image-container {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #ffffff;
}


.image-container img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-caption {
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.carousel {
    width: 100%;
}

@media (min-width: 1200px) {
    .carousel {
        width: 75%;
    }
}