/* Modify the background color */
.navbar-custom {
    background-color: #00204a;
}

.navbar-brand{
	font-size:1.5rem;
	line-height:inherit;
	white-space:nowrap;
	font-weight:bold;}



.navbar-nav .nav-link{font-weight:bold;font-size:1rem}

.navbar-text {
            color: #d1d3d4;
        }



h1,h2,h3,h4,h5,h6{margin-top:1rem;margin-bottom:2rem}

h1,.h1{text-align:center}img{display:block;margin-left:auto;margin-right:auto}

.lead{text-align:justify}

.table thead th
	{
	vertical-align:middle;
	text-align:center;
	}

.table tbody td{text-align:center}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #084d8d;
  border-color: #084d8d;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #1c66ac;
  border-color: #1c66ac;  
}

.card-title{font-weight:bold}

.card-img-top{text-align:center}

.border-primary {
  border-color: #00204a !important;
}

.li{list-style-position:outside}

.text{margin-left:60px;overflow:hidden}

.text2{text-align:left;font-size:3rem;font-weight:300}

.text-primary {
  color: #00204a !important;
}

.card-columns{@include media-breakpoint-only(lg){column-count:4}@include media-breakpoint-only(xl){column-count:5}}

.list-text{font-size:1rem}

.footer{position:absolute;left:0;bottom:0;width:100%;line-height:inherit}

.footer-margin{height:100px}

.map-container{overflow:hidden;padding-bottom:56.25%;position:relative;height:0}

.map-container iframe{left:0;top:0;height:100%;width:100%;position:absolute}

