.row {

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

}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  float: left;
  /*padding-right: 15px;
  padding-left: 15px;*/
}


.col {

  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;

}


.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}


.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}



@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}


@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
 }





/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/





html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


a {

  cursor: pointer;

}


/*CSS Reset Ends*/


@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700');

@font-face {
  
    font-family: 'palanquinbold';
    src: url('font/palanquin-bold-webfont.woff2') format('woff2'),
         url('font/palanquin-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/*FONTS*/


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////HOME PAGE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*CF8129*/


.main {

  max-width: 1200px;
  margin: 0 auto;

}


.mainbody {

  max-width: 900px;
  margin: 0 auto;

}


.mainhelp {

  max-width: 900px;
  margin: 0 auto;

}


.logo img {

  float: left;
  position: relative;
  padding-left: 15px;
  z-index: 999;

}


nav {

  padding: 0px 3% 0px 0px;
  text-decoration: none;
  font: 10px 'Palanquin-Bold', sans-serif;
  letter-spacing: 0.1em;

}


.nav {
  
  margin: 32px 0px 0px 10px;
  padding: 0px;
  float: right;
  width: 355px;

 }


.move {

  padding-left: 40px;
  color: #000;

}


li a {

    color: #EAEAEA;
    transition-duration: 0.3s;

}


.nav li a {

  color: black;
  transition-duration: 0.3s;

}


.nav ul li {

  display: inline; 

}


.nav ul li a {
 
  padding: 0px 8% 0px 0px;
  text-decoration: none;
  font: 14px 'Palanquin-Bold', sans-serif;
  letter-spacing: 0.1em;

}


li a:hover:not(.active) {
  
  color: #CF8129;
  transition-duration: 0.3s;

}


span.cart{

  width: 50px;
  margin: 30px 0 0 10px;
  float: right;
  font-size: 23px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;


}


span.cart a{

  text-decoration: none;
  color: #979797;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;

}


span.cart a:hover {

  color: #CF8129;

}


.search {

  border: 0px solid black;
  border-radius: 2px;
  float: right;
  width: 20%;
  margin: 20px 0px 0px 0px;
  padding: 5px 0px 5px 5px;
  background-color: none;
  color: #979797;

}

input {

  transition-duration: 0.3s;

}

input.search-text {

  width: 70%;
  height: 20px;
  font: 15px 'Nunito', sans-serif;
  padding: 0px 10px 2px 0px;
  border: none;
  border-bottom: solid 1px grey;
  color: #979797;
  transition-duration: 0.3s;

}


::selection {

  background: #CF8129;

}


i.custom-mag {

  font-size: 23px;
  color: #979797;
  padding: 0px 0px 0px 5px;
 transition-duration: 0.3s;

}


i.custom-mag:hover {

  color: #CF8129;
 transition-duration: 0.3s;

}


i.custom-chevron {

  padding-left: 10px;
  font-size: 12px;

}


input:focus {

    border-color: #CF8129;
    transition-duration: 0.3s;
    color: #F0F0F0;

}


::placeholder {

      transition-duration: 0.3s;

}


input:focus::placeholder {

    transition-duration: 0.3s;
    color: #DBDBDB;

}


.backgroundnav {

  background-color: white;
  height: auto;
  z-index: 155;
  margin-bottom: 0px;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
  position: fixed;
  width: 100%;

}


.backimagemobile {

  display: none;

}


.backimage {

  padding-top: 50px;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-image: url(../image/posterwallhero.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}



.hero h1 {

  padding: 190px 0px 0px 20px;
  font: 45px/1em 'Palanquin-Bold', sans-serif;
  color: white;

}


.hero p {

  padding: 30px 0px 20px 20px;
  font: 20px/1em 'Nunito', sans-serif;
  font-weight: 400;  
  color: white;

}


.shopbutton {

  width: 150px;
  margin: 10px 0px 170px 20px;
  padding: 10px 10px;
  color: #333132;
  font: 16px 'Palanquin-Bold', sans-serif;
  background-color: white;
  border: solid 1px #E3E3E3;
  text-transform: uppercase;
  text-align: center !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display:block;
  border-radius: 2px;
  cursor: pointer;
 
}


.shopbutton:hover {

  color: white !important;
  background-color: #CF8129;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  border: solid 1px #CF8129;
   
}


.howitworks {



}


.howitworks h1 {

  padding: 40px 20px 40px 20px;
  font: 35px/1em 'Palanquin-Bold', sans-serif;
  text-align: center;
  color: #929292;

}


.howitdets {

  text-align: center;

}


.howitdets img {

  padding-top: 15px;

}


.howitdets h1 {

  padding: 10px 30px 0px;
  font: 400 20px/1em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;

}


.howitdets p {

  padding: 10px 30px 40px;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;

}


.howitdetsspace {

  padding-bottom: 40px;

}


.mediumimg {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/poster.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg2 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/postcards.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg3 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/stickers.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg4 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/notebook.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg5 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/apparel.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg6 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/pins.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg7 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg8 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers2.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg9 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers3.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg10 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers4.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg11 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers5.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg12 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers6.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg13 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers7.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg14 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers8.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediumimg15 {

  padding-top: 0px;
  margin: 15px 20px 110px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers9.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.mediums h1 {

  padding: 10px 20px 0px;
  font: 400 20px/1em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;


}


.mediums p {

  padding: 5px 20px 0px;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;

}


.mediums h2 {

  padding: 10px 5px 0px 20px;
  margin: 0px 0px 40px 0px;
  font: 400 15px/1.5em 'Nunito', sans-serif;
  color: #CF8129;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: inline-block;

}


.mediums a {

  font: 300 15px/1.5em 'Nunito', sans-serif;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  text-decoration: none;

}


.mediums a:hover {

  color: #B26F23;

}


.mediums h2:hover {

  color: #B26F23;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  padding-right: 2px;
}


.showmore {

  width: 150px;
  margin: 0 auto 80px;
  padding: 10px 10px;
  color: #333132;
  font: 16px 'Palanquin-Bold', sans-serif;
  background-color: white;
  border: solid 1px #E3E3E3;
  text-transform: uppercase;
  text-align: center !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 2px;
  cursor: pointer;

}


.showmore:hover {

  color: white !important;
  background-color: #CF8129;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  border: solid 1px #CF8129;
   
}


.fas {

  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  color: #CF8129;


}


.fas:hover {

  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  color: #B26F23;

}


.backcolor {

 background-color: #F5F5F5;

}


.asdesigned h1 {

  padding: 80px 20px 40px 20px;
  font: 35px/1em 'Palanquin-Bold', sans-serif;
  text-align: center;
  color: #929292;

}


.footerdets {

  margin: 60px 0px 20px 0px;



}


.footerdets h1 {

  padding: 0px 20px 0px;
  margin: 0px 0px 25px;
  font: 400 20px/1em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;

}


.footerdets ul li a {

  padding: 0px 20px 0px;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;
  text-decoration: none;

}


.footerdets ul li {

  margin-top: 8px;

}


.footerdets p {

  padding: 0px 20px 20px;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;
  text-decoration: none;

}


.copyright {

  margin: 25px 0px 10px;


}


.copyright p {

  padding: 0px 20px 20px;
  font: 300 12px/1.5em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;
  text-decoration: none;

}


.copyright li a {

  padding: 0px 20px 20px;
  font: 300 12px/1.5em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  float: right;

}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////SHOP PAGE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.posterhero {

  padding-top: 50px;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-image: url(../image/posterherodesk.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.heroposter h1 {

  padding: 130px 0px 0px 20px;
  font: 45px/1em 'Palanquin-Bold', sans-serif;
  color: white;

}


.heroposter p {

  padding: 30px 0px 100px 20px;
  font: 20px/1em 'Nunito', sans-serif;
  font-weight: 400;  
  color: white;

}


.posterheromobile {

  display: none;

}


.workimg1 {

  padding-top: 0px;
  margin: 15px 20px 45px;
  width: 90%;
  height: 400px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers9.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.workimg2 {

  padding-top: 0px;
  margin: 15px 20px 15px;
  width: 90%;
  height: 400px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers9.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.workimg3 {

  padding-top: 0px;
  margin: 15px 20px 90px;
  width: 95%;
  height: 400px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers9.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.workimg4 {

  padding-top: 0px;
  margin: 15px 20px 90px;
  width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  background-image: url(../image/byothers9.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}



.backgroundposter {

  background-color: #F5F5F5;

}


.choose img {

  margin: 0 auto;
  display: block;
  text-align: center;
  transition: all 0.2s ease-in-out;

}


.choose img:hover {

  opacity: 0.8;
  transition: all 0.2s ease-in-out;

}


.choose h1 {

  padding: 0px 20px 5px;
  font: 400 15px/1.5em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;

}


.choose p {

  padding: 0px 20px 80px;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;

}


.signup {

  margin: 0 auto;
  display: block;

}


.signup h1 {

  padding: 80px 20px 30px;
  font: 300 25px/1.5em 'Nunito', sans-serif;
  text-align: center;
  color: #929292;

}


.backgroundsignup {

  background-color: #F5F5F5;

}


input.signup {

  width: 30%;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid grey;
  color: #979797;

}


input.signup:hover {

 border: 1px solid #CF8129;

}


input.signup:focus {

 border: 1px solid #CF8129;

}


input.signupbutton {

  width: 150px;
  margin: 10px 0px 100px 20px;
  padding: 8px 10px;
  color: #333132;
  font: 16px 'Palanquin-Bold', sans-serif;
  background-color: white;
  border: solid 1px #E3E3E3;
  text-transform: uppercase;
  text-align: center !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;

}


.signupbutton:hover {

  color: white !important;
  background-color: #CF8129;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  border: solid 1px #CF8129;
   
}


.signupcenter {

  text-align: center;

}


.howitlooks {

  padding-top: 0px;
  margin: 15px 20px 45px;
  width: 90%;
  height: 400px;
  background-repeat: no-repeat;
  background-image: url(../image/howitlooks.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.howitlooks2 {

  padding-top: 0px;
  margin: 15px 20px 45px;
  width: 90%;
  height: 400px;
  background-repeat: no-repeat;
  background-image: url(../image/howitlooks2.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.howitlooks3 {

  padding-top: 0px;
  margin: 15px 20px 45px;
  width: 95%;
  height: 400px;
  background-repeat: no-repeat;
  background-image: url(../image/howitlooks3.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.actualsize {

  padding: 0px 20px 45px;
  float: right;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  text-align: center;
  color: #929292;

}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////HELP PAGE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.helphero {

  padding-top: 50px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-image: url(../image/helphero.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.herohelp h1 {

  padding: 130px 0px 0px 20px;
  font: 45px/1em 'Palanquin-Bold', sans-serif;
  color: white;

}


.herohelp p {

  padding: 30px 0px 100px 20px;
  font: 20px/1em 'Nunito', sans-serif;
  font-weight: 400;  
  color: white;

}


.helpimg1 {

  padding-top: 0px;
  margin: 40px 20px 0px 0px;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-image: url(../image/helpimg1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.helpimg1 h1 {
 
  padding: 150px 60px 60px 60px;
  width: 19%;
  height: 34.555%;
  font: 35px/1em 'Palanquin-Bold', sans-serif;
  color: white;
  background-color: rgba(207, 129, 41, 0.5);

}



.helpimg2 {

  padding-top: 0px;
  margin: 40px 20px 0px 0px;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-image: url(../image/helpimg2.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.helpimg2 h1 {
 
  padding: 150px 60px 60px 60px;
  width: 19%;
  height: 34.555%;
  font: 35px/1em 'Palanquin-Bold', sans-serif;
  color: white;
  background-color: rgba(207, 129, 41, 0.5);

}



.helpimg3 {

  padding-top: 0px;
  margin: 40px 20px 0px 0px;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-image: url(../image/helpimg3.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.helpimg3 h1 {
 
  padding: 150px 60px 60px 60px;
  width: 19%;
  height: 34.555%;
  font: 35px/1em 'Palanquin-Bold', sans-serif;
  color: white;
  background-color: rgba(207, 129, 41, 0.5);

}


.helpimg4 {

  padding-top: 0px;
  margin: 40px 20px 0px 0px;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-image: url(../image/helpimg4.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.helpimg4 h1 {
 
  padding: 150px 60px 60px 60px;
  width: 19%;
  height: 34.555%;
  font: 35px/1em 'Palanquin-Bold', sans-serif;
  color: white;
  background-color: rgba(207, 129, 41, 0.5);

}


.backgroundhelp {

  background-color: white;
  padding: 30px 30px;
  height: auto;
  width: 100%;

}


.helplinks ul li a {

  padding: 0px 0px 0px 0px;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;
  text-decoration: none;

}


.helplinks ul li {

  margin-top: 8px;
  padding-right: 20px;

}


.helplinks p {

  padding: 10px 20px 10px 0px;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;

}


.helpspace {

  margin: 0px 15px;

}




/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ABOUT PAGE/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.abouthero {

  padding-top: 50px;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-image: url(../image/abouthero.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.aboutdets {

  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);

}


.aboutdets h1 {

  padding: 80px 20px 40px 20px;
  font: 35px/1em 'Palanquin-Bold', sans-serif;
  color: #929292;

}


.aboutdets p {

  padding: 10px 20px 40px;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;

}


.aboutdetsright {

  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  float: right;

}


.aboutdetsright h1 {

  padding: 80px 20px 40px 20px;
  font: 35px/1em 'Palanquin-Bold', sans-serif;
  color: #929292;

}


.aboutdetsright p {

  padding: 10px 20px 40px;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  color: #545454;
  letter-spacing: 1px;

}


.aboutimg1 {

  padding-top: 0px;
  margin: 40px 0px 0px;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-image: url(../image/aboutimg1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.aboutimg2 {

  margin: 40px 0px 0px;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-image: url(../image/aboutimg2.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.aboutimg3 {

  padding-top: 0px;
  margin: 40px 20px 80px 0px;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-image: url(../image/aboutimg3.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}




@media (max-width: 768px) {

  .desktopnav {

    display: none;

  }


.mobile-bar {

  z-index: 10;
  position: fixed;
  top: 0;
  left: 90%;
  width: 100%;
  height: 74px;
  background-color: none;

}


.signresponsive {

  width: 320px;
  float: none;
  margin: 0 auto;
  display: inline-block;
  padding-top: 25px;
  
}


.searchresponsive {


  float: left;
  width: 80%;
  border: 0px solid black;
  border-radius: 2px;
  margin: 20px 0px 0px 0px;
  padding: 5px 0px 5px 5px;
  background-color: none;
  color: #979797;

}


input.search-respon {
  width: 50%;
  height: 20px;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  padding: 0px 10px 2px 0px;
  border: none;
  border-bottom: solid 1px grey;
  color: #979797;

}


input:focus {

    border-color: #CF8129;
    transition-duration: 0.3s;
    color: #F0F0F0;

}


span.cart{

  width: 35px;
  margin: 30px 0 0 0px;
  float: left;
  font-size: 23px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;


}


.backimage {

  display: none;

}


.backimagemobile {

  display: block;
  padding-top: 50px;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-image: url(../image/posterwallheromobile.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;

}


.hero h1 {

  padding: 200px 0px 0px 0px;
  font: 40px 'Palanquin-Bold', sans-serif;
  line-height: 1em;
  color: white;

}


.hero p {

  padding: 20px 0px 20px 0px;
  font: 20px 'Nunito', sans-serif;
  line-height: 1em;  
  color: white;

}


.shopbutton {

  width: 150px;
  margin: 0 auto 190px;
  padding: 10px 10px;
  color: #333132;
  font-family: 'Palanquin-Bold', sans-serif;
  font-size: 16px;
  background-color: white;
  border: solid 1px #E3E3E3;
  text-transform: uppercase;
  text-align: center !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display:block;
  border-radius: 2px;
 
}


.copyright {

  text-align: center;
  margin: 0 auto;
  float: none;

}


.copyright p {

  margin-top: 30px;

}



.copyright ul li a {

  text-align: center;
  margin: 0 auto;
  float: none;

}


.posterhero {

  display: none;

}


.posterheromobile {

  display: block;
  padding-top: 50px;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-image: url(../image/posterheromobile.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}



.backgroundhelp {

  background-color: white;
  padding: 30px 40px;
  height: auto;
  width: 100%;

}


.aboutdets {

  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);

}


.aboutdetsright {

  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);

}


.actualsize {

  padding: 0px 20px 45px;
  float: none;
  margin: 0 auto;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  text-align: center;
  color: #929292;

}


}


@media (max-width: 480px) {


.helpimg1 h1 {
 
  padding: 150px 60px 60px 20px;
  width: 19%;
  height: 34.555%;
  font: 24px/1em 'Palanquin-Bold', sans-serif;
  color: white;
  background-color: rgba(207, 129, 41, 0.5);

}

.helpimg2 h1 {
 
  padding: 150px 60px 60px 20px;
  width: 19%;
  height: 34.555%;
  font: 24px/1em 'Palanquin-Bold', sans-serif;
  color: white;
  background-color: rgba(207, 129, 41, 0.5);

}


.helpimg3 h1 {
 
  padding: 150px 60px 60px 20px;
  width: 19%;
  height: 34.555%;
  font: 24px/1em 'Palanquin-Bold', sans-serif;
  color: white;
  background-color: rgba(207, 129, 41, 0.5);

}


.helpimg4 h1 {
 
  padding: 150px 60px 60px 20px;
  width: 19%;
  height: 34.555%;
  font: 24px/1em 'Palanquin-Bold', sans-serif;
  color: white;
  background-color: rgba(207, 129, 41, 0.5);

}


}


@media (max-width: 320px) {


.signup h1 {

  padding: 0px 20px 30px;
  font: 300 25px/1.5em 'Nunito', sans-serif;
  text-align: center;
  color: #929292;

}


input.signup {

  width: 50%;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  font: 300 15px/1.5em 'Nunito', sans-serif;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid grey;
  color: #979797;

}


input.signupbutton {

  width: 120px;
  margin: 10px auto 100px;
  padding: 8px 10px;
  color: #333132;
  font: 16px 'Palanquin-Bold', sans-serif;
  background-color: white;
  border: solid 1px #E3E3E3;
  text-transform: uppercase;
  text-align: center !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  display: block;
  border-radius: 2px;

}


.footerdets {

  margin: 60px 0px 20px 40px;

}


.backgroundhelp {

  background-color: white;
  padding: 30px 40px;
  height: auto;
  width: 100%;

}


.helpimg1 h1 {
 
  padding: 150px 60px 60px 20px;
  width: 19%;
  height: 34.555%;
  font: 24px/1em 'Palanquin-Bold', sans-serif;
  color: white;
  background-color: rgba(207, 129, 41, 0.5);

}

.helpimg2 h1 {
 
  padding: 150px 60px 60px 20px;
  width: 19%;
  height: 34.555%;
  font: 24px/1em 'Palanquin-Bold', sans-serif;
  color: white;
  background-color: rgba(207, 129, 41, 0.5);

}


.helpimg3 h1 {
 
  padding: 150px 60px 60px 20px;
  width: 19%;
  height: 34.555%;
  font: 24px/1em 'Palanquin-Bold', sans-serif;
  color: white;
  background-color: rgba(207, 129, 41, 0.5);

}


.helpimg4 h1 {
 
  padding: 150px 60px 60px 20px;
  width: 19%;
  height: 34.555%;
  font: 24px/1em 'Palanquin-Bold', sans-serif;
  color: white;
  background-color: rgba(207, 129, 41, 0.5);

}


.aboutdets h1 {

  padding: 40px 20px 20px 20px;
  font: 35px/1em 'Palanquin-Bold', sans-serif;
  color: #929292;

}


.aboutdetsright h1 {

  padding: 40px 20px 20px 20px;
  font: 35px/1em 'Palanquin-Bold', sans-serif;
  color: #929292;

}



}




