.picboxes{
    margin-top: 30px;
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.box1pic,.box2pic,.box3pic,.box4pic,.box5pic,.box6pic,.box7pic,.box8pic,.box9pic,.box10pic{
    height: 550px;
    width: 45vw;
    max-width: 900px;
    margin:  15px;
    background-color: red;
    border-radius: 5px;

}
.box1pic{
    background: url("gallery/1Large.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box2pic{
    background: url("gallery/2Large.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box3pic{
    background: url("gallery/3Large.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    width: calc(30vw - 10px);
    max-width: 590px;
}
.box4pic{

    background: url("gallery/4Large.jpeg");
    height: 650px;
    width: calc(30vw - 10px);
    max-width: 590px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box5pic{
    background: url("gallery/6Large.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    width: calc(30vw - 10px);
    max-width: 590px;
}
.box6pic{
    background: url("gallery/9Large.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box7pic{
    background: url("gallery/5Large.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box8pic{
    background: url("gallery/8Large.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    width: calc(30vw - 10px);
    max-width: 590px;
}
.box9pic{
    background: url("gallery/7Large.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    width: calc(30vw - 10px);
    max-width: 590px;
}
.box10pic{
    background: url("gallery/10Large.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    width: calc(30vw - 10px);
    max-width: 590px;
}

.title{
    margin-top: 64px;
    height: 300px;
    color: white;
    background: radial-gradient(circle, rgba(26,26,26,0.9371207955838585) 0%, rgba(26,26,26,1) 30%);
    /*background: radial-gradient(circle,#3c3c3c 0%,#242424 45%, #1a1a1a 100%);*/

    font-size: 30px;
    text-align: center;
}

.title2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    height: 150px;
    color: white;
    background: radial-gradient(circle, rgba(26,26,26,0.9371207955838585) 0%, rgba(26,26,26,1) 30%);
    /*background: radial-gradient(circle,#3c3c3c 0%,#242424 45%, #1a1a1a 100%);*/

    font-size: 30px;
    text-align: center;
}
.title2 h1{
    position: relative;
    padding-bottom: 10px;
}


.title h1{
    position: relative;
    bottom: -50px;
}

.intro p{
    margin: 0;
    width: 700px;
    font-size: 22px;
    font-weight: 400;
    padding: 15px;
    color: black;

}

@media only screen and (max-width: 1400px) {
    .title,.title2{
        margin-top: 51.2px;
    }
}

@media only screen and (max-width: 1200px) {
    .title,.title2{
        margin-top: 56px;
    }
}

@media only screen and (max-width: 1000px){
    .title,.title2{
        font-size: 24px;
    }
}

@media only screen and (max-width: 800px){
    .title,.title2{
        font-size: 18px;
    }
    .box1pic,.box2pic,.box3pic,.box4pic,.box5pic,.box6pic,.box7pic,.box8pic,.box9pic,.box10pic{
        height: 90vw;
        width: 90%;
    }
}