html {
	font-size: 1rem;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: none;
	-webkit-tap-highlight-color: transparent;
	
	/* footer stuff */
	position: relative;
 	min-height: 100%;
	
	-webkit-font-smoothing: antialiased;
}

body {
	padding-top: 0rem;
	/*font-family: 'Roboto Slab', serif;*/
	/*font-family: 'Lora', serif;*/
	font-family: 'Libre Baskerville', serif;
	color: rgba(28, 11, 13, 0.88);
	/*color: rgba(22, 22, 22, 0.88);*/
	line-height: 1.60 !important;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	/*background-color: rgba(244,206,158,1.00);*/
	background-color: rgba(23, 23, 23, 1.0);
	
	/* space above footer */
	margin: 0 0 5rem;
}

table.light {
	color: rgba(244,206,158,0.95);
}

.table-borderless td,
.table-borderless th {
    border: 0;
}


/* Remove Horiz Scrollbar from devices 
.container {
	max-width: 100%;
}*/


/* Removes Scrollbar */
.row {
	margin: 0px;
	justify-content: center;
}

.spag-red{
	/*background-color: rgba(213, 65, 18, 1.0);*/
	background-color: rgba(157, 75, 68, 1.0);
}


/* N A V */


/* SIZE, FONT*/
.navbar-nav {
	/*font-family: 'Roboto Slab', serif;*/
	/*font-family: 'Oswald', sans-serif;*/
	/*font-family: 'Lora', serif;*/
	/*font-family: 'Smokum', cursive;*/
	font-family: 'Londrina Sketch', cursive;
	font-size: 2rem;
	letter-spacing: 0.010rem;
	text-transform: uppercase;
}

/* SPACING */
.navbar-nav > li {
	margin-left: 1rem;
	margin-right: 1rem;
}

.navbar-link {
	padding-right: 0.75rem;
}

/* NAV OUTLINE */
.nav-outline {
	border: 1px solid rgba(243, 222, 192, 0.88)
}

.nav-outline:hover {
	border: 1px solid rgba(255, 255, 255, 0.88)
}



/* COLORS, STATES */
.navbar-light .navbar-nav .nav-link {
  color: rgba(244,206,158,1.0);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link.focus,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(244,206,158,1.00);
}

.navbar-light .navbar-nav .nav-link:hover {
	/*color: rgba(255,255,255,0.88);*/
	color: rgba(244,206,158,1.0);
	text-shadow: 0 0 6px rgba(244,206,158,1.0);
}


/* ON CLICK - COLORS, STATES */
.nav-item.dropdown a:focus {
	background-color: transparent;
	border: none !important;
	color: rgba(77, 77, 75, 0.66) !important;
}

.nav-item.dropdown a:active {
	background-color: none !important;
	border: none !important;
	color: rgba(77, 77, 75, 0.66) !important;
}


/* D R O P  D O W N */

/* dropdown arrow */
.dropdown-toggle::after {
    display:none;
}
/*.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.15em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
	color: rgba(0,0,0,0.15)
}*/

/* dropdown box */
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
/*	margin: 0.125rem 0 0;*/
	margin: 0;
	font-size: 1rem;
	text-align: left;
	list-style: none;
	background-color: rgba(255, 255, 255, 1.0);
	background-clip: padding-box;
	border-top: 2px solid #0272bc;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-radius: 0rem;
/*  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;*/
}




/* dropdown NAV selections IN dropdown */
.dropdown-item {
	color: rgba(77, 77, 75, 0.88);
}

.dropdown-item:focus,
.dropdown-item:active {
	color: rgba(77, 77, 75, 0.88);
	text-decoration: none;
	border-radius: none !important;
}

.dropdown-item:hover {
	color: rgba(77, 77, 75, 0.88);
	text-decoration: none;
	background-color: rgba(2, 114, 188, 0.09);
	border-radius: none !important;
}



/* TOGGLE / COLLAPSED */
/* Center Nav Links (not dropdowns) AFTER COLLAPSE */
.navbar-collapse {
	margin-top: 0rem;
    text-align: center;
}

