/****************************
* 	Universal Styles 		*
****************************/

h1 {
   font-family: "Helvetica Rounded", Arial, Helvetica, sans-serif;
   font-weight:300;
   color:#600a08;
   font-size:45px;
   line-height:50px;
   text-align:center;

}
h2 {
   font-family: "Helvetica Rounded", Arial, Helvetica, sans-serif;
   font-weight:300;
   color:#600a08;
   font-size:35px;
   line-height:40px;
   text-align:center;

}


a:hover {
   text-decoration:none !important;
}



/****************************
* Top Navigation Styles 	*
****************************/
#top_sticky {
    width: 100%;
    height: 126px;
   	background: #fff;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    transition: height 500ms, background 500ms;
    z-index: 100;
}
#top_sticky.tiny {
    height: 50px;
    background: #fff;
    top: 0px;
    padding: 0px;
    margin: 0px;
	border-bottom: 1px solid #000;
}
.top-nav-holder{
	position:relative;
}


/*searchbox*/
.search-collapse {
    position: absolute;
    top: -10px;
    right: 0;
    background: #272324;
    width: 310px;
	transition: top 500ms;
}

#top_sticky.tiny .search-collapse {
    top: 16px;
}

.search-collapse .search-collapse-head{
}

.search-collapse .search-collapse-head-text {
    font-family: "Helvetica Rounded", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 20px;
}
.search-collapse .search-collapse-head-text a {
    font-family: "Helvetica Rounded", Arial, Helvetica, sans-serif;
    color: #fda100;
    font-size: 20px;
}

.search-collapse .search-collapse-head-text:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 30px solid #272324;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    top: 30px;
}

.search-collapse .search-content {
    position: relative;
    margin-top: -30px !important;
    padding: 0px;
    margin: 0px;
	transition: 100ms;
}

.navbar-collapse {
    align-items: flex-end;
	transition: position 500ms, align-items 500ms;
}
#top_sticky.tiny .navbar-collapse {
    align-items: center !important;
}

#top_sticky .navbar-nav {
    gap: 15px;
}
navbar-light .navbar-nav .nav-link {
  color:#ffffff !important;
  font-family: "Helvetica Rounded", Arial, Helvetica, sans-serif;
	font-weight:400 !important;
  font-size:16px !important;
}





/*nav links*/
.navbar-brand .logo {
    max-height: 100px;
}

.tiny .navbar-brand .logo {
    max-height: 60px;
	margin-top: 12px;
}
#top_sticky .nav-link {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    transition: color 250ms;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
	transition: font-size 500ms, color 500ms, position 500ms;
}

#top_sticky.tiny .nav-link {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

#top_sticky a.nav-link:hover:before {
    width: 100%;
}
#top_sticky a.nav-link:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2faa3e;
    transition: width 500ms;
}


.btn-topnav {
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    transition: color 250ms;
}

.navbar-brand-sm{
	display:none;
}

/****************************
* Front Hero Styles		 	*
****************************/
header.hero-header {
    position: relative;
    margin-top: 126px;
    height: 80vh;
    width: 100%;
    background: rgb(0,0,0,0.1);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 35%, rgba(0,0,0,0) 100%);
}
#hero-back-video {
    width: 100%;
    height: 100vh;
    z-index: -1;
    position: fixed;
    object-fit: cover;
    top: 0;
}
.hero-messaging {
    position: absolute;
    top: 20vh;
    padding: 0px 100px !important;
    text-align: right;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 60vh;
    justify-content: center;
    gap: 30px 30px;
}
h1.hero-title {
    font-family: "Helvetica Rounded", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 80px;
    line-height: 100px;
    text-align: left;
	text-shadow: 1px 1px 3px black;
}
h2.hero-tag {
    text-align: left;
    padding: 0px !important;
    font-weight: 400;
    color: #ddd;
	 text-shadow: 1px 1px 1px black;
}


.hero-buttons {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* no hero videos on mobile */
@media (max-width: 575px) {
    #hero-back {
        display: none;
   }
   .hero-messaging {
		display: none;
	}
	header.hero-header {
		height: auto !important;
	}	
}


/* important all non-header content should be in a div of page-content */
.page-content{
	background-color: #ffffff;
}











/****************************
* Content Styles		 	*
****************************/

.home-intro-text {
	font-family: "Helvetica Rounded", Arial, Helvetica, sans-serif;
	color:#282828 !important;
	font-size:20px;
	line-height: 30px;
	text-align:center;
	padding: 20px;
	background-color: #e8e8e8;
}

.home-intro-text h2{
	font-family: "Helvetica Rounded", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#282828 !important;
	font-size:35px !important;
	line-height: 40px;
	text-align:center;
	padding: 20px;
}
.home-intro-text p{
	font-family: "Helvetica Rounded", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#282828 !important;
	font-size:20px !important;
	line-height: 20px;
	text-align:center;
	padding: 10px;
}
.bottom-grey{
	border-bottom: 1px solid #e8e8e8;
}
.main_buttons {
    background-color: #2faa3e !important;
    border-color: #2faa3e !important;
}


.temp-img img{
	width:100%;
}
