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%;
}

body {
	padding-top: 0rem;
	/* font-family: 'Roboto Slab', serif; */
	font-family: 'Merriweather', serif;
	/* color: rgba(62, 62, 62, 0.95); */
	color: rgba(120, 120, 120, 1.00);
	line-height: 1.75 !important;
	/* space above footer */
	margin: 0 0 5rem;
}

/* Removes Scrollbar */
.row {
	margin: 0px;
	justify-content: center;
}

.spacer {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.spacer-right {
	margin-right: 2.5rem;
}

.section-grey {
	background-color: rgba(248, 248, 248, 1.0);
}

.section-safe {
	background-image: url(../images/safe.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 10rem 0 10rem 0;
}

.section-gentle {
	background-image: url(../images/gentle.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 10rem 0 10rem 0;
}

.section-responsible {
	background-image: url(../images/responsible.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding: 10rem 0 10rem 0;
}

.container_vid {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.section-ingredients {
	background-image: url(../images/bg_field.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
}

.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;
}

/* N A V */

.blueStripe {
	background-color: rgba(36,141,193,1.00);
	padding: 0.10rem 0 0.10rem 0;
	margin-top: 2.5rem;
}

.nav {
	background-color: rgba(255,255,255,1.00);
	border-bottom: rgba(0,0,0,0.20) 1px solid;
}

/* SIZE, FONT*/
.navbar-nav {
	font-family: 'Oswald', sans-serif;
	font-size: 1.10rem;
}

/* SPACING */
.navbar-nav > li {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

/* NAV OUTLINE */
.nav-outline {
	border: 1px solid rgba(255,255,255, 0.75)
}

.nav-outline:hover {
	border: 1px solid rgba(255,255,255, 0.66)
}

/* COLORS, STATES */
.navbar-light .navbar-nav .nav-link {
  color: rgba(89,89,92,0.88); 
}

.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link.active  {
	color: rgba(89,89,92,0.88); 
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.focus  {
	color: rgba(89,89,92,0.88); 
}

.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(226,39,38,0.88);
}


/* 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;
}


/* DROPDOWN */
/* 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;
}


/* T O G G L E / C O L L A P S E D */

/* Center Nav Links (not dropdowns) AFTER COLLAPSE */

.navbar-collapse {
	margin-top: 0rem;
    text-align: center !important;
	-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 !important;
}


/* BUTTONS */

button, .button {
	background-color:transparent;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid;
	border-color: rgba(228, 228, 228, 0.66);
	display:inline-block;
	cursor:pointer;
	color: rgba(228, 228, 228, 0.66);
	font-size:14px;
	padding:5px 13px;
	text-decoration:none;
	
}


.btn-spacer {
	margin-right: 2rem;
}

.btn-pcl {
	/* font-family: 'Roboto', serif; */
	/* font-family: 'Lora', serif; */
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	letter-spacing: .025rem;
	font-size: 1rem;
	border-radius: 3;
	line-height: 100%;
	padding: .5rem 1.5rem .5rem 1.5rem;
	color: rgba(255, 255, 255, 0.88);
	background-color: rgba(36,141,193,0.88);
}

.btn-pcl:focus,
.btn-pcl.focus {
	box-shadow: none;
	color: rgba(255, 255, 255, 0.88);
}

.btn-pcl:active,
.btn-pcl.active,
.show > .btn-pcl.dropdown-toggle {
	color: rgba(255, 255, 255, 0.88);
	background-color: rgba(36,141,193,0.88);
}

.btn-pcl:hover {
	color: rgba(255, 255, 255, 0.88);
	background-color: rgba(32, 123, 169, 1.0);
	border-color: rgba(255, 255, 255, 0.0);
}

.btn-red {
	/* font-family: 'Roboto', serif; */
	/* font-family: 'Lora', serif; */
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	letter-spacing: .025rem;
	font-size: 1rem;
	border-radius: 3;
	line-height: 100%;
	padding: .5rem 1.5rem .5rem 1.5rem;
	color: rgba(255, 255, 255, 0.88);
	background-color: rgba(193,36,36,0.88);
}

.btn-red:focus,
.btn-red.focus {
	box-shadow: none;
	color: rgba(255, 255, 255, 0.88);
}

.btn-red:active,
.btn-red.active,
.show > .btn-red.dropdown-toggle {
	color: rgba(255, 255, 255, 0.88);
	background-color: rgba(193,36,36,1.00);
}

.btn-red:hover {
	color: rgba(255, 255, 255, 0.88);
	background-color: rgba(193,36,36,1.00);
	border-color: rgba(255, 255, 255, 0.0);
}

.btn-outline {
	/* font-family: 'Roboto', serif; */
	/* font-family: 'Lora', serif; */
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	letter-spacing: .025rem;
	font-size: 1rem;
	border-radius: 3;
	line-height: 100%;
	padding: .5rem 1.5rem .5rem 1.5rem;
	color: rgba(36,141,193,0.88);
	background-color: rgba(36,141,193,0.00);
	border-color: rgba(36,141,193,0.88);
}

.btn-outline:focus,
.btn-outline.focus {
	box-shadow: none;
	color: rgba(36,141,193,0.88);
}

.btn-outline:active,
.btn-pcoutlinel.active,
.show > .btn-outline.dropdown-toggle {
	color: rgba(36,141,193,0.88);
	background-color: rgba(36,141,193,0.00);
	border-color: rgba(36,141,193,0.88);
}

.btn-outline:hover {
	color: rgba(36,141,193,1.0);
	background-color: rgba(36,141,193,0.125);
	border-color: rgba(36,141,193,1.0);
}


.btn-lg {
	padding: 1rem;
}


/* CUSTOM BUTTONS */
.btn-dr {
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(224, 85, 42, 0.0);
	border-color: rgba(255, 255, 255, 1.0);
	border-radius: 3px;
}

.btn-dr:focus,
.btn-dr.focus {
  box-shadow: 0 0 0 3px rgba(243, 222, 192, 0.5);
}

.btn-dr:active,
.btn-dr.active,
.show > .btn-dr.dropdown-toggle {
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(224, 85, 42, 0.0);
}

.btn-dr:hover {
	color: rgba(243, 222, 192, 1.0);
	background-color: rgba(190, 79, 39, 1.0);
	border-color: rgba(190, 79, 39, 0.0);
}

.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,
.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);
}

.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)
}

.btn-buynow.focus,
.btn-buynow:focus {
	box-shadow:0 0 0 3px rgba(40,167,69,.5)
}


.btn-ingred {
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(186, 148, 85, 0.75);
	border-color: rgba(255, 255, 255, 0.0);
	border-radius: 3px;
}

.btn-ingred:active,
.btn-ingred.active {
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(186, 148, 85, 0.75);
}

.btn-ingred:focus,
.btn-ingred.focus {
  	box-shadow: 0 0 0 3px rgba(186, 148, 85, 0.25);
}

.btn-ingred:hover {
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(186, 148, 85, 1.0);
	border-color: rgba(255, 255, 255, 0.0);
}


/*  F O N T   A W E S O M E  */
.fa-li {
	opacity: 0.33;
	/*color: rgba(186, 148, 85, 0.88);*/
}
	

/* TEXT */

/* Link Arrow */
.arrow {
	font-size: 55% !important;
	font-weight: inherit !important;
	vertical-align: middle;
	
}


.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;
}


.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-family: 'Lora', serif;
	font-size: 1.88rem;
	color: rgba(62, 62, 62, 0.95);
	text-transform: none;
}

