:root {

	/* This is set up so we can easily alternate panel structure, having an image on the left in one row, on the right on the next, back to the left on the next.
	/* They are named 'a' and 'b' so we can set our columns to start their journey of alternating back and forth on either side just by switching the variables */
/*	--bs-border-width: 3px;
	--bs-border-style: solid;
	--bs-border-color: #ff9900;
	--bs-navbar-toggler-icon-bg: url(https://dev.nookfoo.com/.reaktor/antimatter/nf/_common_nf/images_nf/icon_hamburger.png);
*/
	--row-flex-direction-a: row;
	--row-flex-direction-b: row-reverse;

	--nf-admin-nav-bg-color: #2d394b;

	--link-color: #1a438a;
	--link-color-reversed: #ff9900;
	--color-light: #ebe9db;
	--color-dark: #1D2022;
	--color-dark-flat: #232;

	--renamezmoi-goldcolor: #8f6815;
	--renamezmoi-hilite: #ff9900;

	--font-body: 'roboto';
	--font-condensed: 'roboto condensed';
	--font-tertiary: 'roboto serif';
	--font-headline: 'roboto slab';
	--font-massive: 'roboto';

	--text-color-tertiary: #838e72;

	--conversion-bg-color: #180b37;
	--conversion-color: #fff;
	--conversion-btn-bg-color: #48a53d;
	--conversion-btn-color: #fff;

	--nf-nav-bg-color: #400c0c;
	--nf-nav-bg-img: url('https://radplatypus.com/_common/images/topnav-bg.jpg');
	--nf-nav-nav-toggler-img: url('https://nookfoo.com/.dev/.reaktor/matter/cleanboots/_common_cleanboots/images_cleanboots/btn_mobileMenu-dark.png');
	--nf-nav-link-color: #ff9900;
	--nf-nav-link-color-active: #ffffff;

	--nf-hilite-color: #e70000;
	--nf-base-color: #8e8e66;

	--nf-header-hero-home: url('https://nookfoo.com/.dev/.reaktor/antimatter/nf/_common_nf/images_nf/home/hero-bg-home.jpg');
	--nf-header-hero-blog: url('https://nookfoo.com/.dev/.reaktor/antimatter/nf/_common_nf/images_nf/blog/hero-bg-blog.jpg');
	--nf-header-hero-contact: url('https://nookfoo.com/.dev/.reaktor/antimatter/nf/_common_nf/images_nf/contact/hero-bg-contact.jpg');
	--nf-header-hero-about: url('https://nookfoo.com/.dev/.reaktor/antimatter/nf/_common_nf/images_nf/about/hero-bg-about.jpg');

	--nf-thumbnail-width: 200px;
	--nf-thumbnail-height: 32.3%;
	--nf-thumbnail-margin: 3%;


}



/******************************************
/******** Overwrite Bootstrap CSS ********
/*****************************************/
/*p {
  margin: 0;
  font-size: calc(4vw + 4vh + 2vmin);
   See:
   * http://codepen.io/CrocoDillon/pen/jgmwt
   * For some math behind this

} */

BODY {
	margin: 0px;
	padding-bottom: 50px;
	font-family: var(--font-body);
	/* clamp(1rem, -0.875rem + 3.333vw, 1.5rem) */
	font-size: clamp(1rem, 1.45rem + -0.267vw, 1.5rem);
	background-color: #23241c!important;
	color: #e1e1e1;
}

body:first-letter {
	text-transform: capitalize;
}

h1,h2,h3,h4,h5,h6 {
	font-family: var(--font-headline);
}

h1 {
	font-size: 215%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5%;
}

