/* Show it is fixed to the top */
:root {
  --animate-duration: 2s;
        --bs-gradient: linear-gradient(90deg, rgba(000, 000, 000, 0.55), rgba(000, 000, 000, 0));
}

body {
/*   padding-top: 4.5rem;*/
    font-size:18px;
}


@media (min-width: 1200px){
.container {
    max-width: 960px !important;
}
}
.bg-white{background-color: #fff!important;}

footer a{ text-decoration:underline; color:#fff !important;}

section{
	padding:0;
}
section > .container{
	padding-top:4em;
	padding-bottom:4em;
}



header{
    background: #000 url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    margin-top: 76px;
    padding-top:6em;
	padding-bottom:6em;
}
.bg-dblue{Background: #133052}
.text-light{ color:#eee !important}
.bg-light{background-color:#eee !important}

ul li::marker {
  font-size: 150%;
  color: #0a58ca;
        line-height: 25px;
}
.navbar-brand{margin-right: 2em;}
.navbar-brand img{ max-width: 190px}

@media (max-width: 590px){
a.navbar-brand {
    display: block;
    width: 100%;
}
    nav img {
    display: block;
    margin: 0 auto;
}
}

.btn-primary {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a58ca;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0846A1;
    border-color: #0846A1;
}
