/* Basic Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
  background-color: #f4f4f4;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  font-size: 16px;
  color: #000;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container {
  max-width: 600px;
  box-sizing: border-box;
}

.first_on_page {
  padding-top: 120px;
}

.larger-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 600;
  color: #4e555b;
}

h2 {
  font-size: 2.2em;
  line-height: 1.2em;
  letter-spacing: 0rem;
}

h3 {
  font-size: 1.5em;
  line-height: 1.2em;
  letter-spacing: 0rem;
  font-weight: 600;
  color: #4e555b;
}

h4 {
  font-size: 1.5em;
  line-height: 1.2em;
  letter-spacing: 0rem;
  font-weight: 600;
  color: #af9a7b;
}

h5 {
  font-size: 1.3125em;
  line-height: 1.2em;
  letter-spacing: 0rem;
  color: #ef3e3b;
  font-weight: 600;
}

h6 {
  font-size: 1.3125em;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 600;
  color: #4e555b;
}

p {
  font-size: 1.125em;
  margin-top: 0;
  line-height: 1.5em;
}

#tan-text {
  color: #af9a7b;
}

#white-text {
  color: #fff;
  font-size: 1.125em;
}

ul {
  font-size: 1.125em;
}

ol {
  font-size: 1.125em;
}

.border {
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .5);
  width: 100%;
  padding-top: 10px;
}

.u-cf {
  content: "";
  display: table;
  clear: both;
}

.card {
  text-align: center;
  background-color: #fff;
  box-shadow: 2px 4px 10px 0 rgba(0.05, 0.05, 0.05, 0.1);
  transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  padding: 10% 0;
  width: 100%;
  margin: 0 auto;
}

.card:hover {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  border-radius: 5px;
  padding: 10% 0;
  margin: 0 auto;
  width: 100%;
}

.page-turner {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10%;
  /*
  padding: 5%;
  */
}

/* Links, Paragraphs, Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  font-size: 1.125em;
}

a:hover {
  color: darkmagenta;
}

p a {
  color: #000;
  border-bottom: 2px solid #9caab5;
  text-decoration: none;
  font-weight: 600;
}

p a:hover {
  border-bottom: 2px solid #4e555b;
  color: #000;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  color: #FFF;
  border-radius: 4px;
  background-color: #ef3e3b;
  border: 1px solid #ef3e3b;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #FFF;
  background-color: #f91919;
  border-color: #f91919;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #ef3e3b;
  font-size: 14px;
  border: 1px solid #ef3e3b;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover {
  color: #FFF;
  background-color: #f91919;
  border: 1px solid #f91919;
  font-size: 14px;
}

.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #f91919;
  border: 1px solid #f91919;
  font-size: 14px;
}

.gray-button {
  height: 50px;
  padding: 0 60px;
  margin-top: 1%;
  background-color: #919faa;
	border: 10px solid #919faa;
  color: white;
  font-size: 1.125em;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.6;
  border-radius: 6px;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
}
.gray-button:hover {
	color:#EEE;
	background-color: #919faa;
}

#underline {
  position: relative;
}

#underline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
  #underline:hover::before {
    left: 0;
    right: auto;
    width: 100%;
    color: #000;
  }
}

.underline {
  position: relative;
}

.underline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #af9a7b;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
  .underline:hover::before {
    left: 0;
    right: auto;
    width: 100%;
    color: #af9a7b;
  }
}

.w-underline {
  position: relative;
  color: #FFF;
  letter-spacing: .01em;
  text-decoration: none;
  font-weight: 700;
}

.w-underline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #FFF;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
  .w-underline:hover::before {
    left: 0;
    right: auto;
    width: 100%;
    color: #FFF;
  }
}

.redbutton {
  display: block;
  position: fixed;
  border: none;
  margin: 0 auto;
  color: #FFF;
/*  font-weight: 600;*/
  background-color: #ef3e3b;
  cursor: pointer;
  z-index: 99;
}

.blognav {
	height: 32px;
	padding: 6px 12px;
	margin-bottom: 12px;
	background-color: darkgray;
	line-height: normal;
}