h2 {
	font-size: 115%;
	text-transform: capitalize;
	font-weight: bold;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h4 {
	font-size: 105%;
}

button {
	text-transform: inherit;
}

nav {
	border: 0px;
}

video {
	width: 100%;
}

a {
	color: var(--nf-nav-link-color);
}

a:hover {
	color: var(--nf-nav-link-color-active);
}

/******** BOOTSTRAP REBOOTS **********/

.navbar-toggler {
	border: 2px solid #fff;
}

.navbar-toggler-icon {
	background-image: url(https://nookfoo.com/.reaktor/elements/images/icons/hamburger-white-1.png);
}


.btn-primary {
	background-color: var(--link-color);
}

section .container ul+.col-8 .btn-primary {
	font-size: 110%;
	margin-top: 10px;
	font-size: 143%;
}

.img-thumbnail {
	/* height: var(--nf-thumbnail-height); */
	/* height: calc(33% - 3%); */
	/* max-width: var(--nf-thumbnail-width); */
	margin: var(--nf-thumbnail-margin);
	border: 0px;
	padding: 0px;
	display: block;
	float: right;
}



/******** EVERYPAGE BASICS **********/

.NF_hilite {
	color: var(--renamezmoi-hilite);
}

.NF_flexdir-a {
	flex-direction: var(--row-flex-direction-a);
}

.NF_flexdir-b {
	flex-direction: var(--row-flex-direction-b);
}


.NF_topText {
	padding: 0% 6% 3% 4%;
}

.NF_sidePics img {
	width: 250px;
}

/******** SEMANTIC HTML **********/

section {
	padding: 5%;
}

/******** NAVBAR ********/

.navbar-expand-lg .navbar-nav .nav-link {
	color: var(--nf-nav-link-color);
	text-transform: uppercase;
}
.nav-link .active {
	color: var(--nf-nav-link-color-active);
}

.navbar {
	background-color: #414334!important;
	padding: 0px;
	padding-bottom: 0px;
}

.navbar-nav {
	margin: 5px 20px 5px 95px;
}


.navbar .container-fluid {
	padding: 0px
}

.navbar-brand IMG {
	max-height: 85px!important;
	max-width: 540px!important;
	margin: 10px 0px 10px 12%;
}

.navbar .brand-large {
	display: block;
	width: 64%;
	float: left;
	position: relative;
}

.navbar .brand-large .navbar-brand .sexyMarine#small {

	width: 88px;
	height: 134px;
	background-image: url('http://straightoffbase.com/_common/images/majorwood_sexymarine_small.png');
	top: 5px;
	left: 6px;
	position: absolute;
	z-index: 99;

}

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

.navbar .join-tour-members {
	margin-top: 8px;
	text-transform: uppercase;
	width: 33%;
	float: right;
}


.navbar .btn-join {
	margin: 7px 0px;
	white-space: nowrap;
}

.navbar .btn-join A {
	background-color: #2b562b;
	color: #ffff;
	padding: 8px 15px;
	text-decoration: none;
	border-width: 3px;
	border-color: black;
	border-style: solid;
	white-space: nowrap;
	margin: 5px 0px;
}

.navbar .btn-tour-members {
	margin: 18px 0px 0px 0px;
	font-size: 79%;
	margin-top: 20px;
}

.navbar .btn-tour-members A {
	background-color: #400c0c;
	padding: 5px 12px;
	text-decoration: none;
	border-width: 5px 3px 5px 3px;
	border-color: #400c0c;
	border-style: solid;
	white-space: nowrap;
	color: var(--nf-nav-link-color);

}

#NF_topNav li {
	text-align: center;
	font-size: 103%;
	padding: 0% .5%;
	white-space: nowrap;
}

#NF_pageNavTabs {
	justify-content: center;
}

