body {
    background-color: #f4f4f4;
    padding: 0;
    margin: 0px 0px;
}

.icon::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: #203F26;
    display: inline-block;
    padding-bottom:5px;
    background-image: linear-gradient(#22983A 0 0);
    background-position: 0px 100%; /*OR bottom left*/
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition:
        background-size 0.5s,
        background-position 0s 0.5s; /*change after the size immediately*/
}

a:hover {
    color: #22983A;
    background-position: 100% 100%; /*OR bottom right*/
    background-size: 100% 1px;
}


#comingsoon {
    display: block;
    background-image: url(/assets/mountains-combined.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 400px;
}

#comingsoon h3 {
    padding: 250px 0 0 0;
    color: white;
}

h1 {
    font-size: 2em;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-family: "Source Serif 4", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}

h3 {
    font-size: 1em;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}
#page {
    display: block;
    background-color: white;
    margin: auto;
    text-align: center;
    padding-top: 80px;
    width: 900px;
    max-width: 100vw;
    overflow: hidden;
}

.savethedatemessage {
    margin: 60px 0px;
    color: #203F26;
    height: 30vh;
    min-height: calc (100vh-400px);
}

.namedate {
    padding: 10px
}

.monogram img {
    width: 70px;
    max-width: 30vw;
    padding-bottom: 40px
}


