@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap'); 

body {
    background: #fff;
	font-family: 'Inter', sans-serif;
    color: #444;
}

a {
    color: #fbbf11;
}

a:hover {
    color: #ff4033;
}

ul strong, ol strong {
    color: #ff4033;
}

h1, h2, h3, h4, h5, h6{
    color: #ff4033;
}

h1 {
    font-size: 30px;
    text-shadow: none;
    text-transform: capitalize;
}

h2 {
    font-size: 26px;
}

h3, h4, h5, h6 {
    font-size: 22px;
}

img, iframe {
    max-width: 100%;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #000000;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 45%);
}

header .navbar-brand img {width: 400px;}

#mainmenu {
    border-radius: 5px;
    margin-top: 5px;
    background: #fff;
}

#mainmenu ul {
    margin-bottom: 10px !important;
    padding: 10px 0 0 15px;
}

#mainmenu ul li {
}

#mainmenu ul li a {
    color: #000;
    text-decoration: none;
}

#mainmenu ul li a:hover {
    color: #ff4033;
}

.custom-toggler.navbar-toggler {
    border-color: #fff;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

article {
    margin-top: 215px;
}

footer {
    color: #fff;
    background: #000000;
    padding: 20px 0;
}

footer a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#mainsidemenu {
}

#mainsidemenu ul {
}

#mainsidemenu ul li {
}

#mainsidemenu ul li a {
    text-decoration: none;
    color: #444;
}

#mainsidemenu ul li a:hover {
    color: #ff4033;
}

#listebox {
    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)));
}

#listebox img {
    margin-bottom: 16px;
    height: 215px;
}

#listebox a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ff4033;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

#listebox a:hover {
    color:#000;
}

#listebox a.btn{
    color:#fff;
}

#listebox a.btn:hover{
    opacity:.8;
}

#listebox span .fa{
    color: #000;
}

#listebox strong{
    color: rgb(0 0 0);
    font-size: 20px;
}

#listebox span{
    
font-size: 12px;
    
font-weight: 700;
    
color: rgb(255 64 51);
}

@media (min-width: 769px) {

    article{
        margin-top: 190px;
    }
}
