﻿body {
    background-color: #ccc;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75 !important;
    margin: 0px;
    color: gray;
    text-align: justify;
}

/* headings */

.h1, h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    color: #ff6600;
    margin-bottom: 24px;
    line-height: 1.5;
}

.h2, h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 500 !important;
    text-align: center;
    margin-bottom: 34px;
    line-height: 1.5 !important;
    padding-top: 0px !important;
    color: #ff6600 !important;
}

.h3, h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 300 !important;
    text-align: center;
    color: #ff6600 !important;
    margin-bottom: 30px;
    line-height: 1.5 !important;
    padding-top: 0px !important;
}

.h5, h5 {
    font-size: 16px;
}

/* menu */

.menu-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #bbb !important;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 20px;
    margin-top: 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.menu-item:hover {
    color: #e6e6e6 !important;
}

.menu-item-active {
    color: #e6e6e6 !important;
}

.menu-icon {
    font-size: 24px;
    margin-bottom: 12px;
}

/* splash */

.splash {
    border-top: 2px solid #999;
    border-bottom: 2px solid #aaa;
}

.splash-img-home {
    height: 400px;
    object-fit: cover !important;
    filter: brightness(75%) grayscale(0%);
}

@media (max-width: 768px) {
    .splash-img-home {
        height: 240px;
    }
}

.splash-img-content {
    min-height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../../content/images/splash-industrial.jpg');
    /*filter: brightness(75%) grayscale(0%);*/
}

.splash-title {
    color: rgb(255,255,255);
    text-shadow: 2px 2px 6px #000;
    font-family: 'Raleway', sans-serif;
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .splash-title {
        font-size: 50px !important;
    }
}

.splash-description {
    font-size: 24px;
    margin-top: -10px;
    text-shadow: 2px 2px 6px #000;
}

@media (max-width: 768px) {
    .splash-description {
        display: none;
    }
}

/* section */

.section-light {
    background-color: #eee;
}

