-moz-osx-font-smoothing: grayscale;
: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 */

	--row-flex-direction-a: row;
	--row-flex-direction-b: row-reverse;

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

	--link-color: #83bcf5;
	--link-color-reversed: #da8325;
	--color-light: #ebe9db;
	--color-dark: #1D2022;
	--color-dark-flat: #232;

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

	--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: #ee671d;
	--conversion-btn-bg-color: #48a53d;
	--conversion-btn-color: #fff;

	--nf-nav-bg-color: #2a3747f0;
	--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: #83bcf5;
	--nf-nav-link-color-active: #ffffff;

	--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%;


}

.btn-outline-primary {
	--bs-btn-color:	#bcb49e;
	--bs-btn-border-color: #bcb49e;
	--bs-btn-active-bg: #bcb49e;
	--bs-btn-active-border-color: #bcb49e;
	--bs-btn-active-color: #000;
}

@font-face {
	font-family: "Fredericka the Great";
	src: url("https://radplatypus.com/_common/fonts/FrederickatheGreat-Regular.ttf");
	font-style: normal;
	font-weight: normal;
}

/******************************************
/******** 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: #191d1f!important;
	color: #e1e1e1;
}

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

h1 {
	font-family: 'Abril Fatface';
	font-weight: 400;
	font-style: normal;
	-moz-osx-font-smoothing: grayscale;
	font-size: 300%;
	text-align: left;
	-moz-osx-font-smoothing: grayscale;
}

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


h2 {
	font-size: 135%;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 120%;
}


.NF_picHolder h3 {
	position: absolute;
	bottom: 4%;
	width: 100%;
	left: 0px;
	text-align: center;
	color: #fff;
	text-shadow: #000000 0px 0px;
	font-size: 130%;
}


h4 {
	font-size: 110%;
}

button {
	text-transform: inherit;
}

A {
	color: #336699;
}

/*********** Bootstrap Replacement ***************/
.breadcrumb-item+.breadcrumb-item::before {
	color: rgb(253 253 253 / 52%);
	padding-left: 6px;
}

.nav-link {
	color: #83bcf5;
}


/********** SOMETHING ***********/


.NF_heroHeadline {
	position: absolute;
	bottom: 3%;
	left: 5%;
	z-index: 99;
	font-size: calc(1.575rem + 5.8vw);
	color: #fff;
	text-shadow: #000000 0px 0px 28px;
	font-family: var(--font-condensed), sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	width: 75%;
}


/********** EXPANDO BUTTON ***********/

.NF_articleText {
	width: 90%;
	max-width: 720px;
	line-height: 1.65em;
	margin: 3% auto;
}


.NF_articleText #NF_intro {
	font-size: 140%;
	font-weight: bold;
	width: 90%;
	max-width: 700px;
	line-height: 1.65em
}


.NF_btnContainerContainer {
	position: relative;
	height: 90px;
}

.NF_btnContainer,
.first,
.second {
  position: relative;
}

.NF_btnContainer {
  margin: 10px auto;
  right: 0;
  left: 0;
  width: 170px;
  height: 50px;
  transition: all 0.3s ease;
}

.wrap {
  width: 100%;
  height: 55px;
  border: 2px solid #FFF;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.first,
.second {
  width: 100%;
  height: 0px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
}

.second {
  opacity: 0;
}

.NF_btnContainer:hover {
  width: 200px;
  height: 100px;
  .wrap {
   padding-bottom: 35px;
  }
  .first {
	transform: translateY(-12px);
	padding-top: 5px;
  }
  .second {
	transform: translateY(10px);
	opacity: 1;
	line-height: 40px;
	}
  }
}


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

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

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

.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);
}

.carousel-caption {
	right: 0%;
	left: 0%;
	text-align: center;
	width: 100%;
	padding: 0% 9% 0% 9%;
	text-shadow: #000000 0px 0px 12px;
}

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

section {
	margin: 0%;
	padding: 4% 2% 2.5% 2%;
}

section.NF_banners {
	margin: -5% 0% 0% 0%;
	padding: 0% 2% 5% 2%;
	background-color: #25281f
}

section#NF_threefer {
	padding: 0% 2% 5% 2%;
}


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

.navbar-expand-lg .navbar-nav .nav-link {
	/* color: var(--nf-nav-link-color); says it's not defined but it is */
	text-transform: capitalize;
	padding-right: 17px;
	padding-left: 13px;
}

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

.navbar {
	background-color: #212327!important;
	padding: 0px;
	padding-bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(http://greatlands.us/_media/images/topnav-bg.png)
}

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


.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: #336699;
	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: #ff9900;

}

#NF_pageNavTabs {
	text-transform: capitalize;
	font-family: 'alegreya sans';
	padding: 0% 10% 0% 10%;
	border: none;
	background-color: #00000061;
}

#NF_pageNavTabs li {
	margin: auto;
	display: block;
}

#NF_pageNavTabs li a {
	color: #83bcf5;
}