/***** I AGREE AREA ***********************/

	.NF_infoPopup {
		width: 80%;
		max-width: 500px;
		padding: 3% 5%;
		color: #000;
		background: #ff9900;
		border: 1px solid #333;
		margin: 10% auto 0% auto;
		font-size: 80%;
	}

	.NF_title {
		font-size: 120%;
		padding: 0% 2%;
		margin-bottom: 3%;
		color: #000;
		font-weight: bold;
	}

	.nf_buttonHolder {
		width: 80%;
		max-width: 500px;
		padding: 3% 5%;
		color: #000;
		border: 0px solid #333;
		margin: 0% auto;
	}

	.NF_squareButton {
		color: ff9900;
		background-color: none;
		float: left;
		margin: 3%;
		border: 5px solid #ff9933;
		padding: 3% 5%;
		width: 44%;
		text-align: center;
		font-size: 150%;
		text-transform: uppercase;
	}

	.NF_squareButton:hover {
		color: #fff;
		background-color: #000;
	}

	.NF_squareButton a {
		color: #000;
	}

	.NF_legalese .NF_title {
		width: 80%;
		max-width: 500px;
		padding: 3% 5%;
		color: #fff;
		border: 0px solid #333;
		margin: 11% auto 0% auto;
		text-transform: uppercase;
		font-size: 150%;	}

	.NF_legalese .NF_scrollingTextBox {
		color: #ffffffa1;
		font-size: 16px;
		padding: 0px 35px 20px 0px;
		margin-bottom: 20px;
		margin-right: 5px;
		display: block;
		float: none;
		clear: both;
		width: 80%;
		max-width: 500px;
		margin: -3% auto 8% auto;
		overflow: auto;
		text-align: left;
		height: 400px;
	}

	.NF_imageHolder img {
		margin: 0% auto 2% auto;
		width: 95%;
	}

/***** HOMEPAGE ***********************/

#NF_postUpdateContainer {
	margin: 1% auto;
}


#NF_postUpdateContainer h2 {
	text-align: center;
		padding: 3%;
		font-size: 190%;
}

#NF_postUpdateContainer img {
	width: 100%;
}

#NF_postUpdateContainer h3 {
	text-align: center;
	padding: 2% 0% 0% 0%;
	font-size: 180%;
	margin: 0% 0% 0% 0%;
}

#NF_postUpdateContainer .NF_text {

}
/***** VIDEOS ***********************/

.NF_postStat .NF_postDate {
	display: none;
}

.NF_postStat .NF_postSize {
	display: none;
}

#NF_heroVideoPlaceholder .NF_picHolder {
	height: 500px;
}

#NF_heroVideoBasic {
	position: relative;
}

.NF_videoInfo h1 {
	text-align: left;
	font-size: 189%;
	margin-top: 5%;
}

.NF_videoPreviews .row {
	margin-bottom: 3%;
}

.NF_videoPreviews IMG {
	width: 100%;
}

.NF_videoPreviews h2 {
	background-color: var(--nf-nav-bg-color);
	color: var(--nf-nav-link-color);
	font-size: 110%;
	padding: 2.5%;
	margin-top: 0%;
}

.NF_videoPreviews h2:hover {
	color: #fff;
	text-decoration: none;
}

.NF_columnLeft {
	padding-right: 0%;
}

.NF_columnRight {
	padding-left: 0%;
	background-color: #d49435;
	margin-right: 1%;
	width: 48.8%;
	padding-right: 0%;
}


.NF_description .NF_postStats {
	margin-left: 2%;
	font-family: arial;
	font-size: 90%;
	color: var(--nf-nav-bg-color);
}

.NF_description .NF_postStats .NF_postStat {
	margin-left: 2%;
	float: left;
}

.NF_description .NF_postStats .NF_label {
	text-transform: uppercase;
	font-weight: bold;
}

.NF_description .NF_postStats a {
	color: #0b1c52;
	font-weight: bold;
	font-family: var(--font-headline);
}

.NF_description {
	font-size: 70%;
}

.NF_description p {
	float: none;
	clear: both;
	color: var(--nf-nav-bg-color);
	height: 90px;
	font-size: 120%;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;

}

#NF_home .NF_description p {
	color: var(--color-light);
	height: auto;
	font-size: 120%;
	overflow: auto;
	display: block;

}

