/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

body {
  background-color: #E4E4E4;
  /* Used if the image is unavailable */
  font-family: servus-slab, serif;
  font-weight: 300;
  font-style: normal;
  color: #1A3751;
  font-size: 16px;
  min-height: 100vh;
  line-height: 1.85rem; }

a {
  color: #617272;
  font-weight: 500;
  text-decoration: none; }

a:hover {
  color: #1A3751; }

button, .button {
  font-weight: 400;
  font-style: italic;
  font-family: servus-slab, serif;
  background-color: #617272;
  padding: 10px 20px;
  margin: 10px 0;
  text-decoration: none;
  cursor: pointer;
  color: #FFFDF5;
  border-radius: 4px;
  border: 1px;
  font-size: .9rem; }

button:hover, .button:hover {
  background-color: #1A3751;
  cursor: pointer;
  color: #FFFDF5; }

p {
  margin: 13px auto 0px auto; }

h1 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px; }

.one {
  background-color: #aab27b;
  background-image: -webkit-linear-gradient(160deg, #E4E4E4 70%, rgba(170, 178, 123, 0) 70%), url(../images/seamlessPattern_2.svg);
  min-height: 100vh;
  width: 100%;
  position: absolute;
  z-index: -1; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh; }

#EndresLogo {
  fill: #1A3751;
  width: 100%;
  margin: 0 0 6% 0; }

.comingSoon {
  width: 45%;
  margin: 50px auto; }

.comingSoonCopy {
  width: 85%;
  padding-bottom: 20px; }

.twoButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px; }
  .twoButtons button, .twoButtons .button {
    margin-right: 30px; }

@media only screen and (max-width: 1200px) {
  .comingSoonCopy {
    width: 100%; }

  .comingSoon {
    width: 65%; } }
@media only screen and (max-width: 600px) {
  .comingSoon {
    width: 90%; } }

/*# sourceMappingURL=style.css.map */