@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');

/* #cd0100 - red */
/* #1a3784 - blue */


/* Navbar*/

.bg-navbar {
	background-color: #b3b3b4;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.7); 
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.7);
}

.nav-link {
  color: #fff !important;
}

.nav-link:hover {
  color: #f00 !important;
}

.nav-link.active {
  color: #fff;
  background-color: #cd0100;
  border-radius: 6px;
}

.nav-link.active:hover {
  color: #dcdcdc !important;
}

.navbar-toggler {
	background-color: #efefef;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .02rem !important;
}

.nav-item {
	padding-left: 2rem;
}


/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

	.navbar-nav .nav-link {
		padding-left: 10px !important;
	}

}


/* Hero */
.hero .hero-container {
    position: relative;
    min-height: 65vh;
    display: flex;
    align-items: center;
    padding: 180px 0 80px 0;
}

.hero .hero-container .video-background {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* hero on child pages*/
.hero-cp  {
    min-height: 300px;
	background-image: url("../imgs/anchor-park-hero-wo-logo-bkg.jpg");
    background-size: cover;
	background-position: center center;
}

.hero-cp .hero-cp-container {
	background-color:rgba(255, 255, 255, 0.4);
}


.hero-cp .hero-cp-container img {
	padding: .75rem 0;
}


.dark-background {
    background-color: #646464;
}


/* Red Banner*/
#redBanner {
	background-color: #cd0100;
	padding: 2rem 0;
	color: #fff;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.7); 
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.7);
}

#redBanner h1 {
  font-weight: 400;
  letter-spacing: 2px;
}


#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	font-family: "Noto Serif Display", serif;
}

.graybox {
	background-color: #d9d9d9;
	border-radius: 10px;
	padding: 1.5rem;
}


.title-pill {
	font-size: 1.5rem;
	color: #fff;
    background-color: #1a3784;
    border-color: #1a3784;
    border-radius: 50rem !important;
	padding: .25rem .75rem;
	margin-bottom: 1rem;
}


.plainLink {
	color: #000;
	text-decoration: none;
}

li {padding: .5rem 0;}

#middlename {
    display: none;
    visibility: hidden;
}


ul.media-list {
  list-style-type: none;
  font-size: 1.1rem;
  margin-bottom: 3rem;	
}

ul.media-list li {
  margin-bottom: 30px !important;
}

ul.media-list li a {
  text-decoration: none !important;
}

.media-source {
  font-weight: 600;
  background-color: #e4ebf1;
  border-radius: 6px;
  color: #577bbf;
  padding: 2px 5px;	
}

.media-title {
  text-decoration: underline;
  font-weight: 700;
  color: #163e89;
}

.media-date {
  color: #69798b;
  font-style: italic;
}

/* Footer */
footer {
	color: #fff !important;
}

footer a {
	color: #fff !important;
}


.bg-footer {
	background-color: #1a3784;
}

footer p {
	margin: 0;
	padding: .35rem 0;
}


/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #1a3784;
  border-top-color: #fff;
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* Bootstrap overrides */
.rounded-4 {
    border-radius: 10px;
}

.rounded-5 {
    border-radius: 46%;
}