.NF_subNavTabs {
	position: absolute;
	width: 100%;
	bottom: -42px;
	background-color: rgba(0, 0, 0, 0.562);
	z-index: 99;
	height: 42px;
}


.NF_banner .NF_bannerCol {
	background-color: #fff;
	text-align: center;
	padding: 5%;
}

.NF_banner .NF_bannerCol {
	background-color: #fff;
	text-align: center;
	padding: 5%;
}

#NF_topNav {
	padding-right: 3%;
}

#NF_topNav li {
	font-family: 'Alegreya Sans SC';
	font-size: 137%;
	padding: 0% 0%;
}

.NF_breadCrumbs {
	background-color: rgb(29 45 24 / 88%);
}



/***** PAGE TITLES with DROPDOWNS **********/

.NF_absoluteFloatingDiv {
	position: absolute;
	width: 100%;
	height: 210px;
	top: 0%;
	left: 0%;
	padding-top: 5%;
	background-color: #00000066;
	width: 100%;
	box-shadow: 0px 17px 34px 10px rgba(0, 0, 0, 0.4);
	z-index: 2;
 }

 .NF_absoluteFloatingDiv h1 {
	text-align: center;
	font-size: calc(8.1vw);
	position: relative;
	margin-bottom: -10%;
  }

 .NF_absoluteFloatingDiv select {
	margin: 13% auto auto auto;
	display: block;
	font-size: 122%;
	font-family: helvetica, arial, sans-serif;
	padding: 1%;
  }



/***** CONVERSION BAR ***********************/
.NF_conversionBar {
	text-align: center;
	background-color: var(--conversion-bg-color);
	padding: 2.8% 0% 0% 0;
	background-image: url(https://dev.nookfoo.com/.reaktor/antimatter/nf/_common_nf/images_nf/_elements/drop_shadow_inner.png);
	background-repeat: repeat-x;
	background-position: top;

}

#NF_shopsandsupplies .NF_conversionBar {
	background-color: #123705;
}

.NF_conversionBar .NF_leftSide h2 {
	margin-top: 3px;
	text-align: right;
	font-size: calc(6.1vw);
	margin-bottom: 2%;
	font-family: 'Amatic SC';
}


.NF_conversionBar .btn {
	background-color: var(--conversion-btn-bg-color);
	color: var(--conversion-btn-color);
	margin: 3% !important;
}

.NF_conversionBar .NF_text {
	font-size: medium;
}


/***************************************
/***** ENTITY INFO**********************
/**************************************/

	#NF_entityInfo {
	width: 100%;
	height: 100%;
	background-color: #d6cdb1;
}

#NF_entityInfo .navbar {
	background-color: #ffffff;
	padding:
}

#NF_entityInfo .navbar a {
	color: #ffffff;
}

#NF_entityInfo .navbar a:hover {
	color: #336699;
}


#NF_entityInfo .navbar .button {
	padding: 1% 2%;
	border: 1px solid #336699;
	border-radius: 4px;
	/* color: #336699; */
	color: #83bcf5;
	font-family: "Alegreya", serif;
	font-size: 120%;
}

#NF_entityInfo .navbar {
	display: block;
}

#NF_entityInfo .navbar .row div {
	text-align: center;
}

#NF_entityInfo .navbar .row div.NF_none {
	margin-top: 3.7%;
}

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

#NF_entityInfo  #NF_topNav {
	padding: 0% 3%;
}

#NF_entityInfo h1 {
	font-size: calc(4vw);
	font-family: helvetica,arial,sans-serif;
	text-align: center;
	color: #a64c38;
	font-weight: bold;
}

#NF_entityInfo .NF_companyNameTags {
	background-color: #291706;
	padding: 4% 1%;
	font-size: 80%;
	box-shadow: 0px 15px 9px -8px rgb(22 3 3 / 39%);
	position: relative;
	z-index: 99;
}

#NF_entityInfo .NF_companyNameTags a {
	color: #83bcf5;
	font-family: "Alegreya", serif;
	font-size: 120%;
}

ul.NF_hashTags {
	display: flex !important
	;
	justify-content: space-around;
	padding: 0;
	list-style: none;
	margin: 0;
}

ul.NF_hashTags li {
	display: inline;
}

#NF_entityInfo .NF_sideBySide a {
	color: #336699;
	font-family: "Alegreya", serif;
	font-size: 120%;
}


#NF_entityInfo .NF_sideBySide {
	margin-top: 0%;
	margin-bottom: 0%;
	box-shadow: 0px 15px 9px -8px rgb(22 3 3 / 39%);
	position: relative;
	z-index: 98;
	background-color: #fbf7f4;
	padding-bottom: 1%;
}

#NF_entityInfo .NF_sideBySide#NF_contactInfo .NF_leftSide {
	background-image: url(http://dev.nookfoo.com/.reaktor/antimatter/nf/_common_nf/images_nf/nooky_the_atomic_nookleus.gif);
	background-position: right;
	background-size: cover;
	height: 420px;
}

#NF_entityInfo .NF_sideBySide ul li {
	margin-top: 5%;
}

