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

/*==========
Simon's Custom Framework - Version 1.0
Written by: Simon Tesoro
Last Updated: 2/28/2023
==========*/

/*========== Text Styles ==========*/
body {
	font-family: "owners-text", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #302d30;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "sunshine", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #1878b9;
}

h1 {
	font-size: 54px;
	letter-spacing: 3px;
}

h2 {
	font-size: 64px;
	letter-spacing: 2px;
}

h3 {
	font-size: 30px;
	letter-spacing: 1px;
}

p {
	font-size: 20px;
	color: #302d30;
}

ol,
ul {
	font-size: 20px;
}

.smaller {
	font-size: 16px !important;
}

.bigger {
	font-size: 22px;
}

.text-red {
	color: #ff0000 !important;
}

.text-blue {
	color: lightskyblue !important;
}

/*========== Link Styles ==========*/
a {
	color: #1878b9;
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	color: #edb53e;
	text-decoration: none;
	font-weight: 700;
}

a.white-links {
	color: white;
	text-decoration: none;
}
a.white-links:hover {
	color: #0077c1;
}

a.white-links-2 {
	color: white;
	text-decoration: none;
}
a.white-links-2:hover {
	color: #edb53e;
}

a.spotify {
	font-size: 40px;
	color: #fff;
	padding: 0px 5px;
}

a.spotify:hover {
	font-size: 40px;
	color: #1db954;
	padding: 0px 5px;
}

a.apple {
	font-size: 42px;
	color: #fff;
	padding: 0px 5px;
}

a.apple:hover {
	font-size: 42px;
	color: silver;
	padding: 0px 5px;
}

a.prime {
	font-size: 42px;
	color: #fff;
	padding: 0px 5px;
}
a.prime:hover {
	font-size: 42px;
	color: #0077c1;
	padding: 0px 5px;
}

a.youtube {
	font-size: 42px !important;
	color: #fff;
	padding: 0px 5px;
}
a.youtube:hover {
	font-size: 42px !important;
	color: #ff0000 !important;
	padding: 0px 5px;
}

/*========== Shape CSS ==========*/
.circle {
	border: 1px solid #fff;
	border-radius: 50% !important;
	width: 150px !important;
	height: 150px !important;
	padding: 15px 15px !important;
}

/*========== Custom Buttons=========*/
.btn-custom-red {
	font-family: "sunshine", sans-serif;
	background-color: #ff0000;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}
.btn-custom-red:hover {
	background-color: #8c0202;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

/*========== Padding Styles ==========*/
.sm-padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
.md-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.lg-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}
.full-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.side-padding {
	padding-left: 25px;
	padding-right: 25px;
}
.side-padding-2 {
	padding-left: 35px;
	padding-right: 35px;
}
.banner-padding {
	padding-top: 150px;
	padding-bottom: 150px;
}

.no-margin {
	margin: 0px !important;
}

.no-padding {
	padding: 0px !important;
}

.padding-bottom {
	padding-bottom: 20px !important;
}

.padding-top {
	padding-top: 20px !important;
}

/*========== Background Color Styles ==========*/
.black-bg {
	background-color: #000;
}

.blue-bg {
	background-color: #1878b9;
}

/*========== Background Image Styles ==========*/
.video-bg {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url("../img/home/herbn-life-band.webp") no-repeat fixed;
	background-size: cover;
	width: 100%;
	height: auto;
}

/*========== Bootstrap Override ==========*/
.navbar .nav-item a {
	font-weight: 500;
	font-size: 18px !important;
	color: #fff;
	font-family: "sunshine", sans-serif;
}

.navbar .nav-item a:hover {
	font-weight: 500;
	font-size: 18px !important;
	color: #1878b9;
}

.nav-link {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	font-family: "sunshine", sans-serif;
}

.navbar .dropdown-item {
	padding: 10px;
}

.navbar .dropdown-item:hover {
	background-color: #1878b9;
	color: #fff !important;
}

.navbar .nav-item .dropdown {
	text-align: left !important;
}

/*========== Testing Navbar ==========*/
.navbar-nav {
	align-items: center;
}
.navbar .navbar-nav .nav-link {
	color: #fff;
	font-size: 1.1em;
	padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
	.navbar-brand {
		margin-right: 0;
		padding: 0 1em;
	}
}

.btn-sm {
	font-size: 12px;
}

.carousel-control-prev-icon {
	color: #fff;
	width: 100px;
}

/*Testing Carousel*/
.carousel-nav-icon {
	height: 48px;
	width: 48px;
}
.carousel-item {
	.col,
	.col-sm,
	.col-md {
		margin: 8px;
		height: 300px;
		background-size: cover;
		background-position: center center;
	}
}

/*Testing Social Media*/
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
	background: #1878b9;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 4px;
	width: 190px;
	position: fixed;
	left: -160px;
	z-index: 1000;
	text-align: right;
	font: normal normal 10px Arial;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.fa {
	font-size: 20px;
	color: #fff;
	padding: 10px 0;
	width: 40px;
	margin-left: 8px;
}

.fl-fl:hover {
	left: 0;
}

.fl-fl a {
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	line-height: 43px !important;
	vertical-align: top !important;
}

.float-fb {
	top: 260px;
}

.float-tw {
	top: 315px;
}

.float-gp {
	top: 370px;
}

.float-rs {
	top: 425px;
}
/* Floating Social Media Bar Style Ends Here */

.feedback {
	color: white;
}

.feedback:hover {
	color: white;
	text-decoration: underline;
}

/*========== Mobile Style Overide ==========*/

/* ie: If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (min-width: 1000px) {
}

/* ie: If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 1000px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 44px;
	}
	h3 {
		font-size: 30px;
	}
	.navbar .nav-item a {
		font-weight: 500;
		font-size: 24px !important;
		color: #fff;
	}
	.navbar .nav-item a:hover {
		font-weight: 500;
		font-size: 24px !important;
		background-color: #1878b9;
		color: #fff;
	}
	.blue-hover {
		background: transparent;
	}
	.blue-hover:hover {
		background-color: #1878b9;
	}
	.full-padding-2 {
		padding-top: 150px;
		padding-bottom: 150px;
	}
	.btn-custom-red {
		font-size: 20px !important;
	}

	.btn-sm {
		font-size: 10px !important;
	}
}
