@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 */
/* #c69f2e - gold */
/* #292C37 - dark gray */

body {
	background-color: #292C37;
}

hr {
    margin: 8px 0px 25px 0px;
    border-top: 1px solid #c69f2e;
    border-bottom: 1px solid #c69f2e;
    border-color: #c69f2e !important;
	opacity: 1.0 !important;
}


input[type="submit"] {
    background-color: #e3cc93;
    border-radius: 7px;
    box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.5);
    min-height: 40px;
    border: solid #56503e 2px;
    width: 25%;
    font-weight: bolder;
    float: right;
}

.navbar-brand {
	color: #292C37;
	font-size: 2rem;
}

/* Navbar*/

.bg-navbar {
	background-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);
}

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

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

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

.nav-link.active:hover {
  color: #292C37 !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, #page-main  {
    min-height: 600px;
	background-image: url("../imgs/hhi-group-sea-oats.jpg");
    background-size: cover;
	background-position: top 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;
}





/*#page-main h1, #page-main h2, #page-main h3, #page-main h4, #page-main h5, #page-main h6 {
	color: #72635d !important;
}*/

#page-main h1 {
	font-size: 30px;
	color: #72635d !important;
	margin-bottom: 0;
	padding-bottom: 0;
}

#page-main h4 {
	font-size: 18px;
	color: #000 !important;
}

.whitebox {
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
	padding: 2rem;
}

.main-color {
    color: #c69f2e !important;
}


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



/* Footer */
footer {
	color: #fff !important;
	border-top: 5px solid #292C37;
}

footer a {
	color: #fff !important;
}


.bg-footer {
	background-color: #c69f2e;
}

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


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

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