﻿
.jumbotron {
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 60px;
    margin-right: 60px;
    /*font-size: 18px;
    font-weight: 200;
    line-height: 2.1428571435;*/
    color: inherit;
    background-color: #ffffff;
    border: 1px solid #BFBFBF;
}

    .jumbotron h1 {
        line-height: 1;
        color: inherit;
    }

    /*.jumbotron p {
  line-height: 1.4;
}*/

    .jumbotron .panel .panel-body a {
        color: #404040;
        text-decoration: none;
    }

        .jumbotron .panel .panel-body a:hover,
        .jumbotron .panel .panel-body a:focus {
            color: #51a328;
            text-decoration: none;
            /*text-shadow: 2px 2px 3px #ddd;*/
        }



.container .jumbotron {
    border-radius: 10px;
    -webkit-box-shadow: 5px 10px 8px rgba(136, 136, 136, 0.1);
    box-shadow: 5px 10px 8px #888888;
}

@media screen and (max-width: 768px) {
    .jumbotron {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 12px;
    }

    .container .jumbotron {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container {
        max-width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .jumbotron h1 {
        font-size: 20px;
    }

    .jumbotron h2 {
        font-size: 18px;
    }

    .jumbotron h4 {
        font-size: 14px;
    }

    .jumbotron img {
        object-fit: contain;
    }

        .jumbotron img.lrgimg {
            min-width: 100px;
        }

        .jumbotron img.medimg {
            min-width: 100%;
            min-height: 100%;
        }

    .jumbotron.mobilehide {
        display: none;
    }

    .jumbotron a.btn.btn-success.btn-lg.btn-block {
        font-size: 14px;
    }

    .jumbotron a.btn.btn-info.btn-lg.btn-block {
        font-size: 14px;
    }
}