#NF_entityInfo .NF_sideBySide li img {
	width: 52px;
	margin: 0% 2.5%;
}

#NF_entityInfo .NF_sideBySide .NF_placeHolder {
	width: 194px;
	margin: 6% 2.5% 1% 2.5%;
}

#NF_entityInfo .NF_sideBySide#NF_whatsNearby,.NF_sideBySide#NF_neighborhoodInfo {
	font-size: 80%;
	color: #333333;
}

#NF_entityInfo .NF_sideBySide#NF_whatsNearby .NF_leftSide,.NF_sideBySide#NF_neighborhoodInfo .NF_leftSide {
	padding: 4% 0% 4% 4%;
}

#NF_entityInfo .NF_sideBySide#NF_whatsNearby .NF_rightSide,.NF_sideBySide#NF_neighborhoodInfo .NF_rightSide {
	padding: 4% 5% 2% 4%;
}

#NF_entityInfo .NF_sideBySide#NF_whatsNearby li,.NF_sideBySide#NF_neighborhoodInfo li  {
	margin-top: 1%;
}

#NF_entityInfo .NF_sideBySide#NF_whatsNearby h3,.NF_sideBySide#NF_neighborhoodInfo h3  {
	font-size: 110%;
	font-weight: bold;
	margin: 0% 0% -1.9% 0%;
}

#NF_entityInfo .NF_streetView {
	width: 100%;
	height: 350px;
	background-image: url(http://dev.nookfoo.com/.reaktor/antimatter/nf/_common_nf/images_nf/nooky_the_atomic_nookleus.gif);
	background-position: center;
	background-size: cover;
}

#NF_entityInfo .NF_hiLite {
	color: #ffffff;
}


/***************************************
/***** ADVENTURES **********************
/**************************************/


#NF_adventures #NF_conversionBarTop .NF_btnContainer {
	width: 200px;
}

#NF_adventures #NF_conversionBarTop,#NF_mapsandinfo #NF_conversionBarTop  {
	color: #c77e41;
	background-color: #302a1a;
}
#NF_shopsandsails #NF_conversionBarTop,#NF_mapsandinfo #NF_conversionBarTop  {
	color: #c77e41;
	background-color: #302a1a;
}


#NF_adventures #NF_conversionBarBottom,#NF_mapsandinfo #NF_conversionBarBottom {
	color: #73a8dc;
	background-color: #274375;
}





/***** I NEED A HEROS ***********************/

#NF_article .NF_hero {
	background-image: url(https://greatlands.us/_media/images/adventuremag/cover-hardestclimb.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 620px;
	padding: 5%;
	position: relative;
}

#NF_adventures h1 {
	font-family: 'Abril Fatface';
}

#NF_adventures .NF_hero h1 {
	font-size: 280%;
	margin: 7% auto 0.5% auto;
	padding: 0% 8%;
	text-shadow: #000000 0px 0px 28px;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 2;
}

#NF_adventures .NF_subTitle {
	font-family: 'Alegreya SC', sans-serif;
	font-weight: 400;
	width: 100%;
}

#NF_adventures .NF_hero .NF_subTitle {
	font-size: 140%;
	margin: 0% auto 2.5% auto;
	padding: 0% 8%;
	text-align: center;
	text-shadow: #000000 0px 0px 28px;
	z-index: 2;
	color: #fff;
}

.NF_articleTitle {
	width: 90%;
	max-width: 800px;
	margin: 2% auto 3% auto;
	padding: 1% 3% 1% 4.5%;
}

#NF_adventures #NF_article  h1 {
	font-size: 250%;
}

#NF_article .NF_caption {
	font-family: 'Alegreya Sans SC', sans-serif;
	width: 95%;
	max-width: 950px;
	margin: 1% auto 3% auto;
	color: #bbb;
}

/***** FRONT PAGE ***********************/


#NF_article .NF_text:first-of-type {
	margin-top: 20px;
	padding-top: 60px;
	border-radius: 10px 10px 0px 0px
}

#NF_article .NF_block {
	clear: both;
	font-family: "Alegreya", serif;
	font-weight: 400;
	width: 87%;
	max-width: 800px;
	margin: 0% auto 0% auto;
	line-height: 1.6em;
	font-size: 122%;
	color: #2c2a2a;
	background-color: #bcb49e;
	padding: 2% 60px 2% 45px;
}

#NF_adventures .NF_subSection, #NF_shopsandsupplies .NF_subSection {
	display: block;
	font-family: 'Alegreya Sans SC', sans-serif;
	color: #d48827;
}

/***** SECOND ROW OF 2 OLDER ARTICLES
/* AND MAYBE AN AD IF THE WINDOW IS WIDE ENOUGH ********************/

#NF_twoAndAHalf {
	background-color: #fff;
}

#NF_adventures #NF_twoAndAHalf .NF_subSection,#NF_shopsandsupplies #NF_twoAndAHalf .NF_subSection {
	margin: 1% 0% -3% 0%;
	font-size: 100%;
	padding: 0.8% 4% 1% 6%;
	width: fit-content;
}

