﻿body {
    background: #145f0e !important; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #145f0e, #efefb9) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #145f0e, #efefb9) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#mc1 {
    background-color: white;
}

.pr {
    margin-right: 10px !important;
    padding-right: 5px !important;
}

.mm {
    margin: 0px;
}

.jumbotron {
    height: 200px;
    margin-top: 0px;
    padding-top: 5px;
    margin-bottom: 0px;
    
}
.rowg {
    background-color: #0f5f06;
    margin-left:5px;
    margin-right:5px;
}
.box1 {
    margin-left: 10px;
}

.box2 {
    margin-right: 10px;
}

.list-group-item:hover {
    color: midnightblue !important;
    background-color: #f6f9db !important;
}

.list-group-item-cust {
    padding-left: 0px;
}

.list-group-addon {
    padding: 10px 10px;
    font-size: 15px;
    display: inline;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 20%;
    transform: translateX(-50);
}

.nlik a:link {
    color: white !important;
}

.nlik a:visited {
    color: chartreuse !important;
}

.nlik a:hover {
    color: yellow !important;
    border-bottom: 2px solid red;
    background-color: blue !important;
}

a.list-group-item:hover {
    background: #dcf7f7;
}

/*Second Navbar*/
.topnav {
    overflow: hidden;
    background-color: #0f5f06;
    margin:auto;
    width:70%
}

.topnav a {
    float:left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;

}

.topnav a:hover {
    background-color: #ddd;
    color: black;
    border-bottom: 1px solid red;
}

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.topnav .icon {
    display: none;
}
.hx{
    font-size:40px;
}
@media screen and (max-width: 600px) {

    .jumbotron p {
        font-size: 14px !important;
    }
    .topnav{
        width:100%;
    }
    .hx {
        font-size: 20px;
    }
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}