/**
 * Resets
 */


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 1em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: rgba(31, 31, 31, 0)/*!content_center*/;
	text-align: center /*!text_center*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: center /*!vertical_middle*/;
	align-items: center /*!vertical_middle*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 4.3rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 45%/*!content_center*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 1.6rem;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-family: "MVB Solitaire", Social/*!Persona*/;
	font-style: normal;
	line-height: 1.1;
}

[data-predefined-style="true"] main a {
	color: rgb(0, 0, 0);
    padding-bottom: 0em;
    border-bottom: 0.08em solid rgba(255, 255, 255, 0);
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {

}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "MVB Solitaire", Social/*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3.1rem;
	line-height: 1.1;
	color: rgb(0, 0, 0);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h2 {
	font-family: "MVB Solitaire", Social/*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(0, 0, 0);
	font-size: 2.9rem;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.2;
	font-family: "MVB Solitaire", Social/*!Persona*/;
	font-style: normal;
	font-weight: 400;
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: rgba(255, 255, 255, 1)/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}


/* JOSH CUSTOM CODE */
.headerfixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 200;
}
.headermobile {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 200;
    top: 0;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: white;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    text-align: center;
     font-family: Fort, Social /*!Persona*/;
}
.headermobile a {
	text-decoration: none;
}
.headergradient {
    width: 100%;
    position:fixed;
    z-index:5;
    height: 150px;
    display: none;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
 
.headergradient {
display: none;
opacity: 0;
}
.scrolled2 {
opacity: 1;
}
.headerfixed {
  transition: .3s ease background, .3s ease box-shadow;
  font-size: 18px !important;
  line-height: 19px !important;
  padding-bottom: 15px;
  position: absolute;
  top: 0;
  padding-top: 20px;
  background-color: white;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.scrolled {
    /*transform: scale(0.5,0.5); */
    transform: translateY(-50px);
    background-color: white;
    position: fixed;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
h2 {
    line-height: 20px !important;
    font-size: 26px !important;
    line-height: 24px !important;
}
.content-wrap {
	padding-top: calc(5vh + 100px);
}
html {
  overflow-y: scroll;
}
.active-link {
	border-bottom: 1px solid rgba(0,0,0,0.3) !important;
}
.mobile-only {
	display: none;
}
.desktop-only {
	display: block;
}
@media (max-width: 780px) { 
   .mobile-only {
		display: block;
	}
    .desktop-only {
		display: none;
	}
}

/* MOBILE MENU */

.mobile-navv {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    top: 12px;
    right: 20px;
    z-index: 300;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #000000;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.activated .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 5px) ;
    transform: rotate(-45deg) translate(-6px, 5px) ;
}

/* Fade out the second bar */
.activated .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.activated .bar3 {
    -webkit-transform: rotate(45deg) translate(-1px, -1px);
    transform: rotate(45deg) translate(-1px, -1px) ;
}
/* full screen nav */
.navigation-full {
   position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    z-index: 999;
    background: #ffffff;
    color: #000000;
    display: none;
      padding-top: 20px;
    text-align: center;
     font-family: Fort, Social /*!Persona*/;
}
.navigation-full a {
	text-decoration: none;
}
nav ul {
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 20vh 0 0 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-family: Fort, Social /*!Persona*/;
}
nav ul li {
    display: block;
    position: relative;
    height: auto;
    line-height: 10vh;
}
nav ul li a {
    color: #000000;
    font-size: 24px;
}
.hello {
	display: block;
}