#NF_adventures #NF_twoAndAHalf .NF_advertisement .NF_subSection,#NF_shopsandsupplies #NF_twoAndAHalf .NF_advertisement .NF_subSection {
	display: none;
}

#NF_adventures #NF_twoAndAHalf .NF_text, #NF_shopsandsupplies #NF_twoAndAHalf .NF_text  {
	padding: 2% 5% 4% 6.5%;
	font-family: 'Alegreya Sans', sans-serif;
	color: #ffffffcc;
	font-size: 95%;
	font-weight: 300;
	line-height: 1.5em;
}

#NF_adventures #NF_twoAndAHalf h3,#NF_shopsandsupplies #NF_twoAndAHalf h3  {
	font-family: "Alegreya", serif;
	position: absolute;
	bottom: 0%;
	left: 0px;
	text-align: left;
	color: #83bcf5;
	padding: 2% 0% 2% 6.5%;
	background-color: #00000085;
	width: 100%;
	margin-bottom: 0%;
	font-weight: 400;
	font-size: 160%;
	text-shadow: #000000 0px 0px 12px;
}

#NF_adventures  .NF_subArticle,#NF_shopsandsupplies  .NF_subArticle  {
	height: auto;
	padding: 0.1%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: inherit;
	background-color: #22231e;

}

#NF_adventures .NF_advertisement  h3 {
	display: none;
}

#NF_adventures .NF_subArticle .NF_picholder,#NF_shopsandsupplies .NF_subArticle .NF_picholder {
	height: 280px;
}

#NF_adventures  .NF_subArticles h2 {
	font-size: 165%;
	text-align: center;
	margin: 2.5%;
}

#NF_adventures .NF_subArticles P {
	padding: 4% 6% 4% 4%;
	font-size: 75%;
	color: #ffffff70;
	font-family: arial,sans-serif;
}


/***** SECOND ROW OF 3 EVEN OLDER ARTICLES
/* AND MAYBE AN AD IF THE WINDOW IS WIDE ENOUGH ********************/


#NF_shopsandsupplies #NF_threeFer {
	background-color: #191a18;
}

#NF_adventures #NF_threeFer {
	background-color: #191a18;
}

#NF_adventures #NF_threeFer .NF_subSection,#NF_shopsandsupplies #NF_threeFer .NF_subSection,#NF_ourtown #NF_threeFer .NF_subSection  {
	margin: 3% 0% -5% 8%;
	font-size: 90%;
}

#NF_adventures .NF_oldSubArticle,#NF_shopsandsupplies .NF_oldSubArticle,#NF_ourtown .NF_oldSubArticle {
	height: auto;
	padding: 0.6% 0.3%;
}

h4 {
	width: 100%;
	text-align: left;
	padding: 2% 1% 0% 8%;
	margin-bottom: 1%;
	font-family: "Alegreya", serif;
	color: #83bcf5;
	font-weight: 400;
	font-size: 115%;
}

#NF_adventures .NF_oldSubArticle .NF_text,#NF_shopsandsupplies .NF_oldSubArticle .NF_text,#NF_ourtown .NF_oldSubArticle .NF_text {
	font-family: 'Alegreya Sans', sans-serif;
	color: #ffffffcc;
	padding: 1% 1% 3% 8%;
	font-size: 85%;
	font-weight: 300;
	line-height: 1.5em;
}

#NF_adventures #NF_bottomAd {
	background-image: url(https://greatlands.us/_media/images/adventuremag/ad-horsebackriding.jpg);
	height: 300px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#NF_adventures #nf_bottomAd .NF_adColumn {
	padding: 5% 3%;
	text-align: center;
}

#NF_adventures #nf_bottomAd .NF_adColumn .NF_adTagline  {
	text-align: center;
	color: #ffffff;
	margin-top: 5%;
	text-decoration: none;
	font-size: 120%;

}

#NF_adventures #nf_bottomAd .NF_adColumn .NF_conversionBtn  {
	margin-top: 6.5%;
}

#NF_adventures #nf_bottomAd .NF_btnContainer {
	width: 290px;
}

#NF_adventures #nf_bottomAd .NF_btnContainerContainer  {
	margin: 4% auto;
	padding-right: 0%;
}


#NF_mapsandinfo .NF_twoFer .NF_btnContainerContainer {
	margin: -5% 15%;
}

#NF_mapsandinfo .NF_twoFer .NF_column {
	position: relative;
	padding: 0px!important;
}

#NF_mapsandinfo .NF_twoFer .NF_column .NF_contents {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;

}

#NF_mapsandinfo .NF_twoFer .NF_column .NF_contents .NF_columnContents {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 15% 4% 2% 5%;
	font-size: 70%;
	text-align: center;
}

#NF_mapsandinfo .NF_twoFer .NF_column img {
	width: 100%;
}


#NF_mapsandinfo .NF_twoFer .NF_column p {
	padding: 3%;
	text-align: center;
}


#NF_mapsandinfo .NF_hero {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 420px;
	padding: 5%;
	position: relative;
}