.popupmenu {
	background-color:darkgray;
}
.navpop { /* this is a div, not a button, so it doesn't inherit round corners and colors */
	display: block;
	position: fixed;
	color:white;
	/*  margin: 0 auto;*/
	color: black;
	cursor: pointer;
	z-index: 99;
	transform: translate(-50%, 0);
	border-radius: 5px;
}
.navpop:hover {
	color: #FFF;
	background-color: #f91919;
	border-color: #f91919;
	outline: 0;
}


.lower {	bottom: 12px; }
.left { 	left: 20px; }
.right { 	right: 20px; }
.upalittle { bottom: 70px; }
.in_left { 	left: 90px; }
.in_right { right: 90px; }
.in_ctr { 	left:46%; }

/* NAVIGATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#nav {
  background-color: hsla(0, 100%, 100%, 0.9);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .5);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
}

#border {
  padding-bottom: 1%;
  background-color: hsla(0, 100%, 100%, 0.6);
/*  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, .5);*/
  width: 100%;
}

.tablet-logo {
  display: none;
}

.logo {
/*  padding: 4% 0 0 25%;*/
	padding: 8px 8px;
}

.mainnav-button {
  padding-top: 5px;
  float: right;
}

#top-buy {
	width: 5%;
	margin-left: 5%;
	margin-top: .75%;
}

.mobile-nav {
  display: none;
}

.mainMenu {
  padding-top: 14px;
}

#nav-red-buttonn {
  margin: 9% 0% 0 4%;
}

ul.mainMenu {
  /* float: right; */
/*  margin-left: 25%;*/
}

ul.mainMenu li {
  display: inline;
  float: left;
  margin: 2px 2%;
}

ul.mainMenu li a {
  font-size: 24px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: .03em;
}

ul.mainMenu li a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.seven.columns {
  margin-left: 0;
}

/* HOME */
.efeature {
  padding: 8% 0 3% 0;
}

.efeature img {
  width: 100%;
  padding-right: 5%;
}

.efeature-text {
  padding: 20% 15% 0 10%;
}

#feature-homeimage {
  background-image: url(../images/machine-closeup.jpg);
  width: 100%;
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1700px;
  padding-top: 20px;
}

#feature-home-text {
	background-color: rgba(120,120,120,0.6);
	width: 500px;
	margin-top: 40%;
	padding: 14px;
}

.darkgrey-bg {
  background-color: #d7d7d7;
}

#anim-bg {
  height: 110rem;
}

.cover {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 25px;
  }
  
#fern-inroom {
	background-image: url(../images/fern-inroom.jpg);
	background-position: 50% 85%;
	height: 1070px;
}
#fern-home-title {
	background-color: rgba(120,120,120,0.6);
	width: 500px;
	margin-top: 20%;
	padding: 14px;
}
#fern-home-text {
	background-color: rgba(120,120,120,0.6);
	width: 500px;
	Xmargin-top: 220%;
	padding: 14px;
}

#combine-animation {
  cursor: pointer;
}

.videobox {
  padding: 5% 15% 0% 15%;
  outline: none;
}

  video {
    outline: none;
    margin: 0;
    padding: 0;
  }

  video:focus {
    outline: none;
    margin: 0;
    padding: 0;
  }

#home-header {
  background-image: linear-gradient(180deg, #f4f4f4, #d7d7d7);
}

#home1 p {
  width: 76%;
}

#hpress-bg {
  background-image: linear-gradient(180deg, #d7d7d7, #f4f4f4);
}

.home-card {
  text-align: center;
  background-color: #fff;
  box-shadow: 2px 4px 10px 0 rgba(0.05, 0.05, 0.05, 0.1);
  transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  box-sizing: border-box;
  padding-top: 4%;
  width: 100%;
  margin: 13% auto 10% auto;
}

.home-card:hover {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  border-radius: 5px;
  box-sizing: border-box;
  padding-top: 4%;
  width: 100%;
  margin: 13% auto 10% auto;
}

#home-text {
  padding: 3% 24%;
  text-align: center;
}

.efeatures {
  text-align: center;
  padding-top: 10%;
}

.rounded {
  border-radius: 36px;
  box-sizing: border-box;
}

