#title-section 
{
    /* background-color: var(--primary-color); */
    font-size: 1.5rem;
    position: absolute;
    top: 40vh;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

header img
{
    display: block;
    width: 100%;
    max-height: 720px;
}

#section-1 .services
{
    font-size: 1.5rem;
    padding: 10px;
    padding-left: 30px;
}

#section-1, #section-2
{
    padding: 20px;
}

#section-1 p, #section-2 p
{
    text-align: justify;
    font-size: 1.2rem;
}

#section-1 .section-container
{
    display: flex;
    flex-wrap: wrap;
}

#section-1 .section-cta
{
    max-width: 600px;
    padding: 0 20px;
}

#section-2 .section-img img 
{
    width: 100%;
    border-radius: 10px;
}


#section-2 .section-container
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-self: center;
    justify-content: space-between;
    font-size: 1.5rem;
    max-width: 1200px;
}

#section-2 .section-cta
{
    padding: 20px;
    max-width: 800px;
}

#section-3, #section-7
{
    text-align: center;
}

#section-5 .section-gallery, #section-6 .section-gallery
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 20px;
    column-gap: 20px;
    justify-content: center;
}

#section-1 .section-gallery
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
    text-align: center;
}

#section-1 .section-container
{
    justify-content: center;
}

#section-1 .gallery-content
{
    padding: 20px;
}

#section-1 .services ul 
{
    list-style-type: circle;
}

#section-5 .section-gallery
{
    max-width: 1200px;
}

#section-3 .section-container h1, #section-5 .section-container h1, #section-7 .section-container h1
{
    font-size: 2.5rem;
    text-align: center;
}

#section-1 img
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

#section-4 .section-container
{
    margin: 0 auto; 
    max-width: 1200px;
    width: 100%;
}

#section-4 .section-container .frame-container
{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;   
}

.frame-container iframe
{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 20px;
}

#section-5 
{
    padding: 30px;
}

#section-5 .gallery-content
{
    background-color: var(--primary-color);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    text-align: center;
    font-size: 2rem;
}

#section-5 .gallery-content:hover, #section-1 .gallery-content:hover
{
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

#section-5 .gallery-content p, h5
{
    padding: 20px 0;
}

#section-6
{
    /* background-image: url("../img/kenny-eliason-60krlMMeWxU-unsplash.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    height: auto;
}

#section-6 .section-container
{
    padding-top: 30px;
}

#section-7
{
    text-align: center;
}

.section-6-card
{
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 5px;
}

.section-6-card .title
{
    font-size: 2rem;
}
.section-6-card .title:after
{
    content: " ";
    display: block;
    width: 60%;
    height: 5px;
    background: rgb(156, 6, 6);
    border-radius: 2px;
}

.section-6-card .card-content
{
    padding: 10px 0;
}

footer 
{
    font-size: 1.5rem;
    text-align: center;
    padding: 40px;
}

footer .section-container 
{
    display: flex;
    justify-content: space-around;
}

footer .section-container div 
{
    display: flex;
    flex-direction: column;
}

footer img 
{
    border-radius: 50%;
    width: 200px;
    height: 200px;  
}