a.enabled {
    color: black;
    cursor: default;
    font-weight: bold;
}

a.enabled:hover {
    text-decoration: none;
}

.panel-body pre {
    margin: 0;
    background-color: white;
    padding: 0;
    border: none;
}

/* fake page header */
h1:first-of-type {
    border-bottom: 1px solid #eee;
    margin: 40px 0 20px;
    padding-bottom: 19px;
}

/* duplicate icon size in navbar for sm and xs devices */
@media (min-width: 768px) and (max-width: 991px) {
    .iconx2 {
        font-size: 18px;
    }

    .navbar-nav > li > a {
        padding-bottom: 11px;
    }
}

/* TwentyTwenty */
.twentytwenty-wrapper {
    margin-top: 1em;
}

.twentytwenty-before-label:before {
    content: "Baseline Image" !important;
}

.twentytwenty-after-label:before {
    content: "Failed Image" !important;
}

/* Bootstrap */
h5 {
    font-weight: bold;
}

/* branding */
.navbar-brand {
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand .icon-obspy {
    font-size: 2em;
    vertical-align: middle;
}

/* missing badge colors */

.badge-danger {
    background-color: #b94a48;
}

.badge-danger:hover {
    background-color: #953b39;
}

.badge-warning {
    background-color: #f89406;
}

.badge-warning:hover {
    background-color: #c67605;
}

/* missing navbar submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu .pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#content {
    padding-top: 20px;
    padding-bottom: 180px; /* Height of the footer element */
}

footer {
    width: 100%;
    min-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    padding-top: 12px;
}

.table {
    font-size: 12px !important;
}

ul.filter {
    list-style-type: none;
    padding-left: 15px;
}

dl {
    margin-bottom: 0.5em;
}

/*============================================================================================*/
/*============================================================================================*/
/*EVERYTHING BELOW HERE IS FOR THE HOMEPAGE*/
/*============================================================================================*/
/*============================================================================================*/

/* HEADER */
#obspy_logo {
    width: 100%;
}

.center-block {
    float: none !important
}

#header {
    margin-top: 10px;
    margin-bottom: 10px;
}

#version {
    margin-top: 10px;
}

/*SHORT NEWS*/

#short-news .panel-heading {
    padding: 2px;
    padding-right: 20px;
    border-radius: 0px;
    text-align: right;
    text-transform: uppercase;
}

#short-news .panel-body {
    padding: 4px;
}

#short-news ul {
    padding-left: 0px;
    list-style-type: none;
}

#short-news-twitter .panel-body {
    padding: 0px;
}

/* CODE BOX IN CAROUSEL */
pre {
    padding: 0px;
    box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.5);
    border: none;
}

pre > code {
    text-align: left;
}

/* CUSTOMIZE THE CAROUSEL */

.carousel {
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 420;
}

/* Color of the line under the heading */
.carousel hr {
    border-color: #c8baa2;
}

.carousel-item > div > h3 {
    text-align: center;
}

.carousel-item {
    margin-left: 12%;
    margin-right: 12%;
    padding-top: 20px;
}

.carousel .item {
    padding-bottom: 40px;
    min-height: 420px;
}

.carousel-indicators > li {
    border-color: #777;
}

.carousel-control {
    border-radius: 0px;
    color: black;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgb(255, 255, 255) 0, rgba(0, 0, 0, .0001) 100%);
}

.carousel-control.right {
    background-image: linear-gradient(to left, rgb(255, 255, 255) 0, rgba(0, 0, 0, .0001) 100%);
}

.gallery-carousel-item div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 25%
}

.gallery-carousel-item a {
    display: block;
    margin: 0 auto;
    width: 250px;
}

/* EVERYTHING REGARDING THE GETTING STARTED SECTION */

#getting-started {
    padding: 4em 0 2.5em 0;
    font-weight: 300;
    font-size: large;
}

#getting-started-header {
    font-size: x-large;
    padding-top: 50px;
}

.panel {
    background-color: rgba(255, 255, 255, 0.9);
    border-width: 0px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.panel-success > .panel-heading {
    background-image: linear-gradient(to bottom, #f0e2d8 0, #e9d9c6 100%);
    color: #757575;
    border-width: 0px;
}

.panel .media-middle {
    padding: 5px;
}

.panel .media-body {
    padding-left: 20px;
    padding-right: 20px;
}

.panel img {
    border-radius: 9999px;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.3);
    padding: 1px;
    width: 128px;
    height: 128px;
}

/* STYLING FOR THE NEWS SECTION */

#news {
    padding: 20px;
}

