.galleryChooseBackground{
    height: 300px;
    width: 100vw;
   background-image: url(images/Lampe_Design_Social.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 80px;
}
.galleryChoiceHeader{
    font-size: 23px;
}

p{
    font-size: 20px;
}
.gallerySection{  
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    justify-content: center;
}

.imageContainer{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 120px;
    transition: 0.3s;
    height: 370px;
    width: 370px;
    -webkit-box-shadow: 0px 0px 16px 2px rgba(24,24,24,0.3);
    -moz-box-shadow: 0px 0px 16px 2px rgba(24,24,24,0.3);
    box-shadow: 0px 0px 16px 2px rgba(24,24,24,0.3);
    position: relative;
}
.imageContainer:hover{
    transform: scale(1.08);
}
.imageContainer img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
h3{
    text-align: left;
    font-size: 45px;
    letter-spacing: 10px;
    font-weight: 100;
    padding-left: 5%;
    font-family: Maniatic;
    line-height: 70px;
    color: #d63d35;
    margin-top: 130px;
}
h3:first-of-type{
    text-align: left;
    font-size: 45px;
    letter-spacing: 10px;
    font-weight: 100;
    padding-left: 5%;
    font-family: Maniatic;
    line-height: 70px;
    color: #d63d35;
    margin-top: 50px;
}
.galleryBlock{
    width: 90%;
    margin: auto;
    padding-bottom: 50px;
    padding-top: 100px;
}

.galleryBlock h1{
    font-size: 70px;
    font-family: ralewayBlack;
    line-height: 70px;
}