#NF_home p {
	color: var(--color-light);
	height: auto;

}

#NF_home .NF_description p {
	padding: 1% 5% 2% 4%;
	font-size: 120%;
}



.NF_description .NF_tags {
	font-size: 100%;
	padding: 0% 0% 2% 4%;
	width: 90%;
}

.NF_description .NF_tags a {
	color: #0b1c52;
	font-weight: bold;
	font-family: var(--font-headline);
}



.NF_description#NF_single .NF_postStats {
	margin-left: 0%;
	font-family: arial;
	font-size: 120%;
	color: var(--color-light);
}

.NF_description#NF_single .NF_postStats .NF_postStat {
	margin-left: 0%;
	margin-right: 3%;
	float: left;
}

.NF_description#NF_single .NF_postStats .NF_label {
	text-transform: uppercase;
	font-weight: bold;
}

.NF_description#NF_single .NF_postStats a {
	color: var(--nf-nav-link-color);
	font-weight: bold;
	font-family: var(--font-headline);
}

.NF_description#NF_single .NF_description {
	font-size: 70%;
}

.NF_description#NF_single p {
	padding-left: 0%;
	margin-top: 2%;
	font-size: 100%;
	color: #ffffffbf;
	clear: both;

}

.NF_description#NF_single .NF_tags {
	font-size: 100%;
	padding: 0% 0% 2% 0%;
	width: 90%;
}

.NF_description#NF_single .NF_tags a {
	color: var(--nf-nav-link-color);
	font-weight: bold;
	font-family: var(--font-headline);
}

.NF_previewPics {
	padding: .5%;
}

.NF_previewPics img {
	width: 100%;
}


/**** Actual Movie page ***************/

.NF_videoInfo p {
	text-align: left;
	font-size: 90%;
	margin-top: 4%;
	width: 96%;

}

.NF_panel {
	text-align: right;
}

.NF_panel .NF_title {
	color: #4D4E3D;
	font-size: 18px;
	margin: 15px auto 0px auto;
}

.NF_panel .NF_title img {
	margin: -5px 20px 0px 0px;
	float: left;
}

.NF_videoChooser {
	margin-top: 16px;
	font-size: 105%;
}

.NF_videoChooser a {
	color: var(--nf-nav-link-color);
	float: none;
	clear: both;
	display: block;
	text-align: center;
	font-size: 147%;
	background-color: var(--nf-nav-bg-color);
	border-radius: 7px;
	margin-bottom: 2%;
}

.NF_videoChooser#NF_streaming {
	text-align: left;
}

.NF_panel #NF_streamingSizes .NF_title {
	float: left;
	margin-top: 4px;
	margin-right: 20px;
}

.NF_panel #NF_downloadSizes {
	clear: both;
	float: left;
}

/***** GALLERIES ***********************/

.NF_header {
	margin: 0% 0% 2% 0%;
	padding: 2% 0% 0% 0%;
	background-color: #000;
	width: 100%;
}

.NF_header a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #336699;
}

#NF_slideShow {
	padding: 15px;
}

#NF_mainImage img {
	width: 100%;
}

#NF_previous {
	text-align: left;
	padding: 0% 5% 3% 5%;
}

#NF_next {
	text-align: right;
	padding: 0% 5%;
	padding: 0% 5% 3% 5%;
}

#NF_thumbnails img {
	float: right;
	margin: 2px 0px 0px 20px ;
}

#NF_thumbnails a {
	float: right;
}

.NF_pixelArrow#NF_left {
	height: 30px;
	width: 19px;
	float: left;
	margin: 0px 20px 15px 10px;
	background-image: url(https://nookfoo.com/.reaktor/matter/cammo/_common_cammo/images_cammo/pixelarrow_left_blue.png);
}