.text-offer02 {
	color: rgba(62, 62, 62, 0.75);
}

.money {
	font-family: 'Lora', serif;
	font-size: 1.88rem;
	color: rgba(62, 62, 62, 0.95);
	text-transform: none;
}

.money:before {
	content: '$';
    font-size: 60%;
	vertical-align: super;

}


/* Text Link Color */
a,
a:focus,
a:active {
	position: relative;
	/* color: rgba(40, 167, 69, 0.88); */
	color: rgba(36,141,193,1.0);
	text-decoration: none;
/* fade transition effect */
  -o-transition:.33s;
  -ms-transition:.33s;
  -moz-transition:.33s;
  -webkit-transition:.33s;
  transition:.33s; 
}
a:hover {
	color: rgba(36,141,193,0.88);
	text-decoration: none;
}

p > a,
p > a:active,
p > a:focus,
p > a:hover {
	text-decoration: none;
	text-align: justify; 
}

h1, .h1 {
	font-family: 'Lora', serif;
	/*font-family: 'Roboto Slab', serif;*/
	color: rgba(255, 255, 255, 1.00);
	font-size: 4rem;
	text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.0);
}

h2 {
	/*font-family: 'Lora', serif;*/
	/*font-family: 'Roboto Slab', serif;*/
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.5rem;
	/*color: rgba(36,141,193,1.00);*/
	color: rgba(81,81,81,1.00);
	text-transform: uppercase;
}

h3 {
	font-family: 'Lora', serif;
	
	/*font-family: 'Roboto Slab', serif;*/
}

