*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
.pgs{
    width: 90%;
    margin: auto;
}
.pg1{
    /* background-color: pink; */
    height: 500px;
}

.pg1_img{
    width: 90%;
    height: 90%;
    margin: auto;
    margin-top: 10px;
    display: block;
    background-image: url(img/skybar.png);
    background-position: center;
    background-size: cover;
    position: relative;
    top: 20px;
}

.pg2 p{
    margin-top: 24px;
    font-size: 19px;
}
.pgsheads{
    font-size: 25px;
}
.pgsheads_2{
    font-size: 23px;
    margin-top: 15px;
}

.pgs3{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    /* border: 1px solid red; */
    height: 350px;
    margin-top: 20px;
}
.pgs3 span{
    height: 90%;
    width: 290px;
    flex-shrink: 0;
    margin-right: 3%;
    margin-bottom: 4%;
    background-position: center;
    background-size: cover;
}
#pg3_1{
    background-image: url(img/picnic.png);
}
#pg3_2{
    background-image: url(img/namingceremony.png);
}
#pg3_3{
    background-image: url(img/business.png);
}
#pg3_4{
    background-image: url(img/playground.png);
}
#pg3_5{
    background-image: url(img/beach.png);
}
#pg3_6{
    background-image: url(img/pastor.png);
}

.pg4{
    overflow: auto;
    padding-bottom: 100px;
}





