@import url('//fonts.googleapis.com/css2?family=oxygen:wght@400;700&display=swap');

body {
    font-family: 'Oxygen', sans-serif;
    background: #ffffff;
    color: #000000;
}

a {
    color: #148f19;
}

a:hover {
    color:#fff;
}

a.btn {
    color: #fff;
    border: 1px solid #148f19;
    color: #fcfcfc;
    font-weight: 800;
    transition: background-color .2s ease,color .2s ease;
    background: #148f19;
}

a.btn:hover {
    background: #148f19;
    opacity: .6;
    border: 1px solid #148f19;
    color:#fff;
}

ul strong, ol strong {
    color: #148f19;
}

h1 {
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
    color: #148f19;
}

h2 {
    font-size: 26px;
    color: #148f19;
}

h3, h4, h5, h6 {
    color: #148f19;
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

header {background: #fff;border-bottom: 1px solid #f5efef;}

header .navbar-brand img {
    width: 350px;
}

#topnv {
    background: rgba(255,255,255, 1);
    border-radius: 5px;
    margin-top: 5px;
}

#topnv h3 {
    color: #148f19;
    margin-bottom: 0;
}

#topnv ul {
    padding: 20px;
}

#topnv ul li {
}

#topnv ul li a {
    color: #000;
    text-decoration: none;
}

#topnv ul li a:hover {
    color: #148f19;
}

article {
}

article section#ftext {
}

article section#ftext h2 {
}

article section#mlist {}

article section#mlist h2 {
    color: #148f19;
    padding-top: 30px;
}

article section#ltext {
    padding-top: 30px;
}

#mnav {
}

#mnav h3 {
    padding-left: 15px;
}

#mnav ul {
    margin-bottom: 20px !important;
    padding: 5px 15px;
    border-radius: 5px;
}

#mnav ul li {
}

#mnav ul li a {
    text-decoration: none;
    color: #000000;
}

#mnav ul li a:hover {
    color: #148f19
}

#mbox {
    margin-bottom: 25px;
    padding: 10px;
    display: block;
    -webkit-box-reflect: below -31px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}

#mbox img {
    margin-bottom: 16px;
}

#mbox a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #148f19;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

#mbox a:hover {
}

#mbox span .fa{
    color: #148f19;
    font-size:20px;
}

#bmatch {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
}

#bmatch h3 {
    color: #148f19;
    font-weight: 700;
    font-size: 30px;
}

#bmatch span {
    font-size: 30px;
    color: #148f19;
}

#c-ratings {
    color: #148f19;
    font-size: 30px;
    margin-bottom: 23px;
}

footer {
    padding: 50px 0;
    margin-top: 20px;
    color: #ffffff;
    background: #148f19;
}

footer a {
    text-decoration: underline;
    color: #bdbdbd;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 769px) {
    article {
    }
}