.navbar-collapse {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}



/* BUTTONS */

.btn {
	font-family: 'Roboto Slab', serif;
	font-style: normal;
	font-weight: lighter;
}

.btn-lg {
	padding: 2rem;
}

.btn-top-page,
.btn-top-page:focus,
.btn-top-page:active {
	color: rgba(255,255,255,0.88);
	background-color: rgba(0,0,0,0.33);
	border-color: rgba(0,0,0,0.0)
}
.btn-top-page:hover {
	color: rgba(255,255,255,1.0);
	background-color: rgba(0,0,0,0.50);
	border-color: rgba(0,0,0,0.0)
}

.btn-dr,
.btn-dr:focus,
.btn-dr:active,
.btn-dr.focus,
.btn-dr.active  {
	color: rgba(244,206,158,0.75);
	background-color: rgba(244,206,158,0.00);
	border: 1px solid rgba(244,206,158,0.75);
	border-radius: 3px;
	padding: 1rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
.btn-dr:hover {
	color: rgba(244,206,158,0.88);
	background-color: rgba(244,206,158,0.10);
	border-color: rgba(244,206,158,0.88);
}


.btn-dr02,
.btn-dr02:focus,
.btn-dr02:active,
.btn-dr02.focus,
.btn-dr02.active  {
	color: rgba(157, 75, 68, 0.75);
	background-color: rgba(157, 75, 68, 0.00);
	border: 1px solid rgba(157, 75, 68, 0.75);
	border-radius: 3px;
	padding: 1rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
.btn-dr02:hover {
	color: rgba(157, 75, 68, 0.88);
	background-color: rgba(213, 65, 18, 0.10);
	border-color: rgba(157, 75, 68, 0.88);
}



.btn-buynow {
	color: rgba(255,255,255,1.0);
	background-color: rgba(40,167,69,1.0);
	border-color: rgba(40,167,69,1.0);
}

.btn-buynow.active,
.btn-buynow:active,
.btn-buynow.focus,
.btn-buynow:focus,
.show>.btn-buynow.dropdown-toggle {
	color: rgba(255,255,255,1.0);
	background-color: rgba(40,167,69,1.0);
	border-color: rgba(40,167,69,1.0);
	/*box-shadow:0 0 0 3px rgba(40,167,69,.5)*/
}

.btn-buynow:hover {
	color: rgba(255,255,255,1.0);
	background-color: rgba(33,136,56,1.0);
	border-color: rgba(30,126,52,1.0)
}




/* S E C T I O N S  &  C O N T E N T  B O X E S */

.spacer {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.spacer02 {
	padding: 2.25rem 0 4.5rem 0;
}

.section-black {
	background-color: rgba(23, 23, 23, 1.0);
}

.section-paper {
	background-color: rgba(244,206,158,1.00);
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0 auto;
}

.section-video {
    background-color: rgba(23, 23, 23, 1.0);
    background-image: url(../images/section_images01.jpg);
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    margin: 0;
    margin-top: 0;
}

/*.section-production {
    background-color: rgba(23, 23, 23, 1.0);
    background-image: url(../images/section_images05.jpg);
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    margin: 0;
    margin-top: 0;
}
*/

.section-production {
    background-image: url(../images/section_images05.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    margin: 0;
    margin-top: 0;
}


.section-dutch {
    background-image: url(../images/section_images03.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    margin: 0;
    margin-top: 0;
}

.section-levi {
    background-image: url(../images/section_images02.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    margin: 0;
    margin-top: 0;
}

.section-archi {
    background-image: url(../images/section_images04.jpg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    margin: 0;
    margin-top: 0;
}

.section-fun {
    background-color: rgba(23, 23, 23, 1.0);
    background-image: url(../images/section_images07.jpg);
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    margin: 0;
    margin-top: 0;
}

.section-fun02 {
    background-color: rgba(23, 23, 23, 1.0);
    background-image: url(../images/section_images06.jpg);
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    margin: 0;
    margin-top: 0;
}


.content-box-torn {
	border-style: solid;
	border-width: 25px 0px 24px;
	-moz-border-image: url(../images/edge03.png) 25 0 24 repeat;
	-webkit-border-image: url(../images/edge03.png) 25 0 24 repeat;
	-o-border-image: url(../images/edge03.png) 25 0 24 repeat;
	border-image: url(../images/edge03.png) 25 0 24 repeat;
	padding-top: 0.33rem;
	padding-bottom: 0.33rem;
}


.content-box-char {
	/*background-color: rgba(0,0,0,0.25);*/
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	border-radius: 0 0 0 1rem;
	box-shadow: -10px 10px 20px -12px rgba(255,255,255,0.33);
	padding: 1.25rem;
	
}

.content-box-char-left {
	/*background-color: rgba(0,0,0,0.25);*/
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	border-radius: 0 1rem 0 0;
	box-shadow: 10px -10px 20px -12px rgba(255,255,255,0.33);
	padding: 1.25rem;
}

.content-box-img {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.12+0,0.5+0,0+100 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 1rem;
	padding: 1.25rem;
}


.rule-torn01 {
    display:block;
    border:0px;
    background-image: url(../images/rule_torn01.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 11px;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	opacity: 0.33;
	}

.rule-torn01-light {
    display:block;
    border:0px;
    background-image: url(../images/rule_torn01_light.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 11px;
	width: 100%;
	padding: 0;
	margin-bottom: 1.25rem;
	opacity: 0.33;
	}


.rule-torn02 {
    display:block;
    border:0px;
    background-image: url(../images/rule_torn02.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 11px;
	padding: 0;
	margin-top: 0.75rem;
	}

.content-solar {
	color: rgba(0, 0, 0, 0.88);
	background-color: rgba(255, 255, 255, 0.88);
	border-top-left-radius: 1rem;
	text-align: left;
	padding: 1.5rem;
}





/*  F O N T   A W E S O M E  */
.fa-li {
	opacity: 0.33;
	/*color: rgba(186, 148, 85, 0.88);*/
}
	

/* T E X T */

/* Body Text Link Color */
a,
a:focus,
a:active {
	position: relative;
	color: rgba(157, 75, 68, 1.0);
	text-decoration: none;
/* fade transition effect */
  -o-transition:.25s;
  -ms-transition:.25s;
  -moz-transition:.25s;
  -webkit-transition:.25s;
  transition:.25s; 
}
a:hover {
	color: rgba(157, 40, 30, 1.0);
	text-decoration: none;
}

p {
	margin-bottom: 0; padding-bottom: 0
}

p > a,
p > a:active,
p > a:focus,
p > a:hover {
	text-decoration: none;
}

p.light {
	color: rgba(244,206,158,0.95);
}

p.light > a,
p.light > a:active,
p.light > a:focus,
p.light > a:hover {
	text-decoration: none;
	color: rgba(216,149,64,1.0);
}

ol.light {
		color: rgba(244,206,158,0.95);
}

ol.light > li {
	padding-top: 0.5rem;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5  {
	font-family: 'Lora', serif;
}

h1, .h1 {
	text-transform: uppercase;
	font-size: 3rem;
}

h2 {
	color: rgba(190, 79, 39, 1.00);
	text-transform: uppercase;
	font-weight: 200;
}

h3 {
	color: rgba(157, 75, 68, 0.88);
	text-transform: uppercase;
	padding-bottom: 0.75rem;
}

h4 {
	font-size: 1.33rem;
	text-transform: uppercase;
}

h3.light {
	color: rgba(216,149,64,0.75);
}

h4.light {
	color: rgba(216,149,64,0.75);
}

.link-lite {
	color: rgba(244,206,158,0.66);
	font-family: 'Libre Baskerville', serif;
	font-weight:100;
	font-size: 75%;
	text-decoration: underline;
}

.link-lite:hover {
	color: rgba(244,206,158,1.0);
	text-decoration: underline;
}



/* Link Arrow */
.arrow {
	font-size: 55% !important;
	font-weight: inherit !important;
	vertical-align: middle;
	
}

.fa.outline {
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(224, 85, 42, 0.88);
}

.text-light {
	color: rgba(244,206,158,0.60);
}

.text-splash,
.text-splash:focus,
.text-splash:active,
.text-splash.focus,
.text-splash.active  {
	font-family: 'Lora', serif;
	font-size: 1.12rem;
	color: rgba(244,206,158,1.0);
	text-decoration: none;
	
	/* fade transition effect */
  	-o-transition:.33s;
  	-ms-transition:.33s;
  	-moz-transition:.33s;
  	-webkit-transition:.33s;
  	transition:.33s; 
}

.text-splash:hover {
	color: rgba(244,206,158,1.00)
}

.slant-text {
	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Safari 3-8 */
    transform: rotate(-3deg);
	vertical-align: middle;
	margin-top: 0rem;
	margin-bottom: -0.03rem;
}

.definition {
	font-size: 3.25rem;
	font-weight: 900;
	/*color: rgba(157, 75, 68, 0.88);*/
	color: rgba(28, 11, 13, 0.75);
	margin: 0;
	padding: 0;
}
.definition02 {
	font-size: 1.88rem;
	color: rgba(28, 11, 13, 0.75);
	margin: 0;
	padding: 0;
}
.definition03 {
	font-size: 1rem;
	color: rgba(28, 11, 13, 0.95);
}


.grow {
	transition: all .2s ease-in-out;
}
.grow:hover {
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
	transform: scale(1.1);
}


.tm:after {
	font-weight: 100;
	font-size: 50%;
	vertical-align: super;
	content: "\2122";
	text-rendering: optimizeLegibility;
	text-transform: none;
}


.list-row {
	background-color: rgba(0, 0, 0, 0.033);
	border: 3px solid #ffffff;
}


.text-offer01 {
	font-size: 2rem;
	color: rgba(62, 62, 62, 0.95);
	text-transform: none;
	font-weight: bold;
}

.text-offer02 {
	font-size: 1rem;
	color: rgba(62, 62, 62, 0.75);
}


.dr-list {
	font-family: 'Lora', serif;
	font-size: 1.25rem;
	color: rgba(0, 0, 0, 0.88);
}

.dr-list-sub {
	font-family: 'Libre Baskerville', serif;
	color: rgba(62, 62, 62, 0.95);
	font-size: 1rem;
}


.title-rule {
	border-bottom: 2px solid rgba(190, 79, 39, 1.00);
	width: 2.5rem;
	margin: 1.5rem 0 1.5rem 0;
}

.title-rule-center {
	border-bottom: 2px solid rgba(190, 79, 39, 1.00);
	width: 2.5rem;
	margin: auto;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.rule {
	align-content: center;
	align-self: center;
	vertical-align: middle;
	border-top: 1px solid rgba(22, 22, 22, 0.25);
	margin-top: 1rem;
	padding-top: 1rem;
	
}

.ingred-rules {
	align-content: center;
	align-self: center;
	vertical-align: middle;
	border-top: 1px solid rgba(186, 148, 85, 0.25);
	border-bottom: 1px solid rgba(186, 148, 85, 0.25);
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.double-rules {
	border-top: 2px solid rgba(0, 0, 0, 0.10);
	border-bottom: 2px solid rgba(0, 0, 0, 0.10);
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}


.rule-form {
	align-content: center;
	align-self: center;
	vertical-align: middle;
	border: 1px solid rgba(0, 0, 0, 0.10);
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.reviewer {
	font-style: italic;
	text-align: right;
	font-size: 75%;
}

.cart {
	margin-top: 0.50rem;
	line-height: 2;
	background-color: rgba(40, 167, 69, 0.0)
}


.faint {
	opacity: 0.75;
}



/* B O R D E R */
.border-ingred {
	padding: 1rem;
	border: 12px solid rgba(186, 148, 85, 0.75);
	background-color: rgba(255, 255, 255, 0.75);
	border-top-left-radius: 1rem;
}




/* I M A G E S */

img.hoverfade {
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: opacity 1s linear;
	}	
	
img.hoverfade:hover {
	opacity: 0.66;
	filter: alpha(opacity=66);
 	-webkit-transition: opacity 1s linear;
	}

a.hoverfade {
	opacity: 0.75;
	filter: alpha(opacity=75);
 	-webkit-transition: opacity 1s linear;
	}	
	
a.hoverfade:hover {
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: opacity 1s linear;
	}

.vid_border {
	border: solid #f9e497 1px;
}

.rounded_corner {
	border-radius: 1rem 0 0 0!important;
}



.dot-overlay {
	background-image: url("../images/subtle-dots.png");
}

.edge_row {
	height: 70px;
    background-image: url(../images/edge.png);
    background-repeat: repeat-x;
    background-position: center top;
    margin: 0;
    margin-top: 0;
	padding-top: 0;
	font-size: 0;
}

.edge_row_flip {
	height: 70px;
    background-image: url(../images/edgeFlip.png);
    background-repeat: repeat-x;
    background-position: center top;
    margin: 0;
    margin-top: 0;
}

.edge_row02 {
	height: 70px;
    background-image: url(../images/edge02.png);
    background-repeat: repeat-x;
    background-position: center top;
    margin: 0;
    margin-top: 0;
}

.edge_row02_flip {
	height: 70px;
    background-image: url(../images/edge02_flip.png);
    background-repeat: repeat-x;
    background-position: center top;
    margin: 0;
    margin-top: 0;
}



/* V I D E O */
video#bgvid { 
	/* change position: fixed if outside container */
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(../images/solar_still.jpg) no-repeat;*/
    background-size: cover;
}

.container_vid {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
}


.embed-responsive-2by35::before {
	padding-top: 42.449%;
	border: none;
}



/* C A R D S */

.card {
	margin-bottom: 1.5rem;
	border: none;
}

.card-header-dr {
	padding:.75rem 1.25rem;
	margin-bottom:0;
	background-color: rgba(190, 79, 39, 1.00);
	color:rgba(255, 255, 255, 0.75);
	font-size: 1rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.0);
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}


.card-title {
	color: rgba(190, 79, 39, 1.00);
}





/* F O O T E R */
footer {
	font-family: 'Oswald', sans-serif;
	padding: 3rem 0rem 3rem 0rem;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(23, 23, 23, 1.0);
	color: rgba(255, 255, 255, 0.50);
}


footer a,
footer a:active,
footer a:focus {
	text-decoration: none;
	color: rgba(228, 228, 228, 0.75);
}

footer a:hover {
	color: rgba(228, 228, 228, 1.0);
	text-decoration: none;
}

.spacer-footer {
		padding-bottom: 14rem;
		margin-bottom: 0rem;
	}


/*    F O R M S     */

label {
	margin-bottom:0rem
}

.form-control::placeholder {
	color: rgba(28, 11, 13, 0.50);
}

.form-control,
.form-control:focus {
	display: block;
	width: 100%;
	padding:.375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(28, 11, 13, 0.88);
	background-image: url(../images/bg01.jpg);
	background-color: rgba(244,206,158,0.0);
	background-clip: padding-box;
	border: 1px solid rgba(244,206,158,0.0);
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type=checkbox] + .unhide {
	display: block;
	visibility: visible;
}

input[type=checkbox]:checked + .hide {
	display: none;
	visibility: hidden;
	pointer-events: none;
}

input[type=checkbox] {
	margin: 0.75rem 0.5rem 0 0;
	width: 24px;
	height: 24px;
	float: left;
}



/* Bootsnipp Back to Top */
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}




/* A N I M A T I O N  animation */

.textSlide {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.textSlide p {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;

 /* Apply animation to this element */	
 animation: textSlide 10s ease-out;
}
/* Move it (define the animation) */
@keyframes textSlide {
 0%   { 
 transform: translateY(200%); 		
 }
 100% { 
 transform: translateY(0%); 
 }
}




/* A F T E R    C O L L A P S E */

/* Retina iPad in portrait & landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) {
	

	
	html {
		font-size: 1.25rem;
	}
	
		.section-video {
	background-attachment: scroll;
	}
	
	.section-fun {
	background-attachment: scroll;
	}

	.section-fun02 {
	background-attachment: scroll;
	}
	
	.definition {
		font-size: 2.75rem;
		letter-spacing: -1px !important;
	}
	
	.spacer {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	
	.spacer02 {
		padding: 2.75rem 0 4.5rem 0;
	}
	
	.spacer-footer {
		padding-top: 0;
		margin-top: 0;
		padding-bottom: 9rem;
		margin-bottom: 0;
	}
  
}

@media only screen and (max-width: 990px) {
	
	html {
	font-size: 1.25rem;
	}
	
	body {
		line-height: 1.25 !important;
	}
	
	.spacer {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	
	.spacer-footer {
		padding-top: 0;
		margin-top: 0;
		padding-bottom: 9rem;
		margin-bottom: 0;
	}
	
	ul {
		padding: 1.5rem;
	}
	
	.text-offer01 {
		line-height: 2.25rem !important;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	
	.definition {
		font-size: 2.75rem;
	}
	
	.section-video {
	background-attachment: scroll;
	}
	
	.section-fun {
	background-attachment: scroll;
	}

	.section-fun02 {
	background-attachment: scroll;
	}
	
	

	
  .navbar {
	  align-content: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
	}
	
	
/* Change NAV BACKGROUND AFTER COLLAPSE */
	.navbar-collapse {
		/* margin-top: 5rem; */
		/* padding-top: 5rem; */
		border-color: none;
		box-shadow: none;
		background-color: transparent;
		border-top: 1px solid rgba(255,255,255,0.25);
		margin-bottom: 0;
		padding-bottom: 0;
		margin-top: .5rem;
	}
	
	
	

	
/* Change DROPDOWN BACKGROUND AFTER COLLAPSE */
	.navbar-collapse .dropdown-menu > li > a,
	.navbar-collapse .dropdown-menu > li > a:active,
	.navbar-collapse .dropdown-menu > li > a:focus,
	.navbar-collapse .dropdown-menu {
		background-color: #ffffff;
		text-align: center;
		/*space between dropdown items */
		border-top: 1px solid rgba(228,228,228,1.00);
		border-bottom: 1px solid rgba(228,228,228,1.00);
	}

/* space between dropdown selections */
	.navbar-collapse .dropdown-menu > li > a,
	.navbar-collapse .dropdown-menu > li > a:active,
	.navbar-collapse .dropdown-menu > li > a:focus,
	.navbar-collapse .dropdown-menu {
		line-height: 2rem !important;
	}
	

/* Nav Text SIZE after collapse */
.navbar-nav {
	font-size: 2.5rem;
}

/* Nav Text SPACING after collapse */
.navbar-nav > li {
	margin-left: 1rem;
	margin-right: 1rem;
}
	
	
	
.navbar-collapse .dropdown-menu .dropdown-item {
	color: rgba(77, 77, 75, 0.88);
	margin-top: 0;
	
}
	
.navbar-collapse .dropdown-menu .dropdown-item:focus,
.navbar-collapse .dropdown-menu .dropdown-item:active {
	color: rgba(77, 77, 75, 0.88);
	text-decoration: none;
	border-radius: none !important;
}
	
.dropdown-item:hover {
	color: rgba(77, 77, 75, 0.88);
	text-decoration: none;
	background-color: rgba(2, 114, 188, 0.09);
	border-radius: none !important;
}
	


/*	li {
		border-bottom: 1px solid red;
	}
	*/
	
}
/* --END AFTER COLLAPSE-- */




.vcenter01 {
  background: white;
  height: 300px;
  width: 200px;
  padding: 20px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.vcenter01 div {
  background: black;
  color: white;
  padding: 20px;
}


