/*body {
    background-color: #c5d1db !important;
}*/


body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #797979;
    height: 99%;
    padding: 5px 0px;
    background: url(/images/background-vml.jpg);
    background-repeat: repeat-x;
    background-size: 50% 100%;
}

.b-c {
    background: linear-gradient(135deg, #1d5a98, #4586d2 60%, #1d5a98) !important;
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.imgsize {
    position: absolute;
    height: 75px !important;
    width: 75px !important;
    top: 45px;
    left: 45px;
}

a {
    text-decoration: none !important;
    color: black !important;
}

.navhover:hover {
    background: linear-gradient(135deg, #1d5a98, #3a79ba);
}

.footer:hover {
    background: linear-gradient(135deg, #1d5a98, #3a79ba);
}


.dropdown {
    overflow: hidden;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.card-body {
    border-style: solid;
    border-color: #2b2b2b;
    background-color: #ffffff;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.5);
}

.border-color {
    border-color: #2b2b2b !important;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}


.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.img-div {
    color: white;
    font-weight: bold;
    /*text-shadow: 0 0 4px #000;*/
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}


/*.btn {
    border-style: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 1px;
    background: transparent;
    box-shadow: inset 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    color: white;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.btn:hover {
    transition-duration: 0.2s;
    color: #dcdcdc;
    box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, 0.2);
}*/

.outline {
    -webkit-text-stroke: 0.5px black;
    font-weight: bold !important;
}

.text-shadow {
    text-shadow: 1px 1px black;
}


.input {
    border-style: solid;
    border-radius: 5px !important;
    border-color: grey;
    border-width: 1px;
}

.label {
    font-weight: bold;
}

.row{
    --bs-gutter-x: 0rem !important;
}

.mySlides {
    position: absolute;
    height: 300px !important;
    width: auto !important;
}