@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600");
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; }

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; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
  margin: 0; }

img.alignright {
  float: right; }

img.alignleft {
  float: left; }

img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

body {
  background-color: #000000;
  border-style: none; }

body,
p,
a,
a:hover {
  color: #000000; }

a,
a:hover {
  text-decoration: none;
  border: none;
  border-style: none;
  box-shadow: none; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

html {
  background-color: #141414; }

body.mainpage {
  height: 100vh;
  background-color: #141414;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -0.5px;
  color: #f5ead1;
  background-position: center center;
  background-size: cover; }
  body.mainpage p {
    margin-bottom: 28px;
    color: #f5ead1; }
    @media (max-width: 800px) {
      body.mainpage p {
        font-size: 32px;
        line-height: 40px; } }

.quote-giver {
  font-style: italic;
  font-weight:400;
  text-align: right;
  font-size: 36px;
}
.mp-wrapper {
  padding: 10vh 10vw;
  
  position: absolute;
  z-index: 1000; }
  @media (max-width: 500px) {
    .mp-wrapper {
      padding: 5vh 5vw;
      text-align: center; } }
  .mp-wrapper .content {
    height: 80vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 500px) {
      .mp-wrapper .content {
        height: 80vh; } }

.logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-self: left;
            align-self: left;
    -webkit-animation: fadein 2s;
            animation: fadein 2s; }
    @media (max-width: 500px) {
        .logo {
        -webkit-align-self: center;
                align-self: center; } }
    .logo img {
        max-width: 165px;
        height: auto; }


.bio {
    font-weight: 400;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-animation: fadein 4s;
          animation: fadein 4s;
  letter-spacing: -1px;
  max-width: 66%; }
  @media (max-width: 800px) {
    .bio {
      max-width: none; } }
  .bio a {
    color: #ad9258;
    font-weight: 800;
    -webkit-transition: 1s;
    transition: 1s; }
    .bio a:hover {
      color: #70541c;
      -webkit-transition: 0.1s;
      transition: 0.1s; }

.contact {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-animation: fadein 6s;
            animation: fadein 6s;
    margin-top: auto;
    align-items: center;
}

.contact > a {
    color: red; 
}

.btn-primary {
    height: fit-content;
    background-color: #ad9258;
    border: none;
    margin-right: 1rem;
}

.btn-primary:hover {
    background-color:#70541c;
}

.fa-xs {
    color: white;
    margin-top: 41px;
}

    