.section-dark {
    background-color: #e6e6e6;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* page */

.page-icon {
    text-align: center;
    margin-bottom: 26px;
    font-size: 60px;
    line-height: 0px;
    color: #ffa64d;
}

/* band */

.band {
    display: flex;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.06);
    width: 100%;
    padding-right: 8px;
    margin-bottom: 10px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.band:hover {
    background-color: rgba(0, 0, 0, 0.08);
}


.band-indicator {
    min-width: 5px;
    background-color: rgba(0, 0, 0, 0.1);
}

.band-icon {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 0px 10px;
    font-size: 30px;
    color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .band-icon {
        display: none;
    }
}

.band-text {
    display: flex;
    align-items: baseline;
    min-width: 0;
    margin-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.band-title {
    font-weight: 500;
    padding: 14px;
    flex-shrink: 0;
}

.band-description {
    font-size: 13px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.band-tags {
    display: flex;
    margin: 8px 0px 8px 8px;
}

.band-tag {
    background-color: rgba(0, 0, 0, 0.1);
    color: #eee;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.1px;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    padding: 0px 12px;
}

.band-buttons {
    display: flex;
    margin: 8px auto 8px 8px;
}

.band-button {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 8px 16px;
    font-size: 18px;
    color: #eee;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .band-buttons {
        display: none;
    }
}

/* exhibits */

.exhibit {
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.06);
    width: 100%;
    justify-content: space-between;
    padding: 8px;
    padding-right: 8px;
    margin-bottom: 10px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.exhibit:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.exhibit-score {
    flex-basis: 50px;
    background-color: #bbb;
    color: #eee;
    text-align: center;
    cursor: help;
    flex-shrink: 0;
}

.exhibit-title {
    margin-left: 14px;
    padding-right: 12px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exhibit-chart-icon {
    color: #aaa;
    margin-left: auto;
}

/* buttons */

.my-btn {
    color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 6px;
    padding: 16px 32px;
    margin: 0px 6px 0px 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.25s;
    display: inline-block;
}

.my-btn:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.btn-green {
    color: white;
    background-color: #aacd66;
    border: 1px solid #87ae58;
}

.btn-green:hover {
    background-color: #95c13e;
}

.btn-blue {
    color: #eee;
    background-color: #409cf2;
    border: 1px solid #2890f0;
}

.btn-blue:hover {
    background-color: #58a8f3;
}

/* icons */

.icon-link {
    padding: 18px;
}

@media (max-width: 800px) {
    .icons {
        display: none;
    }
}

/* tag */

.tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1140px;
    margin-top: 26px;
    margin-bottom: 100px;
}

.tag {
    background-color: #bbb;
    margin-right: 4px;
    margin-top: 16px;
    margin-bottom: -8px;
    margin-left: 4px;
    font-size: 13px;
    color: #777;
    padding-top: 5px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    border-radius: 12px;
    border: 1px solid #999;
}

/* highlight */

.highlight {
    background-color: #1e6add;
    padding: 50px 20px;
}

.highlight-content {
    max-width: 600px;
    margin: 0 auto;
}

.highlight-title {
    color: white !important;
    font-weight: 500 !important;
    text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    line-height: 1.5;
}

.highlight-description {
    color: white !important;
    margin-bottom: 34px;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
}

.highlight .buttons {
    text-align: center;
}

.highlight .buttons .btn {
    border: 1px solid white;
    border-radius: 6px;
    padding: 16px 32px;
    margin: 0px 6px;
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 1;
    text-align: center;
    transition: background-color 0.25s;
}

.highlight .buttons .btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* card */

.card {
    border: 0px;
    margin-bottom: 0px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
}

.card-icon-small {
    font-size: 37px;
    color: #1485ee;
    margin-top: 10px;
    margin-bottom: 20px;
}

.card-title {
    font-weight: 200 !important;
    font-size: 20px !important;
    color: #1485ee !important;
    line-height: 1.5;
}

.card-description {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.card-title-small {
    font-weight: 200 !important;
    font-size: 18px !important;
    color: #1485ee !important;
    line-height: 1.5;
}

.card-description-small {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.card-title-xs {
    font-weight: 200 !important;
    font-size: 14px !important;
    color: #1485ee !important;
    line-height: 1.5;
}

.card-description-xs {
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

/* features */

.features-boxed .item .box {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.features-boxed .item .icon {
    font-size: 60px;
    color: #1485ee;
    margin-top: 20px;
    margin-bottom: 35px;
}

.features-boxed .item .name {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 8px;
    margin-top: 0;
    color: #1485ee !important;
}

.features-boxed .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.features-boxed .item .description-small {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
}

/* footer */

.footer {
    background-color: #777;
    color: #bbb;
    padding: 20px 40px 20px 40px;
    font-size: 12px;
}

@media (max-width: 992px) {
    .footer-cols {
        text-align: center !important;
    }
}

.subfooter {
    background-color: #ccc;
    padding: 42px 40px 50px 40px;
}

/* social icons */

.social-icons {
    text-align: center;
}

.social-icons i {
    font-size: 32px;
    display: inline-block;
    color: #888;
    margin: 0 10px;
    width: 60px;
    height: 60px;
    border: 1px solid #999;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
}

/* other */

.ellipses {
    /* Element also needs defined width */

}

.text-white {
    color: white;
}

.text-blue {
    color: #1485ee !important;
}

.text-orange {
    color: #ff9933;
}

.text-green {
    color: #10b132;
}

.text-red {
    color: #ff704d;
}

.bg-triangles-blue {
    background-image: url('../../content/images/bg-blue-triangles.jpg');
    background-size: cover;
}

.bg-blue {
    background-color: #1e6add;
}

.bg-dark-blue {
    background-color: #255082;
}

.bg-orange {
    background-color: #ff9933;
}

.bg-red {
    background-color: #ff704d;
}

.bg-green {
    background-color: #10b132;
}

.bg-darker {
    background-color: rgba(0, 0, 0, 0.05);
}

.container-padding {
    margin-bottom: 24px !important;
}

.text-intro {
    margin-bottom: 40px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

/* bootstrap overrides */

/* carousel fix - https://github.com/twbs/bootstrap/issues/28296 */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: -1;
}

.my-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #888;
    text-align: center;
    padding: 26px;
    border-top: 2px solid #eee;
    background-color: #ff9933;
}

.my-footer .button {
    margin: 0px 5px 0px 5px;
    border: 2px solid #ff8c1a;
    border-radius: 8px;
    padding: 8px 16px 8px 16px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    color: #f57f2a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.my-footer .button:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.field-textbox {
    font-size: 15px;
}