.btn-outline-ghost {
	border: 1px solid #ffffff96;
	border-radius: 7px;
	font-size: 75%;
	font-weight: normal;
	font-family: arial;
	color: #ffffff96;
	padding: 2% 4.6%;
}

.btn-outline-ghost:hover {
	border: 1px solid #ffffff;
}

/***** FAQ and SUPPORT ********/

	h2 {
	color: #ff9900;
	text-align: center;
	}

	h3 {
		font-size: 95%;
	}

	p {
		font-size: 80%;
		line-height: 1.7em;
	}

	.NF_item {
		margin: 0% 5% 8% 0%;
	}

	.NF_sidebar a {
		margin: 3% -4%;
		padding: 3%;
		background-color: #491010;
		display: block;
		color: #ff9900;
	}

	a.NF_itemLink {
		font-size: 80%;
		display: block;
		color: #ff9900;
		margin: -2% 0% 2% 0%;
		text-align: right;
	}

	.NF_sidebarImages{
		margin-top: 15%;
	}


/**** ABOUT PAGE *************/

#NF_about .NF_sectionList .NF_picHolder {
	background-size: contain;
}

/*********** SITE FOOTER *************/

	#NF_footer nav {
		text-align: center;
	}

	#NF_footer nav .NF_text {
		font-size: 80%;
	}

	#NF_footer .NF_adBanner {
		margin: 0% auto 2% auto;
	}

	.NF_sitelinks  {
		margin-top: 2%;
	}

	.NF_sitelinks UL  li {
		display: inline-block;
		font-size: 90%;
		white-space: nowrap;
		margin: 0% 2% 0% 0%;
	}

	.NF_siteFooter H5 {
		font-size: 120%;
	}



	.NF_sitelinks A {
		font-size: 90%;
		margin: 0% 1.5% .5% 0%;
		text-decoration: none;
		color: #ff9900;
	}

	.NF_siteFooter .NF_logo {
		text-align: center;
	}


	.NF_siteFooter .NF_siteLinks {
		padding: 3% 1.5% 3% 3%;
	}

	.NF_siteFooter .NF_sitelinks UL {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.NF_siteFooter .navbar-brand {
		width: 240px;
		margin: 4% 5%;
	}

	.NF_siteFooter .NF_socials IMG {
		width: 30px;
		margin: 5px 5px 5px 0px;
	}

	.NF_siteFooter .NF_socials {
		text-align: left;
	}

	.NF_siteFooter .NF_address {
		padding: 3% 1.5% 3% 3%;
	}

#NF_footer .NF_sitelinks a {
	margin: auto;
}