.attn-grab {
  padding: 5% 0 11% 0;
}

.attn-grab img {
  width: 100%;
  margin-left: 5%;
  padding-top: 2%;
}

.quality-text {
  padding-top: 7%;
}

.quality img {
  width: 80%;
  /* padding-right: 15%; */
}

.quality {
  padding: 10% 0;
}

#aheader {
  background-image: url(../images/man-w-phone.jpg);
  width: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100rem;
}

#aheader-hc {
  padding-top: 15%;
}

#phone-icon {
  width: 25%;
  padding-bottom: 5%;
}

#phone {
  display: none;
}

.hpress-card {
  text-align: center;
  background-color: #fff;
  box-shadow: 2px 4px 10px 0 rgba(0.05, 0.05, 0.05, 0.1);
  transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 10% auto;
  padding: 5%;
}

.hpress-card:hover {
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

#hpress {
  padding-bottom: 4%;
}

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

  .mainMenu {
/*    padding-top: 3%;*/
  }

  ul.mainMenu li a {
    font-size: 1.125em;
  }

  ul.mainMenu {
/*    margin-left: 22%;*/
  }

  #nav-red-button {
    margin: 17% 0% 0 4%;
  }

  .logo {
/*    padding-top: 4%;*/
  }

  #feature-homeimage {
    height: 1000px;
  }

  #feature-home-text {
	background-color: rgba(120,120,120,0.6);
	width: 500px;
	margin-top: 40%;
	padding: 14px;
  }
  
  .cover {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 25px;
  }
  
  .fernroom {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 25px;
	background-image: url(../images/fern-inroom.jpg);
	/* background-position: 50% 85%;
	height: 1070px; */
  }

  .efeature {
    padding: 12% 0 3% 0;
  }

  #anim-bg {
    height: 90rem;
  }

  .videobox {
    padding: 0% 15% 0% 15%;
  }

  .home-card {
    margin: 0 auto;
  }
  .home-card:hover {
    margin: 0 auto;
  }

  .attn-grab {
    padding: 15% 0;
  }

  .home-header {
    padding-top: 0;
  }

  #home1 {
    padding: 17% 0 37% 0;
  }
}

/* OUR STORY */
#skyline {
  padding-top: 35%;
}

#about-text {
  padding: 30% 10% 0 0;
  color: black;
}

.feature {
  width: 100%;
  background-position: 60% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1560px;
  padding-top: 20px;
}


.headshot-img {
  width: 100%;
  padding-bottom: 3%;
}

.headshot {
  padding: 10% 0 10% 10%;
}

.advisory-board {
  padding-bottom: 10%;
}

.job-opening {
  text-decoration: none;
}

/* OUR STORY2 */
.os-header {
  background-image: url(../images/osheader-bg.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 83rem;
  width: 100%;
  padding: 8% 0 12% 0;
}

#os1 {
  padding-top: 12%;
  text-align: center;
}

#os1 h1 {
  color: #fff;
}

#os1 a {
  color: #fff;
}

#os2 {
  background-image: url(../images/blackwave-bg.jpg);
  background-position: 10% 5%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 116rem;
  width: 100%;
  padding-top: 5%;
  margin-bottom: 13%;
  box-sizing: border-box;
}

#os2-text {
  padding: 20% 19% 0 19%;
  color: #fff;
    box-sizing: border-box;
}

#os2 img {
  padding: 5% 5% 0 5%;
    box-sizing: border-box;
}

#os3 {
  background-image: url(../images/os3-bg.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 71rem;
  width: 100%;
  padding: 5% 0 5% 0;
}

#os3 img {
  width: 100%;
  margin-left: 5%;
}

#os3-text {
  padding: 5% 2% 0 0;
}

#os4 img {
  width: 100%;
  margin-left: 5%;
}

#os4-text {
  padding: 5% 2% 0 0;
}

#os4 h1 {
  padding-right: 8%;
}

#proto-heat {
  margin-left: 5%;
}

#os5-row {
  padding: 5% 0;
}

#proto-jeans {
  /* padding: 0 10% 5% 10%; */
}

