body {
    background-image: url('../images/backchoice2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    font-family: 'Parisienne', cursive;
    /* color: #DCD0FF; */
    /* color: #c0c0c0; */
    color: #fffafa;
    font-size: 1.5625rem;
}

.headingColor {
    color: black;
}

.timerColor {
    color: #949494;
}

.heading {
    background-image: url('../engagement/image27.jpg');
    background-size: 100% 800px;
    background-repeat: no-repeat;
    height: 31.25rem;
    font-family: 'Parisienne', cursive;
    opacity: 0.96;
}

.title-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50%;
}

.us-left {
    height: 300px;
    width: 300px;
    float: left;
}

.us-right {
    height: 300px;
    width: 300px;
    float: right;
}

.indent {
    text-indent: 2em;
}

.picture {
    height: 200px;
    width: 200px;
}

.nav-background {
    background-image: linear-gradient(rgba(214, 214, 214, 0.90), rgba(214, 214, 214, .95),rgba(100, 100, 100, .75), rgba(0, 0, 0, .55), rgba(0, 0, 0, .35));
    /* opacity: .50; */
    font-family: 'Lobster', cursive;


}
.info-nav{
    background-color: rgba(0, 0, 0, .75); 
    font-family: 'Lobster', cursive;
}

.info-text{
    font-family: 'Raleway', sans-serif;
}
.nav-color{
/* color: #DCD0FF; */
color: #fffafa;
}
.picture-info{
    object-fit: cover;
}
.back{
    background-color: rgba(0, 0, 0, .35);
}
.rsvp-back{
    background-color: rgba(0, 0, 0, .75);
}
.btn-outline-primary{
    color: #DCD0FF !important;
}
.btn-hover:hover{
    background-color:  #DCD0FF;
}

.pages{
    width: 100%;
}
.form-entry{
    font-family: 'Roboto', sans-serif;
}

.guest-table{
    color: #fffafa !important;
    font-family: 'Lobster', cursive;
    
}
.phone-screen{
    display: none;
}

.image-view{
  max-width: 100%;
  max-height: 100%;
    /* object-fit: contain; */
}
.image-container{
    width: 100%;
    height: 100%;
}
.image-page{
    background-image: none;
    background-color: black;
    
}

.picture-control:hover{
    background-color: rgba(0, 0, 0, .35);
}



@media screen and (max-width: 600px){
    .heading{
        background-size: 100% 500px;
        
    }
    .none{
        display: none;
    }
    .phone-screen{
        display: block;
    }
}


