﻿.ltlogo {
    width: 20%;
}

#hymn-con-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #hymn-con-table td, #hymn-con-table th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #hymn-con-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #hymn-con-table tr:hover {
        background-color: #ddd;
    }

    #hymn-con-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #04AA6D;
        color: white;
    }

.form-normal {
    width: 40%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 2px 0 rgba(0, 0, 0, 0.19);
    padding: 12px;
}

@media screen and (max-width:700px) {
    .form-normal {
        width: 90%;
    }
}

.form-normal-big{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
    width: 80%;
    padding: 10px;
    overflow: unset;
}

@media screen and (max-width:700px) {
    .form-normal-big {
        width: 98%;
    }
}

.search {
    padding: 8px;
    width: 80%;
    border-radius: 9px;
    border-color: #147CB9;
    border: 2px solid #147CB9;
    outline: none;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}



.img-card {
    border-radius: 10px;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header-about {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url('../../img/Jombas HairCut (49).jpeg') center center no-repeat;
    background-size: cover;
}

.page-header-contact {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url('../../img/Jombas HairCut (36).jpeg');
    background-size: cover;
}

.page-header-work {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url('../../img/Jombas HairCut (27).jpeg') center center no-repeat;
    background-size: cover;
}

.page-header-service {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url('../../img/Jombas HairCut (10).jpeg') center center no-repeat;
    background-size: cover;
}

.page-header-work {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url('../../img/Jombas HairCut (1).jpeg') center center no-repeat;
    background-size: cover;
}