.os6-card {
  text-align: center;
  background-color: #fff;
  box-shadow: 2px 4px 10px 0 rgba(0.05, 0.05, 0.05, 0.1);
  transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  box-sizing: border-box;
  padding-top: 3%;
  width: 100%;
  margin: 15% auto;
}

.os6-card:hover {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  border-radius: 5px;
  box-sizing: border-box;
  padding-top: 3%;
  width: 100%;
  margin: 15% auto;
}

#os6-text {
  padding: 3% 0 3% 2%;
  text-align: left;
}
#os6-text ul {
  list-style-position: outside;
}

#dollar-sign {
  padding: 2%;
}

#os5-text {
  padding-left: 5%;
  width: 70%;
}

#os5 img {
  box-sizing: border-box;
}

#os7 {
  background-image: url(../images/blackwave-bg.jpg);
  background-position: 10% 5%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 77rem;
  width: 100%;
  padding-top: 5%;
  box-sizing: border-box;
}

#os7-text {
  margin-top: 8%;
  padding: 0 11%;
  text-align: center;
}

@media screen and (max-width: 1367px) {
  .os-header {
    height: 33rem;
  }

  #os2 {
    height: 82rem;
  }

  #os2-text {
    padding-top: 17%
  }

  #os2 img {
    padding: 0% 15%;
  }

  #os5-row {
    padding: 5% 0 0 0;
  }

  #proto-jeans {
    padding: 0 20% 5% 20%;
  }

  #os7 {
    height: 60rem;
  }

  #os7-text {
    margin-top: 10%;
    padding: 0 15%;
    text-align: center;
  }

  .os6-card {
    margin: 5% auto;
  }

  .os6-card:hover {
    margin: 5% auto;
  }
}

#os7-text h1 {
  color: #fff;
}

/* LEARN */
/* .all-in-one {
  padding: 17% 19% 0 10%;
  box-sizing: border-box;
}

.standard-box {
  padding: 5% 12% 0 5%;
  box-sizing: border-box;
} */

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

.links {
  padding: 3% 7% 7% 12%;
  margin: 0 auto;
}



@media screen and (max-width: 1367px) {
  .quad {
    padding: 15% 0 10% 0;
  }
}

.specs h1 {
  padding-top: 15%;
  padding-bottom: 5%;
}

.specs-table {
  padding-bottom: 15%;
}

#feature-article {
  padding-bottom: 10%;
}

#feature-article h1 {
  padding-bottom: 5%;
}

.bullets {
	margin-left: 32px;
	margin-right: 15%;
	text-indent: -18px;
}

li::before {
	color: red;
	font-weight: 600;
	list-style-position: outside;
}

.pdf-box {
  padding: 2%;
  margin: 0 auto;
}


/* DESIGN */
.collections-bg {
  padding: 7%;
  background-image: url("../images/fern-inroom.jpg");
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 125rem;
}

#collections-text {
  padding-top: 5%
}

.design-spread {
  padding: 5%;
  margin: 5% 0;
  background-image: url("../images/renders/shore-in-room.jpg");
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 98rem;
}

#yheader {
  padding: 5% 0%
}

/* REGISTER */
.register {
  padding: 7% 0;
}

#app-text {
  padding-top: 7%;
}

.etestimonials {
  text-align: center;
  padding: 11% 0;
  width: 100%;
  /* height: 70rem; */
  background-image: url(../images/greywave-bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.etestimonials h1 {
  text-align: center;
  padding-top: 5%;
}

.etestimonials h4 {
	padding-top: 2%;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.etestimonials h5 {
	font-size: 1em;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
	color: #af9a7b;
}




/* BUY */
#buy-intro {
	padding: 2% 0 0 0;
	margin-top: 2%;
	letter-spacing: .03em;
	text-align: center;
}

#bwc {
  padding: 6% 0 3% 0;
}

.popup-box {
  display: none;
  padding: 3% 11%;
  /* border-bottom: 1px solid darkgray; */
}

.buy1-h1 {
	text-align: center;
	width: 100%;
	background-colorX: darkgray;
	color: 0xFCFCFC;
	padding: 8px;
	margin-top: 64px;
	border-top: 3px solid darkgray;
	border-bottom: 3px solid darkgray;
  box-sizing: border-box;
}

#model-chooser {
	padding: 1% 8%;
}

