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

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* @font-face {
    font-family: "AbrilFatFace";
    src: url(./Abril_Fatface/AbrilFatface-Regular.otf) format("opentype");
} */
@font-face {
    font-family: 'Sansita Swashed';
    src: url('./Sansita_Swashed/SansitaSwashed-VariableFont_wght.ttf') format("truetype-variations");
    font-weight: 1 999;
  }
  @font-face {
    font-family: 'Roboto Slab';
    src: url('./Roboto_Slab/RobotoSlab-VariableFont_wght.ttf') format("truetype-variations");
    font-weight: 1 999;
  }
body {
    font: 16px/26px Roboto Slab, Helvetica, Helvetica Neue, Arial;
    background: #F0F0F0;
    color: #555;
    min-height: 100vh;
    padding-top: 10vh;
}
.cards{
    display: flex;
    flex-direction: column;
    align-items: center;
}
header.main{

}
h1, h2, h3, h4, h5, h6{
    font-family: 'Sansita Swashed';
}

ul.menu {
    position: sticky;
    top: 5px;
    z-index: 99;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    list-style: none;
    padding: 2px 10px;
    background-color: #fff;
}
ul.menu li {
    padding: 5px 10px;
}
ul.menu li a{
    color: #333;
}
/* div.cuties {
    background: url("../images/dresses.jpg") center center no-repeat;
    background-size: cover;
} */
.main h2, .main h3{
    font-family: Roboto Slab;
}
.cuties {
    height: 50vh;
    overflow: hidden;
    max-width: 100vw;
}
.cuties img {
    height: 100%;
    transform: rotate(5deg);
}



.card {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* max-width: 500px; */
}

.card.details {
    height: initial;
    margin: 2em;
    padding: 1em;
    background: white;
    align-items: flex-start;
}
.details h2 {
    text-align: center;
    margin: -1em -1em 0;
    background: #7C9C74;
    padding: 1em;
    color: #fff;
    font-weight: 300;
    font-size: 2em;
    line-height: 1.2em;
}

.map.card {
    background-color: #fff;
    padding: 1em;
}
.map.card h2 {
    font-size: 2em;
    color: #7C9C74;
}
.map .address {
    font-weight: bold;
}
.map .photo img {
    width: 300px
}

.RSVP.card {
    margin-top: 50px;
    background-color: #fff;
    width: 100%;
}
.RSVP h2{
    font-size: 3em;
    color: #7C9C74;

}
.RSVP p {
    margin: 1em 2em;
}
.RSVP .googleform{
    /* margin: 0 -2em; */
    width: 100%;
}

.details.card section{
    margin-bottom: 50px;
}

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {
    .card.details, .card.cuties {
        max-width: 500px;
    }
    .map.card {
        /* max-width: inherit;
        width: 100vw; */
    }
}

@media only screen and (min-width: 1140px) {

}

@media print {
   
}