#NF_footer ol {
	text-align: left;
	width: 80%;
	max-width: 540px;
	margin: auto;
	font-size: 90%;
}

	/******** TOURS AND BILLING ****************/

	img.NF_joinTour {
		max-width: 220px;
	}

	div.NF_joinTour {
		max-width: 360px;
		width: 36%;
		font-size: 70%;
		padding: 1%;
		color: #ffffff61;
	}

	#NF_tours h1 {
		margin-bottom: 2%;
	}

	#NF_tours .NF_text {
		font-size: 120%;
		text-align: center;
	}

	#NF_tours .NF_bigBar {
		background-color: #000;
		text-align: center;
		font-size: 190%;
		padding: 3%;
		margin-bottom: 3%;
		color: #bfc090;
	}

	#NF_tours img {
		margin: 0% auto;
		display: block;
		max-width: 700px;
		width: 100%;
	}

	#NF_tours .carousel-inner {
		margin: 0% auto 3% auto;
	}

	.NF_joinBtn  {
		text-align: center;
		margin: 3% auto;
		background-color: #336699;
		width: 90%;
		padding: 4%;
		font-size: 150%;
		color: #fff;
		border: 5px solid #000;
		display: block;
	}

	#NF_tours .NF_joinBtn a {
		color: #fff;
		text-transform: uppercase;
	}

	#NF_tours .NF_smallText  {
		font-size: 80%;
		text-align: left;
	}

	#NF__ccbill .NF_tourSideBar img {
		width: 100%;
		margin: 13% auto;
	}


	#NF_tours .NF_picHolder {
		width: 100%;
		background-size: cover;
		height: 200px;
		background-image: url(http://nookfoo.com/.reaktor/antimatter/nf/_common_nf/images_nf/nooky_the_atomic_nookleus.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		position: relative;
	}


	.NF_priceListItems {
		text-align: center;
		font-weight: bold;
		font-family: helvetica, arial, courier;
		padding: 3% 6%;
	}

	.NF_priceItem {
		margin: 6% auto 3%;
		font-size: 92%;
		border-bottom: 1px dashed #eaeaea5e;
		padding-bottom: 3%;
	}


	.NF_priceListItems .NF_price {
		text-transform: uppercase;
		color: var(--nf-base-color);
		font-size: 170%;
	}

	.NF_priceListItems .NF_salePrice {
		color: var(--nf-hilite-color);
		font-size: 360%;
		margin: 6% auto;
	}

	.NF_priceListItems .NF_subText {
		color: var(--nf-base-color);
		font-size: 120%;
	}

	.NF_priceListItems .NF_subText span {
		color: var(--nf-hilite-color);
	}

	.NF_priceListItems .NF_rebillPrice {
		color: var(--nf-hilite-color);
		font-size: 145%;
	}

	.NF_priceListItems .NF_rebillPrice span {
		color: var(--nf-base-color);
		font-size: 100%;
	}

	.NF_tourSideBar {
		padding: 13% 0% 0% 0%;
		margin: 0% 13% 0% 5%;
	}


	.NF_conversionBar {
		background-color: #000;
		padding: 3% 0px;
		margin: 0% auto;
	}

	.NF_conversionBar .NF_leftSide {
		font-size: calc(2.4vw);
	}

	.NF_conversionBar .NF_conversionBtn {
		font-size: 172%;
		font-weight: bold;
		white-space: nowrap;
		width: 256px;
	}

	#NF_interiorLinks {
		padding: 0% 5% 0% 0%;
	}


/***** CATALOG PAGE ********************/

.NF_catalogRow {
	max-height: 120px;
	margin: 3px;
}

.NF_catalogItem {
	margin-bottom: 13px;
}

.NF_bootimage {
	background-color: red;
	background-image: url('https://mystraightbuddy.com/_mystraightbuddy-porn-videos/naked-straight-guys-videos/wrestlingjo2/previewpics/wrestlingjo2-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 123px;
}

.NF_bootimage img {
	width: 100%;
	height: 100%;
}


.NF_bootdescription {
	background-color: white;
	padding: 0px 0px 8px 0px;
}

.NF_bootdescription h2 {
	background-color: #601a18;
	margin-top: 0px;
	padding: 8px 10px 8px 20px;
	margin-bottom: 0px;
	font-size: calc(1.7vw);
	text-align: left;
}

.NF_bootdescription .NF_postModels {
	display: none;
}

.NF_bootbuttons {
	background-color: #000;
	text-align: center;
}

.NF_bootbuttons .NF_cartButtons {
	margin: 10px 5px 10px 0px;
}

.NF_bootbuttons .NF_cartButtons {
	margin: 10px 5px 10px 0px;
}

.NF_bootbuttons .NF_cartButtons {
	margin: 10px 5px 10px 0px;
}

.NF_booleanVisibility0 {
	display: none;
}

.NF_booleanVisibility1 {
	display: block;
}

.NF_bootdescription .NF_postStats .NF_postStat {
	padding: 0px;
	height: 17px;
}

.NF_bootdescription .NF_postStats .NF_postStat .NF_postSize {
	display: inline-block;
}

.NF_cartWinder {
	background-color: antiquewhite;
	color: black;
  font-size: 85%;
	padding: 20px 20px 20px 40px;
}

.NF_cartWinder ol {
  font-size: 95%;
}

.NF_cartWinder ol a {
  background-color: black;
  padding: 0px 10px;
  border-radius: 7%;
  display: inline-block;
  font-size: 80%;
}



#NF_footer {
	display: none;
}