/* box-shadow: 0px 0px 14px 13px #00000; */
#NF_mapsandinfo .NF_hero .row {
	background-color: #00000096;
	width: 100%;
	box-shadow: 0px 0px 14px 20px rgba(0, 0, 0, 0.6);
}

#NF_mapsandinfo .NF_hero .row  select {
	font-size: 130%;
	font-family: helvetica,arial,sans-serif;
}

#NF_mapsandinfo .NF_dropDownHolder {
	padding: 0% 5%;
	text-align: right;
}

#NF_mapsandinfo .NF_hero h1 {
	font-size: 240%;
	margin: 0% auto 2.5% auto;
	text-align: center;
	text-shadow: #000000 0px 0px 28px;

}

#NF_mapsandinfo .NF_hero .NF_subTitle {
	font-size: 140%;
	margin: 5% auto 2.5% auto;
	text-align: center;
	text-shadow: #000000 0px 0px 28px;
	position: absolute;
	bottom: 5%;
	left: 5%
}

#NF_mapsandinfo .NF_subArticle,#NF_shopsandsupplies .NF_subArticle {
	padding: 0%!important;

}
#NF_mapsandinfo .NF_subArticle img,#NF_shopsandsupplies .NF_subArticle img {
	width: 100%;
}

#NF_mapsandinfo  .NF_services {
	padding: 3% 0px;
	background-color: #40443a;
}

#NF_mapsandinfo  .NF_services img {
	width: 100%;
}

#NF_mapsandinfo  .NF_services .NF_btnColumn {
	padding-left: 0%;
}

#NF_mapsandinfo .NF_services .NF_columnleft {
	padding-top: 0.8%;
	text-align: center;
}

#NF_mapsandinfo .NF_services .NF_columnleft {
	padding-top: 0.8%;
	padding-right: 0%;
	text-align: right;
}

#NF_mapsandinfo .NF_services .NF_columnCenter {
	text-align: center;
}

#NF_mapsandinfo .NF_services .NF_columnCenter a {
	font-family: 'Amatic SC';
	font-size: calc(5.4vw);
	color: antiquewhite;
	padding-top: 5.2%;
	display: block;
}


#NF_mapsandinfo #NF_bottomAd {
	background-image: url(https://greatlands.us/_media/images/mapsandinfo/ad-sleepykid.png);
	height: 420px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	background-size: cover;
}

#NF_mapsandinfo #NF_bottomAd .NF_btnContainerContainer {
	margin-left: 25%;
}

#NF_mapsandinfo #nf_bottomAd .NF_adColumn {
	padding: 5% 3%;
	text-align: center;
}

#NF_mapsandinfo #nf_bottomAd .NF_adColumn img {
	width: 100%;
}

#NF_mapsandinfo #nf_bottomAd .NF_adColumn .NF_adTagline  {
	text-align: center;
	color: #ffffff;
	margin-top: 5%;
	text-decoration: none;
	font-size: 120%;

}

#NF_mapsandinfo .NF_twoFer .NF_columnLeft .NF_columnContents {
	background-image: url(https://greatlands.us/_media/images/mapsandinfo/entertainment-1.png);
	background-size: cover;
	background-position: top;
	height: 265px;
}

#NF_mapsandinfo .NF_twoFer .NF_columnRight .NF_columnContents {
	background-image: url(https://greatlands.us/_media/images/mapsandinfo/entertainment-2.png);
	background-size: cover;
	background-position: top;
	height: 265px;
}

#NF_mapsandinfo  .NF_twoFer.NF_entertainment .NF_columnContents h3 {
	text-align: center;
	padding: 7% 0% 0% 0%;
	font-size: calc(3.4vw);
	margin: 0% auto -2% auto;
	font-family: borel;
	color: #2d2f2a;


}


#NF_mapsandinfo .NF_twoFer.NF_entertainment .NF_columnContents p {
	margin-bottom: -2%;
	font-family: 'Alegreya Sans';
	padding: 5% 7%;
	font-size: 120%;
}

#NF_mapsandinfo #NF_bottomAd .NF_columnRight {
	text-align: right;
}

#NF_mapsandinfo #NF_bottomAd .NF_columnRight img {
	width: 100%;
	max-width: 660px;
	margin-top: 5%;
}

#NF_mapsandinfo #NF_bottomAd .wrap {
	background-color: rgb(0 0 0 / 33%);
}


#NF_mapsandinfo #nf_bottomAd .NF_btnContainer {
	width: 260px;
}

/****** SHOPS & SUPPLIES *******************/

#NF_shopsandsupplies h1 {
	text-shadow: #000000 0px 0px 28px;

}


#NF_shopsandsupplies .NF_subShops h2 {
	text-align: center;
	padding: 3% 0% 1% 0%;
	color: #336699;
}


#NF_shopsandsupplies .NF_subShops {
	background-color: #e8e3df;
}


#NF_shopsandsupplies .NF_cardholder {
	width: 29.8%;
	height: 235px;
	float: left;
	padding: 0%;
	margin: 1.5% 1.5 1.5% 2.5%;
}

