/* styles to allow fluid resizing of youtube videos */
/* from https://coolestguidesontheplanet.com/videodrome/youtube/ */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.freeshipping {
	font-size: 2.4rem;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #E00005;
	text-align: center;
}
.freeshipping-small {
	font-size: 1.4rem;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #F13155;
	text-align: center;
}
.navtext-main {
	color: #edd23d!important;
	font-size: 1.1rem!important;
	font-style: italic!important;
}
.a-darklink {
	color: #565555;
	font-style: italic;
}