/*
button {
  height: 36px;
  background: #556cd6;
  color: white;
  font-size: 14px;
  border: 0;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.6;
  border-radius: 6px;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
}
*/

/* button:hover {
  opacity: 0.8;
} */

#overlay {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	height: 800px;
	margin-left: 0;
}

#textbelow {
	display: block;
}

#textover {
	display: block;
	max-width: 800px;
}

#right-column-below {
	top: 110px;
}

.show-panel {
	position: absolute;
	z-index: -2;
	top: 106px;
	left: 411px;
	width: auto;
	height: 74px;
}

#elite-noPanel {
	position: relative;
	top: 0;
	width: 100%;
	height: 800px;
}

#explore-gallery {
  width: 100%;
}

.chooser {
	background-color: #919faa;
	border: 10px solid #919faa;
	color: #fff;
	text-transform: none;
	border-radius: 4px;
	margin: 25px 6px;
	display: inline-block;
	padding: 0 40px;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	white-space: nowrap;
	cursor: pointer;
	box-sizing: border-box;
}
.chooser:hover {
	color:#EEE;
}

.toggler {
	background-color: #919faa;
	text-transform: none;
	border-radius: 4px;
	margin: 6px;
	border-style: 1px solid ;
}

.big-buy-button {
	display: inline-block;
	padding: 0 40px;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 4px;
	border: 10px solid #bbb;
	cursor: pointer;
	box-sizing: border-box;
	color: #fff;
	background-color: #ef3e3b;
	border-color: #ef3e3b;
	margin-top: 5%;
}

.chosen {
	background-color: #919faa;
	border: 2px solid darkmagenta;
}

.unchosen {
	background-color: #fff;
	border: 2px solid #919faa;
	color: #757f80;

}

.switcher {
  position: absolute; z-index: 3;
  top: 40px;
  width: 600px;
  height: 800px;
}

.left-side {
	position: relative; z-index: 2;
	top: 23px;
	left: 40px;
}

.right-side {
	position: absolute; z-index: 2;
	top: 25px;
	right: 50px;
}

.centered {
	text-align: center;
	width: 100%;
}

.centered p {
	text-align: center;
	margin-bottom: 0;
}

#your-cart {
	text-align: center;
	font-weight: bold;
	margin-top: 15%;
	padding-bottom: 4%;
}

.checkout-button {
	background: #ef3e3b;
	color: white;
	/* width: 40%; */
}

.checkout-button:hover {
	background: darkred;
	color: white;
	/* width: 40%; */
}

#buy1-img {
	padding: 0% 30% 3% 30%;
}

#textover h1 {
	margin-bottom: 0;
}

#buy2 {
	padding: 2.5% 0 5% 0;
	margin-top: 2%;
	letter-spacing: .03em;
	text-align: center;
}

#left-switch {  left: 10px; }
#right-switch { right: -120px; }
#chosenlabel {
	text-align: center;
	font-size: 1.4em;
}

#chosenPanelName {
	text-align: center;
	font-size: 1.4em;
	color: darkmagenta;
}

#chosenPanel {
	width: 600px;
	height: 107px;
	border-radius: 10px;
	background-size: 100%;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 32px;
	padding-top: 30px;
	font-weight: bold;
	margin: 20px auto;
	box-sizing: border-box;
}

.panel {
	border-radius: 6px;
	box-sizing: border-box;
	text-align: center;
	vertical-align:center;
	font-size: 24px;
}

.droptext {
	text-align: center;
	font-weight: bold;
}

.smallprice {
/*	font-size: 36px; */
	font-weight: 500;
	color: darkmagenta;
/*	margin-top: -1%;*/
}

.labelprice {
	font-size: 36px;
	font-weight: 500;
	color: darkmagenta;
	margin-top: -1%;
}

.labelprice2 {
	font-size: 36px;
	color: darkmagenta;
	border-bottom: 1px solid #000;
	padding-bottom: 2%;
	width: 300px;
}