#NF_shopsandsupplies .NF_subShops .NF_roundCard {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	padding-top: 180px;
	border-radius: 23px;
}

#NF_shopsandsupplies .NF_subShops .NF_roundCard h3 {
	text-align: center;
	text-shadow: #000000 0px 0px 28px;
}



/********** SHops and Supplies List Page **********/

	#NF_header h1 {
	text-shadow: none;
	color: #191d1f;
	font-size: calc(4.5vw);
}

#NF_header p {
	margin-right: 5%;
}

#NF_shoppingList {
	background-color: #bcb49e;
}

section#NF_header, #NF_shoppingList section {
	padding: 0px;
}

#NF_shoppingList p {
	font-size: 65%;
	color: #191d1f;
	line-height: 1.4em
}

#NF_shoppingList #NF_header #NF_text {
	padding: 0% 4% .5% 2.5%;
}

#NF_shoppingList #NF_sortPanel {
	background-image: url(https://dev.greatlands.us/_common/images/shopsandsales/sort.png);
	background-repeat: no-repeat;
	background-color: #78110c;
	color: #bcb49e;
	margin-bottom: 2px;
	padding-top: 29px;
	padding-bottom: 18px;
	font-size: 80%;
}

#NF_shoppingList #NF_sortPanel .NF_leftSide {
	border-right: 1px dashed #ffffff57;
}

#NF_shoppingList #NF_sortPanel .NF_label {
	font-size: 80%;
	margin-right: 10px;
}

#NF_shoppingList #NF_sortPanel .NF_buttonRow {
	margin-bottom: 8px;
}

#NF_shoppingList #NF_sortPanel .NF_leftSide .NF_buttonRow {
	text-align: right;
}

#NF_shoppingList #NF_sortPanel .NF_rightSide .NF_buttonRow {
	text-align: left;
}




#NF_shoppingList #NF_sortPanel P {
	color: #bcb49e;
	font-size: 75%;
}

#NF_shoppingList #NF_sortPanel P A {
	color: #fff;
}

#NF_shoppingList #NF_sortPanel .NF_leftSide P {
	text-align: right;
	margin-top: 6px;
	margin-bottom: 8px;
}

#NF_shoppingList #NF_sortPanel .NF_rightSide P {
	text-align: left;
	margin-top: 7px;
	margin-bottom: 9px;
}

#NF_categoryPanel {
	text-align: center;
	background-color: #1d2c19;
	color: #bcb49e;
}

#NF_shoppingList #NF_categoryPanel .NF_leftSide {
	padding-top: 4px;
}

#NF_shoppingList #NF_categoryPanel .NF_rightSide {
	padding-top: 18px;
}

#NF_shoppingList #NF_list {
	margin: 0.2% auto;
}
#NF_shoppingList #NF_list .NF_leftSide {
	text-align: center;
}

#NF_shoppingList #NF_list h3 {
	font-family: "Alegreya", serif;
	text-align: left;
	color: #83bcf5;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0%;
	font-weight: 400;
	font-size: 160%;
}

#NF_shoppingList #NF_list .NF_leftSide img  {
	width: 95%;
	border: 3px solid #fff;
	margin: 0% 0% 0% auto;
	background-color: #342121;
}


#NF_shoppingList #NF_list P {
	margin-right: 5%;
	margin-bottom: 4%;
}

#NF_shoppingList #NF_list .NF_infoRow {
	background-color: #000;
	margin-top: 25px;
	margin-bottom: -39px;
	padding: 15px 0px 15px 0px;
}

#NF_shoppingList #NF_header .NF_leftSide {
	background-image:url(https://dev.greatlands.us/_common/images/shopsandsales/header-newbusinesses.jpg);
	height:150px;
	background-size: cover;
}

.NF_entityRow {
	margin: 4% 5%;
}

#NF_shoppingList .card {
	background-size: contain;
	background-repeat: no-repeat;
	margin: 7% 0% 0% 0%;
	font-family: "Alegreya", serif;
	--bs-card-border-color: rgb(0 0 0 / 61%);

}


/*
#NF_shoppingList .NF_leftSide#NF_header {
	background-image:url(https://dev.greatlands.us/_common/images/shopsandsales/header-newbusinesses.jpg);
	height:150px;
	background-size: cover;
}

#NF_shoppingList .NF_rightSide#NF_header {
	padding: 0% 6% .5% 6.5%;
}
*/



.NF_lockSet {
	white-space: nowrap;
	text-transform: uppercase;
}

.NF_lockSet A {
	/* font-weight: bold; */
}



/***** OUR TOWN ****************/



#NF_ourtown .NF_magSection {
	border-top: 1px dashed #ffffff24;
}

#NF_ourtown h1 {
	text-shadow: #000000 0px 0px 28px;

}

#NF_ourtown h2 {
	margin-top: -1.2%;
}


#NF_ourtown .NF_mainSubItem .NF_rightColumn {
	padding-right: 0%;
}


#NF_ourtown .NF_mainSubItem img {
	height: 70px;
	margin: 6% 6% 0% -5%;
	float: left;";
}

