/* Add here all your css styles (customizations) */

.bxs{
    box-shadow: 0px 1px 10px 0px #bbb;
    padding: 5px;
    margin: 10px;
    flex: 45% !important;
}

.bxs1{
    box-shadow: 0px 1px 3px 0px #bbb;
    padding: 0px;
    margin: 10px;
    flex: 10% !important;
    display:inline-table;
}

#teaser1{
    text-shadow: 1px 1px 5px #000;
    color: #444 !important;
}

#teaser2{
    text-shadow: 3px 3px 2px #bbb;
    color: #385D99 !important;
    font-style: italic;
}

.g-bg-black-opacity-ind--after::after, .g-bg-black-opacity-ind--before::before {
    background-color: rgba(50, 50, 50, 0.1) !important;
}

.g-color-primary, .dark-theme .nav-item .nav-link:hover, .dark-theme .nav-item.active .nav-link {
    color: #48679b !important;
}

@media only screen and (max-width:1200px){
    .logo-dp{max-width:70%;}
}
@media only screen and (max-width:390px){
    .logo-kw{max-width:60%;}
    .logo-dp{max-width:60%;}
}

