@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

body { 
  background: url(img/marinersbackground.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.container {
    min-width: 1140px !important;
}
.container-background {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 7px;
}
.navbar-dark {
    background-color: #0f2850 !important;
}
.navbar {
    border-radius: 7px;
}
.nav-item {
    font-weight: 600;
    color: inherit !important;
}
.nav-link, .nav-link:hover, .nav-link:active, .nav-link:visited {
    color: rgba(255,255,255,.5) !important;
}
.nav-item.active a {
    color: #f7f4dc !important;
}
.nav-item a:hover {
    color: #f7f4dc !important;
}
.card-header h2 {
    font-family: inherit !important;
}
.card-header h2 button {
    color: black;
    font-weight: bold;
}
h1, h2, h3, h4, h5 {
    font-family: 'Source Serif Pro', serif;
    color: #0f2850;
}
h1 {
    font-weight:600;
}
h3 {
    border-bottom: 1px solid rgba(35, 58, 95, 0.19);
}
h5.card-title {
    font-family: inherit;
}
a, a:hover, a:visited, a:active {
    color: #d10000 !important;
}
.alert-info {
    color: #f7f4dc !important;
    background-color: #0f2850;
    border: 0;
}
.alert-info h3 {
    color: #f7f4dc !important;
}
.carousel-inner {
    border: 5px double #0000001a;
}
.video-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
footer {
    background-color: transparent;
    padding: 10px 0px;
}
footer p {
    margin-bottom: 0;
    color: #000;
}