h4 {
	/*font-family: 'Roboto Slab', serif;*/
	font-family: 'Merriweather', serif;
	color: rgba(255, 255, 255, 1.00);
	line-height: 1.33 !important;
	text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.0);
}

h5 {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}

.dr-list {
	font-family: 'Lora', serif;
	font-size: 1.25rem;
	color: rgba(0, 0, 0, 0.75);
}

.dr-list-sub {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	font-size: 1rem;
	color: rgba(62, 62, 62, 0.95);
}

.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(36,141,193,1.00); */
	border-bottom: 4px solid rgba(255,255,255,0.88);
	width: 2.5rem;
	margin: auto;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.title-rule-center-dark {
	/* border-bottom: 2px solid rgba(36,141,193,1.00); */
	border-bottom: 4px solid rgba(40,40,40,0.75);
	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(186, 148, 85, 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;
}

.fa.outline {
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(224, 85, 42, 0.88);
}

.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)
}

.faCheck {
	font-size: 2rem;
	vertical-align: middle;
	padding: 0 0.75rem 0.25rem 0;
	opacity: 0.83;
}



/* 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;
	}

.vid_border {
	border: solid #f9e497 1px;
}

.rounded_corner {
	border-radius: 1rem 0 0 0!important;
}

.dot-overlay {
	background-image: url("../images/subtle-dots.png");
}

/* 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;
}

/* C A R D S */

.card {
	margin-bottom: 1.5rem;
	border: none;
	border-radius: 0;
}

.card-header-dr {
	padding:1.5rem;
	margin-bottom:0;
	background-color: rgba(190, 79, 39, 1.00);
	color:rgba(255, 255, 255, 0.75);
	font-size: 1.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.0);
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	line-height: 1.5rem;
}

.card-title {
	font-family: 'Lora', serif;
	color: rgba(190, 79, 39, 0.75);
	font-size: 1.25rem;
	margin-bottom: -.25rem;
}

/* F O O T E R */
footer {
	padding: 2rem 0rem 2rem 0rem;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/* background-color: rgba(77, 77, 75, 1.0) !important; */
	background-color: rgba(52, 55, 55, 1.0) !important;
	color: rgba(228, 228, 228, 0.66);
}

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: 10rem;
		margin-bottom: 0rem;
	}

/*    F O R M S     */

label {
	margin-bottom:0rem
}

.form-control::placeholder {
	color:#6c757d;
	opacity:0.5
}

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 F T E R    C O L L A P S E */

@media only screen and (max-width: 990px) {
	
	.spacer {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.spacer-footer {
		padding-bottom: 20rem;
		margin-bottom: 0rem;
	}
	
	ul {
		padding: 1.5rem;
	}
	
	h1, .h1 {
	font-size: 3rem;
}
	
	.text-offer01 {
		line-height: 2.25rem !important;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	
	.btn-spacer {
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
	
	.btn.btn-pcl {
		line-height: 125%;
		font-size: 1.88rem;
		border-radius: 3;
		padding: 0.88rem 2.5rem 0.88rem 2.5rem;
	}
	

	.btn.btn-red {
		line-height: 125%;
		font-size: 1.88rem;
		border-radius: 3;
		padding: 0.88rem 2.5rem 0.88rem 2.5rem;
	}
	
	.btn.btn-outline {
		line-height: 125%;
		font-size: 1.88rem;
		border-radius: 3;
		padding: 0.88rem 2.5rem 0.88rem 2.5rem;
	}

  .navbar {
	  align-content: 100%;
	  margin-right: auto;
	  margin-left: auto;
	  padding-right: 15px;
	  padding-left: 15px;
	}
	
	.btn-topper{
		line-height: 125%;
		font-size: 1.88rem;
		color:rgba(0,0,0,1.00);
		border-radius: 3;
		padding: 0.88rem 2.5rem 0.88rem 2.5rem;
	}
	
/* 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;
		text-align: center !important;
		justify-content: center !important;
		padding-left: 1.25rem;
	}
	
/* 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: 1.5rem;
}

/* Nav Text SPACING after collapse */
.navbar-nav > li {
	margin-left: 1rem;
	margin-right: 1rem;
}
	
/* Nav Button BACKGROUND after collapse */	
	
	.nav-item:hover {
		background-color: rgba(0,0,0,0.05);
}

	.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-- */

/* PHONE */
@media only screen and (max-width: 480px) {
	
	.spacer {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	
	.spacer-footer {
		padding-bottom: 20rem;
		margin-bottom: 0rem;
	}
	
	

}
