@import url('fonts/SAC Prairie/stylesheet.css');
@import url('fonts/Terracotta/stylesheet.css');
@import url('fonts/Engebrechtre/stylesheet.css');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "SAC Prairie", serif;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #CAA04E;
    /* background-color: #23302C; without img */
    /* background-color: #2d3f39; */
    padding: 10px;
    /* background-image: url(images/classy-fabric.png); */
    background-repeat: repeat;
    background: url(images/classy-fabric.png), radial-gradient(95% 23.14% at 0% 0%, #2D3F39 0%, #57736A 60.08%, #2D3F39 100%), #2D3F39;
}


.corners-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: -110px;
}

.corner-top-left {
}

.corner-top-right {
    transform: rotate(90deg);
}

.corners-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: -50px;
}

.corner-bottom-left {
    transform: rotate(270deg);
}

.corner-bottom-right {
    transform: rotate(180deg);
}

.corners-top svg,
.corners-bottom svg {
    filter: drop-shadow(1px 1px rgba(0,0,0,0.5));
}

.corners-top svg path,
.corners-bottom svg path {
    stroke-width: 1.5px;
}

.names {
    color: white;
    font-family: "Engebrechtre", serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 0.8em;
    margin: 30px 0;
    text-shadow: 1px 2px rgba(0,0,0,0.5);
}

.names .name.ampersand {
    font-size: 30px;
    line-height: 1.7em;
}

@media (min-width: 551px) {
    .names {
        font-size: 70px;
        margin-top: 30px;
    }
    .names .name.ampersand {
        font-size: 40px;
    }
    .corners-top svg,
    .corners-bottom svg {
        width: 200px;
        height: 200px;
    }    
    
    .corners-top svg path,
    .corners-bottom svg path {
        stroke-width: 1px;
    }

    body {
        background: url(images/classy-fabric.png), radial-gradient(110% 40.14% at 0% 0%, #2D3F39 0%, #57736A 60.08%, #2D3F39 100%), #2D3F39;
    }
  }

  @media (min-width: 450px) and (max-width: 550px) {
    .names {
        font-size: 60px;
    }
    .names .name.ampersand {
        font-size: 30px;
    }
  }


p.baby {
    color: white;
}

.announcing,
.date,
.location{
    font-size: 22px;
    margin: 10px 0;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.box {
    border: solid 1.5px #CAA04E;
    border-width: 1.5px 0;
    padding: 4px 0;
    width: 100%;
    box-shadow: 0px 1px rgba(0,0,0,0.5) inset, 0px 1px rgba(0,0,0,0.5);
    overflow-x: hidden;
    max-width: 500px;
    margin: auto;
}

.button {
    background: #CAA04E;
    color: white;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    margin: 30px 0 10px 0;
    border: solid 2px transparent;
}

.button:hover {
    color: black;
    cursor: pointer;
}

.button svg {
    margin-left: 10px;
}

.button.venmo {
    background-color: #008CFF;
}

.button.venmo,
.button.donate {
    margin: 10px 0;
}

.button.secondary {
    background-color: transparent;
    color: #CAA04E;
    border: solid 2px #CAA04E;
}

.photo {
    width: 100%;
    max-width: 500px;
    margin: 20px 0;
}

.address {
    padding-top: 20px;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    font-size: 22px;
}

.monogram svg {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    filter: drop-shadow(1px 1px rgba(0,0,0,0.5));
}

.monogram svg path {
    stroke: #CAA04E;
}

.monogram.bottom svg {
    width: 100px;
    height: 100px;
    margin-top: 20px;
}

.form {
    background: rgba(255,255,255,1);
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.form iframe {
    max-width: 500px;
}

.signature {
    font-size: 12px;
    margin-bottom: -80px;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
}

.scroll-container {
    overflow: auto;
    white-space: nowrap;
    padding: 0 18px;
    margin: 20px -18px;
}

.scroll-container img {
    padding: 0 4px;
    height: 400px;
}

.details {
    text-align: left !important;
    color: white;
}

.details a {
    color: white;
    margin-bottom: 10px;
    display: block;
}

.details .bold {
    font-weight: bold;
    padding: 20px 0 0 0;
    color: #CAA04E;
}

.map {
    width: 100%;
    margin-bottom: 20px;
}

.box + .box, script + .box {
    border-top: 0;
}