@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap'); 

body {
    font-family: 'Nunito', sans-serif;
    color: #27292e;
    background: rgba(216,215,225,1);
    background: -moz-linear-gradient(top, rgba(216,215,225,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,215,225,1)), color-stop(5%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(216,215,225,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(216,215,225,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(216,215,225,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(216,215,225,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d7e1', endColorstr='#ffffff', GradientType=0 );
}

a {
    color: #3803ce;
}

a:hover {
    color: #ffffff;
}

ul strong, ol strong {
    color: #3803ce;
}

h1, h2, h3, h4, h5, h6 {
    color: #3803ce;
}

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: #3803ce;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 45%);
}

header .navbar-brand img {
    width: 345px;
}

#mainmenu {
    border-radius: 5px;
    margin-top: 5px;
    background: #ffffff;
}

#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: #3803ce;
}

article {
    margin-top: 207px;
}

footer {
    color: #3803ce;
    background: #ffffff;
    padding: 20px 0;
}

footer a {
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
}

footer a:hover {
    color: #3803ce;
    text-decoration: underline;
}

#mainsidemenu {
}

#mainsidemenu ul {
}

#mainsidemenu ul li {
    list-style: circle;
}

#mainsidemenu ul li a {
    text-decoration: none;
    color: #000;
}

#mainsidemenu ul li a:hover {
    color: #3803ce;
}

#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: #3803ce;
    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: #000000;
}

#listebox strong {
    color: #3803ce;
    font-size: 20px;
}

#listebox span {
    font-size: 12px;
    font-weight: 700;
    color: rgb(0 0 0);
    font-style: italic;
}

.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");
}

@media (min-width: 769px) {
    article {
        margin-top: 170px;
    }
}