/******************************************
/************** MEDIA QUERIES *************
/*****************************************/

/* Note: These media sizes are the same as Bootstrap's but not automatically set.
/* However I have no expectation that these sizes will ever change */

/************** Screens LARGER than 992px *************/

 @media screen and (max-width: 991px) {

	 .navbar-nav {
		 margin: 2% 5% 3% 3.5%;
	 }

	 .navbar .brand-large {
		 display: none;
		 margin-left: -1%;
	 }

	 .navbar .brand-small {
		 display: block;
	 }

	 .navbar .join-tour-members {
		 margin-top: 8px;
		 margin-left: 10px;
		 margin-bottom: 10px;
		 margin-right: 15px;
		 text-transform: uppercase;
		 width: 100%;

	 }

	 .navbar-toggler {
		 margin-right: 20px;
	 }

	 .navbar .btn-join {
		 float: left;
		 font-size: calc(3.2vw);
		 width: 50%;
	 }

	 .navbar .btn-join A {
		 width: 100%;
		 padding: 8px 15px;
		 text-decoration: none;
		 margin: 5px 0px;
	 }

	 .navbar .btn-tour-members {
		 float: right;
		 font-size: calc(2.1vw);
		 margin: 13px 22px 18px 0px;
		 width: 46%;
		 text-align: right;
	 }

	 .navbar .btn-tour-members A {
		 margin-top: 21px;
		 width: 100%;
		 padding: 11px 12px;
	 }

	 div.NF_joinTour {
		 max-width: none;
		 width: 90%;
		 font-size: 120%;
		 padding: 0% 6% 2%;
	 }

	 #NF_topNav li {
		 font-size: 223%;
		 margin-bottom: 3%;
	 }

	 .NF_bootdescription h2 {
		font-size: calc(2.7vw);
	}

 }


@media screen and (max-width: 768px) {

	.NF_leftColumn {
		padding: 2%;
	}

	.NF_rightColumn {
		padding: 2% 10% 3% 5%;
	}

	.NF_conversionBar .NF_leftSide {
		font-size: calc(3.5vw);
	}

	.NF_columnRight {
		width: auto;
	}

	.NF_columnLeft {
		padding-left: 0%;;
	}

	#NF_topNav li {
		margin-right: 2%;
		font-size: 170%;
		padding: 0% 0%;
	}

	.NF_conversionBar .NF_rightSide {
		padding-right: 4%;
		text-align: center;
	}

	.NF_sectionList {
		padding: 4% 9% 4% 6%;
	}

}

@media screen and (max-width: 568px) {

	#NF_pageNavTabs {
		margin-bottom: 7%;
	}

	.navbar .brand-small IMG {
		max-width: 240px!important;
		margin-left: 1%;
	}

	.navbar .btn-join {
		float: left;
		font-size: calc(6.1vw);
		width: 90%;
	}

	.navbar .btn-join A {
		width: 100%;
		padding: 8px 15px;
		text-decoration: none;
		margin: 5px 0px;
	}

	.navbar .btn-tour-members {
		float: left;
		font-size: calc(5vw);
		margin: 5% 22px 18px 0px;
		width: 95%;
		text-align: left;
	}

	.navbar .btn-tour-members A {
		margin-top: 21px;
		width: 100%;
		padding: 11px 12px;
	}

	#NF_tours .NF_picHolder {
		height: 200px;
		width: 95%;
		margin: auto;
	}

	#NF_pageNavTabs li {
		text-transform: uppercase;
		margin: -2% auto -5% auto;
		font-size: 160%;
	}

}
