
body {
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed; 
    background-size: 100% 100%;
}

.info-container{
    border-radius: 50vh;
    background-color: rgba(255, 245, 237, 0.97);
    margin: auto;
    margin-top: 7vh;
    margin-bottom: 7vh;
    padding-top: 3vh;
    padding-left: 3vh;
    padding-right: 3vh;
    padding-bottom: 6vh;
    box-shadow: 2px 2px 4px rgb(84,84,84);
    max-width: 800px;
}

#joinUs{
    text-align: center;
    color:rgb(84,84,84);
    font-size: 3vh;
    margin-top: 1vh;
    margin-bottom: 0;
}

#DyA{
    text-align: center;
    color:rgb(100,169,138);
    margin-top: 1vh;
    margin-bottom: 0;
    font-size: 300%;
    font-family: "dutch-mediaeval-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

#babyShower{
    text-align: center;
    color:rgb(100,169,138);
    font-size: 450%;
    margin-top: 0vh;
    margin-bottom: 3vh;
    font-family: "dutch-mediaeval-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.place{
    text-align: center;
    color: rgb(84,84,84);
    text-transform: uppercase;
    font-size: 150%;
    margin-top: 0;
    margin-bottom: 1vh;
    font-weight: 600;
}

.date{
    text-align: center;
    color: rgb(84,84,84);
    text-transform: uppercase;
    font-size: 130%;
    margin-top: -20px;
    margin-bottom: -25px;
    font-weight: 900;
}

.date.day{
    text-align: center;
    color: rgb(84,84,84);
    text-transform: uppercase;
    font-size: 470%;
    margin-top: 0;
    margin-bottom: 0vh;
    font-weight: 300;
}

#rsvp{
    text-align: center;
    color:rgb(100,169,138);
    font-size: 200%;
    margin-top: 6vh;
    margin-bottom: 2vh;
    font-family: "dutch-mediaeval-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#baby-registry-container{
    border-radius: 50%;
    background-color: rgba(255, 245, 237, 0.97);
    margin: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    padding-top: 6vh;
    padding-left: 3vh;
    padding-right: 3vh;
    padding-bottom: 6vh;
    box-shadow: 2px 2px 4px rgb(84,84,84);
    width: 40vw;
}

#baby-registry{
    width:100%;
    max-width: 60px;
    margin: auto;
    float:right;
}

#thanks{
    font-size: 18px;
}

#baby-registry-text{
    text-align: center;
    color: rgb(84,84,84);
    text-transform: uppercase;
    font-size: 100%;
    margin-top: 2vh;
    margin-bottom: 2vh;
    text-decoration: none;
    font-weight: 600;
    float:left;
}

.baby-registry-link{
    text-decoration: none!important;
    color: rgb(84,84,84)!important;
}

.baby-registry-link:hover > .row .baby-registry-container #baby-registry-text{
    text-shadow: 1px 1px 2px rgb(100,169,138);
}

.baby-registry-link:hover > .row .baby-registry-container #baby-registry{
    -webkit-filter: drop-shadow(1px 1px 2px rgb(100,169,138));
    filter: drop-shadow(1px 1px 2px rgb(100,169,138));
}

.baby-registry-container{
    min-height: 10px;
}

@media(max-width: 768px){
    .place.city{
        margin-top: 5vh;
    }

    .place{
        font-size: 120%;
    }

    #joinUs{
        margin-top: 4vh;
    }

    #DyA{
        margin-top: 2vh;
        margin-bottom: 0;
        font-size: 250%;
    }
    
    #babyShower{
        font-size: 300%;
        margin-top: 0vh;
        margin-bottom: 3vh;
    }

    #rsvp{
        font-size: 140%;
        margin-top: 2vh;
        margin-bottom: 2vh;
    }

    #baby-registry-text{
        font-size: 75%;
    }
}