#NF_ourtown .NF_subShops h2 {
	text-align: center;
	padding: 3% 0% 1% 0%;
	color: #336699;
}

#NF_ourtown h4 {
	margin-left: 0%;
	padding-left: 0%;
}

#NF_ourtown #NF_threeFer h4 {
	padding-left: 8%;
}

#NF_ourtown .NF_caption {
	margin-left: 0%;
	padding-left: 0%;
	font-family: 'Alegreya Sans';
	color: #aeada8;
}


#NF_ourtown .NF_subShops {
	background-color: #e8e3df;
}


#NF_ourtown .NF_cardholder {
	width: 29.8%;
	height: 235px;
	float: left;
	padding: 0%;
	margin: 1.5% 1.5 1.5% 2.5%;
}

#NF_ourtown .NF_subShops .NF_roundCard {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	padding-top: 180px;
	border-radius: 23px;
}

#NF_ourtown .NF_subShops .NF_roundCard h3 {
	text-align: center;
	text-shadow: #000000 0px 0px 28px;
}

#NF_ourtown .NF_magSection .NF_mainArea .NF_mainAreaImage {
	width: 100%;
}

#NF_ourtown .NF_magSection .NF_leftColumn img {
	display: none;
}

#NF_ourtown #NF_eventsSection .NF_sideBarContainer {
	background-color: #22252c;
}

#NF_ourtown .NF_sideBarContainer #NF_sidebarItem2 {
	margin-top: -1%;
}
#NF_ourtown .NF_sideBarContainer #NF_sidebarItem3 {
	margin-top: -2%;
}

#NF_ourtown #NF_peopleSection .NF_sideBarContainer {
	background-color: unset;
}

#NF_ourtown #NF_peopleSection  {
	background-color: #1d1d1a;
}

#NF_ourtown h2 {
	color: #ff9900;
	font-size: 176%;
}


#NF_ourtown .NF_sideBarContainer h4 {
	font-family: 'Alegreya Sans SC';
}

#NF_ourtown .NF_sideBarContainer P {
	font-family: Alegreya;
	color: #8ea88a;
}

