@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:wght@300;400;700&display=swap');

body {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #322c4d;
    color: #e6edf0;
    margin: auto;
    margin-top: 4rem;
    padding-bottom: 8rem;
    width: 80%;
    max-width: 1024px;
}

.menu-item {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: rgb(128, 128, 128);
    margin-right: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.2s;
}
.menu-item:hover,a h2:hover {
    color: #e6edf0;
}

.logo {
    width: 100%;
    height: auto;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: auto;
}

figcaption {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #abb8c3;
    text-transform: none;
    margin-bottom: 4rem;
    letter-spacing: 0;
    text-align: center;
}

h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 3px;
    color: rgb(168, 107, 150);
    margin-top: 0;
    margin-bottom: 1rem;
}
h2 {
    font-family: "Oswald",sans-serif;
    font-weight: 300;
    font-size: 43px;
    color: #A86B96;
    text-transform: uppercase;
    line-height: 1.4;
    display: inline-block;
    margin: -5px 0 0.375em;
    letter-spacing: 2px;
}
h3,h4 {
    font-size: 20px;
    font-family: "Oswald",sans-serif;
    font-weight: 300;
    clear: both;
    text-transform: uppercase;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}
a {
    text-decoration-line: none;
}

a h2 {
    font-family: "Oswald", sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    color: rgb(168, 107, 150);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0;
    display: block;
}

.description {
    font-family: "Alegreya Sans", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #e6edf0;
    text-transform: none;
    margin-bottom: 4rem;
    letter-spacing: 0;
}
table {
    width: 100%;
}
td {
    padding-top: 1rem;
    padding-bottom: 2rem;
    vertical-align: top;
}
td p {
    font-size: 16px;
}
.td-left {
    text-align: left;
    font-family: "Oswald", sans-serif;
    color: rgb(128, 128, 128);
    width: 15%;
}

button {
    background-color: #322c4d;
    border:4px solid rgb(168, 107, 150);
    border-radius: 2em;
    color: #e6edf0;
    padding-top: .75em;
    padding-bottom: .75em;
    padding-left: 2em;
    padding-right: 2em;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-top: 2rem;
  }
p {
    font-size: 20px;
}
a {
    color: #C094B5;
}
a:hover {
    text-decoration: underline;
}
.noLine:hover {
    text-decoration: none;
}
.has-text-align-justify {
    max-width: 90%;
}

@media only screen and (min-width: 40em){
    h1 {
        font-size: 64px;
    }
}
@media only screen and (min-width: 50em) {
    h1 {
        font-size: 128px;
    }
}