#news-header {
    font-size: x-large;
    text-align: right;
    padding-bottom: 40px;
    padding-top: 40px;
}

.gitter-chat-embed {
    top: 50px;
}

/* GITHUB FEED */
#github-feed {
    max-height: 600px;
    overflow: auto;
}

.gha-feed {
    background: rgba(255, 255, 255, 0.2);
}

.gha-header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}

.gha-user-icon, .gha-gravatar, .gha-push-small, .gha-footer, .gha-push, .gha-user-info p {
    display: none;
}

.gha-github-icon {
    padding: 0px;
}

.gha-time {
    color: black;
}

.gha-activity-icon .octicon {
    color: #495961;
}

/* Limit the width of the main block for very wide screens. */
#home-major-content {
    max-width: 1000px;
}

#logo_header {
    position: relative;
    padding: 0;
    /*Account for padding by the fluid container.*/
    margin-top: -20px;
    height: calc(100vh - 50px);
}

#logo_header_inner {
    padding: 3em 0 3em 0;
    margin: 0px;
    /* Center vertically! */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

@keyframes scroll-down-image {
    from {
        transform: translate(0, 0px);
    }
    60% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, -0px);
    }
}

#learn_more_button {
    /*border: 1px white solid;*/
    /*color: white;*/
    /*font-size: x-large;*/
    /*font-weight: 300;*/
    /*padding: 10px 70px 10px 70px;*/
    /*margin-top: 100px;*/
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;

    animation-name: scroll-down-image;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0.6;

    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4Ni4yIDg2LjIiPjxzdHlsZT4uc3R5bGUwe2ZpbGwtcnVsZToJZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNGOUYyRTc7fTwvc3R5bGU+PHBhdGggZD0iTTQzLjEgMEMxOS4zIDAgMCAxOS4zIDAgNDMuMWMwIDIzLjggMTkuMyA0My4xIDQzLjEgNDMuMSBjMjMuOCAwIDQzLjEtMTkuMyA0My4xLTQzLjFDODYuMiAxOS4zIDY2LjkgMCA0My4xIDB6IE00My4xIDc4LjFjLTE5LjMgMC0zNS0xNS43LTM1LTM1YzAtMTkuMyAxNS43LTM1IDM1LTM1YzE5LjMgMCAzNSAxNS43IDM1IDM1IEM3OC4xIDYyLjQgNjIuNCA3OC4xIDQzLjEgNzguMXoiIGNsYXNzPSJzdHlsZTAiLz48cGF0aCBkPSJNNTcuOSAzMi4zYy0xLjIgMC0yLjIgMC41LTMgMS4zbDAgMEw0My4xIDQ2LjVMMzEuMyAzMy42bDAgMCBjLTAuNy0wLjgtMS44LTEuMy0zLTEuM2MtMi4yIDAtNCAxLjgtNCA0YzAgMS4xIDAuNCAyIDEuMSAyLjdoMGwxNC44IDE2LjJjMC44IDAuOCAxLjkgMS4zIDMgMS4zYzEuMSAwIDIuMi0wLjUgMy0xLjNsMTQuOC0xNi4yaDAgYzAuNy0wLjcgMS4xLTEuNyAxLjEtMi43QzYxLjkgMzQuMSA2MC4xIDMyLjMgNTcuOSAzMi4zTDU3LjkgMzIuM3oiIGNsYXNzPSJzdHlsZTAiLz48L3N2Zz4=) no-repeat;
}

#learn_more_button:hover {
    opacity: 1.0;
}

.white_with_shadow {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.3);
}

#description {
    padding: 4em 0 2.5em 0;
    font-weight: 300;
    font-size: x-large;
}

#carousel_container {
    padding: 0;
}

#news {
}

#twitter-feed {

}

#github-feed {
}

#social_bar {
    padding: 1.5em 0 1.5em 0;
}

#button_bar {
    padding-bottom: 5em;
    padding-top: 5em;
}

#button_bar_container {
    display: flex;
    justify-content: space-between;
}

/* just some presentational styles: */

#button_bar_container > a {
    color: white;
    transition: transform .1s ease-in-out;
}

#button_bar_container > a:hover {
    color: white;
    text-decoration: none;
    transform: translateZ(25px) rotate(6deg) scale(1.05);
    z-index: 1000000;
}


#button_bar_container i {
    font-size: 90px;
}

#button_bar_container > a > div:first-child {
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
    font-size: xx-large;
    width: 150px;
    height: 150px;
    border: 1px white solid;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#button_bar_container > a > div:nth-child(2) {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    font-weight: 700;
}