/******************************************
/************** 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 (min-width: 991px) {

	.NF_absoluteFloatingDiv select {
		margin: 13% auto auto 1%;
	}

	.NF_absoluteFloatingDiv h1 {
		text-align: right;
	}

}

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

	.offcanvas-body {
		padding: 0%;
	}

	.offcanvas-body ul ul {
		width: 100%;
		border: 0px;
		margin: -1px;
		padding: 1px;
	}

	.NF_mainNavDropCarret {
		margin-top: 3%;
	}

	.navbar-nav {
		margin: 0%;
	}

	.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;
	}



	#NF_topNav li {
		font-size: 160%;
		/* margin: 1% auto 5% auto; */
		width: 100%;
		background-color: black;
		margin: 1px;
		padding: 3%;
	}

	#NF_mapsandinfo .NF_twoFer .NF_columnLeft .NF_columnContents {
		height: 265px;
	}
	#NF_mapsandinfo .NF_twoFer .NF_columnRight .NF_columnContents {
		height: 265px;
	}

	#NF_mapsandinfo .NF_twoFer.NF_entertainment .NF_columnContents p {
		margin-bottom: -2%;
		font-family: 'Alegreya Sans';
		padding: 5% 3%;
		font-size: 120%;
		line-height: 1.6em;
	}


}


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


	#NF_pageNavTabs {
		display: none!important;
	}

	.NF_btnContainerContainer {
		margin: auto;
	}
	.NF_conversionBar {
		padding: 4% 5% 0% 5%;
	}

	.NF_conversionBar .NF_text {
		display: none;
	}

	.NF_conversionBar .NF_leftSide h2 {
		margin-top: 3px;
		text-align: center;
		font-size: calc(9vw);
	}

	#NF_adventures .NF_subArticle .NF_picholder {
		height: 290px;
	}


	#NF_mapsandinfo .NF_dropDownHolder {
		padding: 2.5% 5%;
		text-align: center;
	}

	#NF_mapsandinfo .NF_services .NF_columnCenter a {
		font-size: calc(10.3vw);
		padding-top: 1%;
		padding-bottom: 6%;
	}

	#NF_mapsandinfo .NF_services .NF_columnleft {
		text-align: center;
	}

	#NF_mapsandinfo .NF_services .NF_columnleft .NF_leftColumnIcons {
		width: 65%;
	}

	#NF_mapsandinfo .NF_twoFer .NF_columnLeft .NF_columnContents {
		background-image: url(https://greatlands.us/_media/images/mapsandinfo/entertainment-1.png);
		background-size: cover;
		background-position: top;
		height: 280px;
	}

	#NF_mapsandinfo  .NF_twoFer.NF_entertainment .NF_columnContents h3 {
		font-size: calc(6vw);
	}

	#NF_mapsandinfo .NF_twoFer.NF_entertainment .NF_columnContents p {
		padding: 4% 10%;
	}


	.NF_absoluteFloatingDiv h1 {
		text-align: center;
		font-size: calc(13.1vw);
		margin-top: -4%;
	  }

	 .NF_absoluteFloatingDiv select {
		margin: 15% auto auto auto;
		font-size: 122%;
	  }

	  #NF_entityInfo .navbar .row div.NF_none {
		  text-align: center;
		  margin-top: .7%;
		  margin-bottom: 3%;
	  }

}

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

	.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_pageNavTabs {
		margin: 0% auto 9% auto;
	}

	#NF_pageNavTabs li {
		margin: 2% auto -8% auto;
	}

	#NF_adventures .NF_hero .NF_subTitle {
		top: 65%;
		padding: 0% 4%;
	}

	#NF_adventures .NF_subArticle .NF_picholder {
		height: 390px;
	}

	#NF_adventures .NF_subArticle.NF_advertisement .NF_picholder {
		height: 317px;
		background-size: contain;
	}

	#NF_twoAndAHalf h3 {
		font-size: 160%;
	}
	#NF_twoAndAHalf .NF_text {
		font-size: 120%;
	}
	#NF_adventures #NF_twoAndAHalf h3 {
		font-weight: 600;
	}

	#NF_adventures .NF_oldSubArticle, #NF_shopsandsupplies .NF_oldSubArticle {
		height: auto;
		padding: 0.6% 0.3%;
		width: 100%;
	}

	#NF_adventures #NF_threeFer {
		padding: 3% 0%;
	}

	/* one of these, #NF_threeFer or .NF_oldSubArticle, is unnecessary */
	#NF_threeFer .NF_oldSubArticle .NF_picHolder,#NF_shopsandsupplies .NF_oldSubArticle .NF_picHolder {
		width: 40%;
		background-size: cover;
		height: 150px;
		background-image: url(http://dev.nookfoo.com/.reaktor/antimatter/nf/_common_nf/images_nf/nooky_the_atomic_nookleus.gif);
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
		float: left;
		margin: 2.5% 3% 2.5% 4.7%;
		border-radius: 10px;
	}

	#NF_adventures #NF_threeFer .NF_subSection, #NF_shopsandsupplies #NF_threeFer .NF_subSection {
		margin: 1% 0% -5% 8%;
		font-size: 82%;
	}

	#NF_adventures .NF_oldSubArticle .NF_text,#NF_shopsandsupplies .NF_oldSubArticle .NF_text {
		display: block;
		font-size: 73%;
		margin-bottom: 0%;
		padding-bottom: 0%;
	}

	#NF_adventures .NF_oldSubArticle h4,#NF_shopsandsupplies .NF_oldSubArticle h4 {
		font-size: 120%;
		margin-bottom: -1%;
	}


	#NF_adventures #NF_leftColumnID {
		height: 72px;
	}

	#NF_adventures #NF_bottomAd a img {
		width: 46%;
	}

	#NF_shoppingList #NF_sortPanel {
		padding: 46px 1% 18px 1%;
		font-size: 115%;
	}

	#NF_shoppingList #NF_sortPanel P {
		font-size: 75%;
	}

	#NF_shoppingList #NF_sortPanel .NF_leftSide {
		border-right: 0px;
	}

	#NF_shoppingList #NF_sortPanel .NF_leftSide P {
		text-align: center;
/*			margin-top: 6px;
		margin-bottom: 8px;*/
	}


	#NF_shoppingList #NF_sortPanel .NF_leftSide .NF_buttonRow {
		text-align: center;
	}

	#NF_shoppingList #NF_sortPanel .NF_rightSide .NF_buttonRow {
		text-align: center;
	}

	#NF_shoppingList #NF_sortPanel .NF_rightSide P {
		text-align: center;
/*			margin-top: 7px;
		margin-bottom: 9px; */
	}


	#NF_shoppingList #NF_header .NF_leftSide {
		height: 230px;
	}


	#NF_shoppingList #NF_header #NF_text {
		padding: 0% 5% .5% 6.5%;
	}


	#NF_shoppingList #NF_list .NF_infoRow {
		margin-top: -2px;
		margin-bottom: -3px;
		padding: 2% 4% 2% 4%;
	}

	#NF_shoppingList #NF_list h3 {
		margin-top: 9px;
		font-size: 120%;
	}

	#NF_shoppingList #NF_list .NF_bodyRow .NF_leftSide {
		padding-right: 1%;
	}

	#NF_shoppingList #NF_list .NF_bodyRow .NF_rightSide {
		padding-left: 1%;
		padding-right: 3%;
	}


	#NF_header h1 {
		font-size: calc(7.5vw);
	}

	#NF_ourtown .NF_magSection .NF_leftColumn img {
		display: block;
	}

	#NF_ourtown .NF_mainSubItem img {
		margin: 6% 2% 0% 0%;
		height: 70px;
		float: left;
	}

	#NF_ourtown .NF_mainSubItem .NF_rightColumn {
		margin-top: -4%;
	}


	#NF_article .NF_text {
		width: 100%;
	}


	#NF_article .NF_block {
		width: 100%;
	}

}
