/*----------------------------------------------*\
    PAGES
	=====

	@package piknikpress

\*----------------------------------------------*/
/*----------------------------------------------*\
    COMPONENTS
	==========

	@package piknikpress

\*----------------------------------------------*/
/* 
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Widths */
/* Margins & Padding */
/* small, >750, >1100, >1500 */
/* Fonts */
/* 
 *
 * / Mixins
------------------------------------------------*/
/* 
 *
 * 1./  
------------------------------------------------*/
body {
  background-color: #eae6db;
  color: #323436;
}

.wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-image: url(/images/Kienholz-Watercolor-bg.jpg);
  background-size: cover;
  background-position: 98% 95%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 2rem;
}
@media screen and (min-width: 1200px) {
  .wrapper {
    background-position: 50% 95%;
  }
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4rem;
}
@media screen and (min-width: 1200px) {
  .header {
    height: 42vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 0;
  }
}
.header__logo {
  width: 90vw;
}
@media screen and (min-width: 1200px) {
  .header__logo {
    width: 70vw;
  }
}

.text-wrapper,
.newsletter-wrapper {
  margin-top: 4rem;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text-wrapper p,
.newsletter-wrapper p {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.text-wrapper .h2,
.newsletter-wrapper .h2 {
  text-transform: uppercase;
  font-family: "instrument-serif", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.2;
}
.text-wrapper .h3,
.newsletter-wrapper .h3 {
  text-transform: uppercase;
  font-family: "bicyclette", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.2;
  max-width: none !important;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-wrapper {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-iframe {
  max-width: 24rem;
}

.newsletter-iframe .tally-powered {
  display: none !important;
}