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

@import url("fonts.css");

body {
	background: #ffffff;
	font-family: 'Heebo';
}

a {
	color: #459612;
}

a:hover, a:focus {
  color: #9ed37c;
}

.link-nck-secondary {
	color: #000;
	text-decoration: none;
}

.text-justify {
	text-align: justify;
}

.text-shadow {
	text-shadow: 2px 2px 4px rgba(0,0,0,0.97);
}

.box-shadow {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.57);
}

.box-shadow-low {
	box-shadow: 2px 1px 16px rgba(0,0,0,0.1);
}


/* buttons*/

.btn-nck-primary {
  color: #fff;
  background-color: #9ed37c;
  border-color: #9ed37c;
  padding: 10px 40px;	
}
.btn-nck-primary:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}


/* Child page elements*/

.page-title h1{
	font-family: 'Caudex';
	color: #9ed37c;
}

.page-title p{
	font-size: 1.2rem;
}

/* End Child page elements*/

/*
.pb-red {
	color: #ed1b24;
}

.pointer {
	cursor: pointer;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
}

.header-pb-primary, .link-pb-primary {
	color: #ed1b24;
}

.link-pb-primary:hover, .link-pb-primary:focus {
  color: #b02a37;
}


.bg-pb-primary {
	background-color: #ed1b24;
}




.btn-check:focus + .btn-pb-primary, .btn-pb-primary:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-pb-primary, .btn-check:active + .btn-pb-primary, .btn-pb-primary:active, .btn-pb-primary.active, .show > .btn-pb-primary.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-pb-primary:focus, .btn-check:active + .btn-pb-primary:focus, .btn-pb-primary:active:focus, .btn-pb-primary.active:focus, .show > .btn-pb-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-pb-primary:disabled, .btn-pb-primary.disabled {
  color: #fff;
  background-color: #ed1b24;
  border-color: #ed1b24;
}*/

/* NAVBAR*/
.nav-link {
	font-size: 1.2rem;
	color: #000 !important;
}

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

.nav-link.active {
    color:#9ed37c !important;
}

.nck-logo {
	min-width: 200px;
}

.navbar {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}


/* HEADER*/
header.masthead {
	position: relative;
	margin-bottom: 3rem;
	padding-top: calc(2rem + 57px);
	padding-bottom: 5rem;
	background: url('../imgs/Home-Page-Header_3.jpg') no-repeat top center;
	background-color: #6c757d;
	background-size: cover;
	background-attachment: scroll;
	color: #fff;
}

header.masthead:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #212529;
	opacity: 0.3;

}

header.masthead h1 {
	font-size: 1.6rem;
	font-family: 'Caudex';
	font-weight: 700;
	line-height: 2.25rem;
	margin: 26px 0;
}

header.masthead p {
	font-size: 20px;
	font-family: 'Heebo';
	line-height: 34px;
	margin-bottom: 20px;
}

header.masthead .masthead-box {
	text-align: center;
	background-color: #9ed37c;
	padding: 3rem 6rem;
	border-radius: .7rem;
}

header.masthead .masthead-box img {
	width: 150px;
	height: auto;
	margin-bottom: 2rem;
}

 header.masthead .masthead-box p {
	font-size: 1.5rem;
	font-family: 'Caudex';
}


#main {
	background: #fff;
	min-height: 150px;
	margin-bottom: 3rem;
}

#main-child {
	background: #fff;
	min-height: 150px;
	margin-top: 3rem;
	margin-bottom: 3rem;
}




/*testimonials*/
.testimonials {
	height: 250px;
}

.testimonial {
	background-color: #9ed37c;
	padding: 2rem 3rem;
	color: #fff;
	font-style: italic;
	font-size: 1.2rem;
	margin-bottom: 3rem;
	text-align: center;
	position: relative;
	border-radius: 8px;
}

.quote-triangle {

	position: absolute;
	top: 100%;
	left: 5%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #9ED37C transparent transparent transparent;
	transform: rotate(0deg);

}

/* end testimonials*/



/* end Infrared Sauna*/
.infraredsauna h2 {
	font-family: 'Caudex';
	line-height: 3rem;
}

/* end Infrared Sauna*/


/* Child Pages*/

.chpage-content {
	font-size: 1.2rem;
	
}

.chpage-content h2 {
	font-size: 1.6rem;
	font-family: 'Caudex';
	font-weight: 700;
	line-height: 2.25rem;
	margin: 26px 0;
}

.chpage-content h2.title {
	font-size: 2.5rem;
	line-height: 3.5rem;
}

.chpage-content p.author {
	font-style: italic;
}

.chpage-content li {
	margin-left: .8rem;
	margin-bottom: .8rem;
}

.recipe-box {
	min-height: 300px;
	margin-bottom: 1.5rem;
}

.recipe-box img {
    transition: all 0.3s ease;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.recipe-box img:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.recipe-box p {
	font-size: 1rem;
}


.resources-img-alignleft {
	width: 380px;
    display: inline;
    float: left;
    margin: 5px 25px 25px 0;
	
}

.resources-img-alignright {
	width: 380px;
    display: inline;
    float: right;
    margin: 5px 0 25px 25px;
	
}

.caption {
	font-size: 5.5rem !important;
}

/* End Child Pages*/


footer {
	background: #9ed37c;
}

footer a {
	color: #fff;
}


/* Forms */
#middleName {
	display: none;
}



/* Bootstrap Overrides*/

.rounded-4 {
  border-radius: 16px !important;
}

.rounded-4 {
  border-radius: 1rem !important;
}

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

.form-floating>label {
  padding: 0.2rem 0.75rem;
}

.form-floating>.form-control, .form-floating>.form-select {
  height: calc(2.5rem + 2px);
  line-height: 1.25;
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {  }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 1.0rem;
	}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

