.sectionWedding150{
    width: 80%;
    margin: 0 auto;
    margin-top: 150px;
    background-color: white;
    padding-bottom: 100px;
}

.sectionWedding40{
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    background-color: white;
    padding-bottom: 100px;
}

.sectionWedding50{
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
    background-color: white;
    padding-bottom: 100px;
}

.sectionWeddingW100{
    width: 100%;
    margin-top: 40px;
    background-color: white;
    padding-bottom: 100px;
}

.sectionWeddingW90{
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    background-color: white;
    padding-bottom: 100px;
}

.imgVerticale{
    aspect-ratio: 504/987;
    object-fit: cover;
}

.imgRatioV{
    aspect-ratio: 738/1106;
    object-fit: cover;
}

.m-50{
    margin: 50px 0;
}

.m-100{
    margin: 100px;
}

.my-100{
    margin: 100px 0;
}
.df{
    display: flex;
    justify-content: space-between;
}
.dfc{
    display: flex;
    justify-content: center;
}
.dfbc{
    display: flex;
    justify-content: space-between;
    align-content: space-between;
}

.spaceVertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}
.mt-30{
    margin-top: 100px;
}
.mt30{
    margin-top: 100px;
}
.dfct{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.dfm{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.w-100{
    width: 100%;
}

.w-40{
    width: 40%;
}

.w-45{
    width: 45%;
}

.w-50{
    width: 50%;
}

.w-30{
    width: 30%;
}

.w-60{
    width: 60%;
}

.w-80{
    width: 80%;
}

#contactTitle{
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color:#856400;
}

.contactText{
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: 300;
    margin-top: 40px;
}



#pagination{
    display: flex;
    justify-content: center;
}

#pagination a{
    
    border:1px solid black;
    padding: 20px 20px;
    margin: 10px;
    color:black;
    text-decoration: none;
}

.imgSize301{
    aspect-ratio: 488/731;
    object-fit: contain;
} 
.imgSize302{
    aspect-ratio: 482/725;
    object-fit: contain;
}
.imgSize303{
    aspect-ratio: 738/1106;
    object-fit: contain;
}

.imgSize2{
    aspect-ratio: 607/920;
    object-fit: contain;
} 

.imgSize801{
    aspect-ratio: 677/452;
    object-fit: contain;
    width: 60%;
} 
.imgSize802{
    aspect-ratio: 970/647;
    object-fit: contain;
    width: 60%;
} 
.tar{
    text-align: right;
}
.imgSize803{
    aspect-ratio: 910/607;
    object-fit: contain;
    width: 60%;
} 

.imgSize3{
    aspect-ratio: 507/920;
    object-fit: contain;
} 

.imgSize1{
    aspect-ratio: 954/668;
    object-fit: contain;
} 

.w-80R{
    width: 80%;
    margin: 0 0 0 auto;
}


@media screen and (max-width:992px){

    .mt30{
        margin-top: 40px;
    }

    #contactTitle{
        font-size: 20px
    }

    .contactText{
        font-size: 18px;
    }

    .sectionWedding150{
        margin-top: 150px;
        padding-bottom: 30px;
    }

    .sectionWedding40{
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .sectionWeddingW100{
        margin-top: 20px;
        padding-bottom: 50px;
    }

    .sectionWeddingW90{
        margin-top: 10px;
        padding-bottom: 30px;
    }

    .sectionWedding50{
        margin-top: 20px;
        padding-bottom: 30px;
    }
}