@charset "UTF-8";
/**
 * SASS Variables
 */
/**
 * @license
 * MyFonts Webfont Build ID 3777982, 2019-06-25T04:58:42-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: CardamonPro-Medium by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/cardamon/medium/
 * 
 * Webfont: CardamonPro-Regular by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/cardamon/regular/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3777982
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 2014 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/
@font-face {
  font-family: 'CardamonPro-Medium';
  src: url("../assets/fonts//39A5BE_0_0.eot");
  src: url("../assets/fonts//39A5BE_0_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts//39A5BE_0_0.woff2") format("woff2"), url("../assets/fonts//39A5BE_0_0.woff") format("woff"), url("../assets/fonts//39A5BE_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'CardamonPro-Regular';
  src: url("../assets/fonts//39A5BE_1_0.eot");
  src: url("../assets/fonts//39A5BE_1_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts//39A5BE_1_0.woff2") format("woff2"), url("../assets/fonts//39A5BE_1_0.woff") format("woff"), url("../assets/fonts//39A5BE_1_0.ttf") format("truetype");
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #ffffff;
}

body {
  color: #ffffff;
  background-color: #fd4343;
  line-height: 1.38;
  font-family: "CardamonPro-Regular", serif;
  font-size: 1.3125rem;
  margin: 0;
}

a {
  color: #431944;
  font-family: "CardamonPro-Medium", serif;
}

a:visited {
  color: #431944;
}

a:hover {
  color: #431944;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: .35em 0;
}

p {
  padding: 0;
  margin: 1.5em 0;
}

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea:focus, input:focus {
  outline: 0;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
}

tbody {
  border: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: 0 6%;
}

header,
main {
  margin: 0 auto;
  max-width: 620px;
}

header {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

header img {
  display: block;
}

article {
  position: relative;
}

article:after {
  border-bottom: 3px solid #431944;
  content: "";
  display: block;
  margin: 2em 0;
  width: 85px;
}

@media (min-width: 940px) {
  body {
    font-size: 1.875rem;
  }
  header {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
/*# sourceMappingURL=styles.css.map */