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

/* Copy */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');
@import url(//db.onlinewebfonts.com/c/6d7f24d6d2170d3f0c31f5c95d8ad8ed?family=Arid+ITC+Std);
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
h1{
	color: white;
}
h2{
	font-family: 'Arid ITC Std','Nothing You Could Do', cursive;
	color: #ffffff;
	font-size: 60px;
	text-shadow: 2px 2px 2px #000;
}
h3{
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-weight: 900;
	font-size: 18pt;
	margin-bottom: 20px;
	text-shadow: 2px 2px 2px #000;
}
h4{
	font-family: 'Arid ITC Std','Nothing You Could Do', cursive;
	color: #ffffff;
	font-size: 60px;
	text-shadow: 2px 2px 2px #000;
}
h5{
	font-family: 'Barlow Condensed', sans-serif;
	text-shadow: 2px 2px 2px #000;
	font-size: 20pt;
	
}
body{
	font-family: 'Barlow Condensed', sans-serif;
	overflow-x: hidden;
}
p{
	color: white; padding-bottom: 0px; 
	margin-bottom: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
}
.noShadow{
	text-shadow: none;
}
.whereCopy{
	text-align: left;
	margin-left: 25px;
}
.calloutTitle{
	z-index: 1; 
	transform: rotate(-05deg);
	margin-top: 30px; 
	margin-left: 25px;
	font-size: 60pt;
}
.calloutTitleSecondary{
	z-index: 1; 
	transform: rotate(-05deg);
	margin-top: 20px; 
	margin-left: 180px;
	width: 100%;
	font-size: 60pt;
}
.calloutTitleThird{
	z-index: 1; 
	transform: rotate(-05deg);
	margin-top: 20px; 
	margin-left: 80px;
	width: 100%;
	font-size: 49pt;
	}
.mainTitle{
	z-index: 4; 
	text-align: center; 
	transform: rotate(-05deg); 
	font-size: 80pt;
	margin-top: 15px;
}
.imgStory2{
	height: 600px;
}
.darkText{
	color: black;
	line-height: 125%;
	padding-bottom: 10px;
}
/* Navigation */
.navbar-dark .navbar-nav .nav-link{
	color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #a55a2c;
}
.nav-item{
	padding-left: 30px;
}
.nav-item:hover{
	color: red;
}
.bg-dark {
    background-color: #000000 !important;
}
.myNav{
	font-size: 18pt;
	font-weight: 600;
}
.radioLink{
	cursor: pointer;
	margin-left: 80px;
}
/* Sections */
.woodDifference{
	background-image: url('../images/woodpanel3.jpg'); 
	background-size: cover;
}
.woodMain, .woodTestJimmy, .woodTestKen, .woodTestRyan, .woodTestPaul{
	background-image: url('../images/woodpanel3.jpg'); 
	background-size: cover;
}

.wood2{
	background-image: url('../images/woodpanel.jpg'); 
	background-size: cover;
}
.forest{
	background-image: url('../images/forest7.jpg'); 
	background-size: cover;
}
.forest2{
	background-image: url('../images/forest6.jpg'); 
	height: 100;
	background-position: center;
}
.imgBord{
	border: solid thin #fff;
}
.sectionPad{
	margin-top: 180px; 
	margin-bottom: 180px;
}
.smallPad{
	margin-top: 80px; 
	margin-bottom: 180px;
}

/* Header Video */
.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(75vh - 72px);
  min-height: 35rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-background-content {
  position: relative;
  z-index: 2;
}

.whiteLink{
	color: white; 
	text-decoration: underline;
}
.whiteLink:hover{
	color: black; 
}
.imgMobileSauce{
	padding-top: 35px;
}
/* Footer */
.myFooter{
	height: 65px; 
	background-color: black;
}
.imgRoy, .imgKen{
	height: 100%;
}
.Ken-margin {
    margin-left: 250px;
}
.btnRowLarge{
	visibility: visible;
}
.btnRowSmall{
	visibility: hidden;
}
.btn-burnt {
  color: #fff;
  background-color: #a55a2c;
  border-color: #a55a2c;
}
.radioModalColor{
	background-color: #a55a2c; 
	color: white;
}
.cardCopy{
	margin-left: 335px; 
	width: 100%;
}
.mainSection{
	width: 100%; 
	margin-top: 120px
}
/* Mobile Styles */
@media (max-width: 1471px){
	
}
@media (max-width: 991px){
    .radioLink{
        margin-left: 0px;
    }
}
@media (max-width: 987px){
    .imgRoy, .imgKen{
        margin-top: 45px;
    }

}

@media (min-width: 987px){
    .crop-container {
    width: 579px;
    overflow: hidden;
    border-right: solid thin #fff;
    }
    .Ken-margin {
        margin-left: 150px;
    }
}

@media (min-width: 1200px){
    .crop-container {
    width: 619px;
    }
}

@media (max-width: 960px){
	.video-background-holder {
	min-height: 15rem;
	height: calc(45vh - 72px);

	}
	.imgRoy, .imgKen{
		height: 50%;
		width: 50%;
		margin-top: 25px;
	}
	.imgKickin{
		height: 50%;
		width: 50%;
		margin-top: 25px;
	}
	.imgOriginal{
		height: 40%;
		width: 40%;
		margin-top: 30px;
	}
	.imgNutrition{
		height: 40%;
		width: 40%;
		margin-top: 90px;
	}
	.btnRowLarge{
	visibility: hidden;
	}
	.btnRowSmall{
	visibility: visible;
	}	
	.smallPad{
		margin-top: 40px; 
		margin-bottom: 40px;
	}
	.sectionPad{
	margin-top: 80px; 
	margin-bottom: 80px;
}
	.storyPad{
		padding-bottom: 550px;
	}
}
@media (max-width: 892px){
	.imgStory2{
		display: none;
	}
	.imgStory{
		display: none;
	}
	.mainTitle{
		font-size: 60pt;
		margin-left: 35px;
		margin-top: 35px;
	}
	.woodMain{
	background-image: url('../images/story2.jpg');
	background-size: cover;
	}

	.woodTestJimmy{
        background-image: url('../images/superbowl.jpg'); 
        background-size: cover;
    }

    .woodTestKen{
        background-image: url('../images/red-fox-fence.jpg'); 
        background-size: cover;
    }

	.woodTestRyan{
        background-image: url('../images/roasted-meat-small.jpg'); 
        background-size: cover;
    }

	.woodTestPaul{
        background-image: url('../images/audience.jpg'); 
        background-size: cover;
    }

	.woodDifference{
	background-image: url('../images/differenceimg.jpg'); 
}
	.imgMeat{
	background-image: url('../images/steakbackground.jpg');
	background-size: cover;
	}
	.imgDip{
	background-image: url('../images/dipimage.jpg');
	background-size: cover;
	}
	.cardCopy{
		margin-left: 25px;
		margin-top: 25px;
	}
	.imgRoy{
		margin-top: 430px;
	}
	.imgKen{
		margin-top: 400px;
	}
	.imgOriginal{
		margin-top: 350px;
	}
	.calloutTitleSecondary{
		margin-left: 55px;
	}
	.imgKickin{
		margin-top: 350px;
	}
	.imgNutrition{
		margin-top: 350px;
	}
}
@media (max-width: 780px){
	.imgMobile{
		width: 100%;
		height: 100%;
	}
	.imgMobileSauce{
		width: 100%;
		height: 100%;
		margin-top: 50px;
		margin-left: 45px;
	}
	.imgOriginal{
		margin-top: 30px;
	}
	.imgKickin{
		margin-top: 30px;
	}
	.imgNutrition{
		margin-top: 90px;
	}
	.imgLogo{
		display: none;
	}
	.smallPad{
		margin-top: 40px; 
		margin-bottom: 40px;
	}
	.calloutTitleSecondary{
		margin-top: 10px;
		width: 100%;
		margin-left: 40px;
		font-size: 40pt;
	}
	.calloutTitleThird{
		margin-top: 10px;
		width: 100%;
		margin-left: 10px;
	}
}
@media (max-width: 767px){
	.woodMain{
	background-image: url('../images/story2.jpg');
	background-size: cover;
	}
    
    .woodTestJimmy{
        background-image: url('../images/superbowl.jpg'); 
        background-size: cover;
    }

    .woodTestKen{
        background-image: url('../images/red-fox-fence.jpg'); 
        background-size: cover;
    }

	.woodTestRyan{
        background-image: url('../images/roasted-meat-small.jpg'); 
        background-size: cover;
    }

	.woodTestPaul{
        background-image: url('../images/audience.jpg'); 
        background-size: cover;
    }

	.woodDifference{
	background-image: url('../images/differenceimg.jpg'); 
}
	.cardCopy{
		margin-left: 10px; 
		width: 100%;
	}
	.imgRoy{
		margin-top: 400px;
	}
	.imgKen{
		margin-top: 350px;
	}
	.calloutTitle{
		margin-top: 10px;
		font-size: 40pt;
	}
	.imgOriginal{
		margin-top: 350px;
	}
	.imgKickin{
		margin-top: 350px;
	}
	.imgNutrition{
		margin-top: 430px;
	}
	.kickintitle{
		margin-top: 65px;
	}
	.imgMeat{
	background-image: url('../images/steakbackground.jpg');
	background-size: cover;
	}
	.imgDip{
	background-image: url('../images/dipimage.jpg');
	background-size: cover;
}

}
@media screen and (max-width: 514px){
	.mainTitle{
		font-size: 40pt;
		margin-top: 80px;
		margin-left: 45px;
	}
	.imgRoy{
		margin-top: 500px;
	}
	.imgKen{
		margin-top: 420px;
	}
	.imgOriginal{
		margin-top: 350px;
	}
	.calloutTitleSecondary{
		margin-right: 10px;
		font-size: 30pt;
	}
	.calloutTitle{
		font-size: 30pt;
	}
}