.labelpricebig {
	font-size: 36px;
	font-weight: 500;
	color: darkmagenta;
	margin-top: -1%;
	margin-bottom: 2px;
}

.panel:hover {
	font-size: 32px;
	margin-left: -74px;
	padding-top: 30px;
}
.price {
	color: darkmagenta;
}

.litem {
	box-sizing: border-box;
	background-color: white;
	padding: 8px;
	width: 200px;
	height: 75px;
}

/* CHECKOUT */
.checkout1 {
  padding-top: 7%;
  justify-content: left;
}

.checkout1 img {
  padding-right: 5%;
}

#checkout-text {
  text-align: left;
  margin-left: 3%;
  padding-top: 5%;
}

.contact {
  padding: 5% 0;
}

.contact-card {
  box-shadow: 2px 4px 10px 0 rgba(0.05, 0.05, 0.05, 0.1);
  transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  margin: 0 20%;
  padding: 2%;
}

.contact-card:hover {
  box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  border-radius: 5px;
}

/* FAQ */
.side-nav {
	float:left;
	top: 250px;
	left: 32px;
	width: 200px;
	position: absolute;
	z-index: 1;
}
.side-button {
	font-size: 24px;
	color: red;
	margin-top: 32px;
	cursor: pointer;
}
.side-button a {
	font-size: 24px;
	color: red;
	margin-top: 32px;
	text-decoration: none;
}
#faq {
	min-height: 850px;
}
#grouch-splain {
}
#grouch-subtitle {
}
#grouch-text {
	font-size: 32px;
}

/* JOBS */
.column {
  margin-left: 0
}

#description {
  border: 1px solid red;
  padding: 20px;
  margin-left: 0;
  margin-top: 0;
  padding-bottom: 5%;
}

#job-descriptions {
  padding-bottom: 10%;
}

/* FAQ */

#faq {
  margin: 17% auto;
}

#faq h1 {
  padding: 0 0 5% 0;
}

.hr-line{
  margin: 1% auto 3% auto;
}

.faq-q {
  color: #000;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: auto;

}

.faq-a {
  margin: 2% 0;
  padding: 0 32% 0 18px;
  display: none;
  overflow: hidden;

}

.active,
.faq-q:hover {
  color: #4e555b;
}

.faq-q:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796";
}


/* FOOTER */
.footer {
  padding-top: 3%;
}

#footer-list li {
  display: inline;
  float: left;
}

#footer-list li a {
  display: inline;
  float: left;
  margin: 2px 18px;
  color: #af9a7b;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: .03em;
}

#footer-list li a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-form a {
  display: inline;
  float: left;
  margin: 2px 18px;
  color: #af9a7b;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: .03em;
}

.footer-form a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer-nav li {
  display: inline;
  float: right;
  margin: 2px 10px;
}

.footer-form {
  padding: 3% 0;
}

#exampleEmailInput {
  color: #303030;
}

.feature-text {
  padding: 30% 15% 0 0;
  color: white;
}

.feature-mobile {
  text-align: center;
  padding: 7% 6% 10% 6%;
}

/* these go at the end so they supersede the attributes of other styles */

.wide {
  max-width: 1080px;
  box-sizing: border-box;
}

.medium {
  max-width: 750px;
  box-sizing: border-box;
}

.red {
	color: red;
}
.white {
	color: white;
}
.greenish {
  color: #95ce7d;
}
.callout {
	color: darkcyan;
}
.f120 {
	font-size: 120%;
}
.bold {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.center {
	text-align: center;
}

.topspace {
  margin-top: 120px;
}

.cimg {
  padding: 5% 0;
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: auto;
}

.spc {
  padding: 5%;
}

.mrgn {
  margin: 15% auto;
}

.mrgn-t {
  margin-top: 25%;
}

.mrgn-b {
  margin-bottom: 15%;
}

* {
  box-sizing: border-box;
}

.shrt {
  width: 75%;
}

/* this one defeats the "old-style numerals" that some fonts have, especially Raleway */
.num { font-variant-numeric: lining-nums; }

.blog_title { font-size: 3em; }
