/*header*/
header {
    background-color: #324F40;
    padding: 0;
    font-family: 'League Gothic';
    z-index: 3;
    font-size: 30px;
}

.navbar-brand {
    width: 17%;
    padding-left: 3%;
}

.navbar-brand>img {
    width: 30%;
    height: auto;
    background: white;
    border-radius: 0px;
}

.nav-link.active {
    background-color: white !important;
    color: #324F40 !important;

}

.nav-link {
    color: white !important;
}

.logo {
    width: 100%;
    padding: 0;

    cursor: pointer;
}

/*footer*/
footer {
    background-color: #324F40;
    color: white;
    padding: 15px;
    text-align: center;
    margin-top: 5%;
}

.contact-info a {
    color: white;
    text-decoration: none;
}

/*body*/
@media (max-width: 768px) {
    .contact-info {
        font-size: 16px;
    }
}

body {
    background-color: #93B1A7;
    margin: 0;
}

.position-relative {
    z-index: -1;
    transform: translateY(-20%);
}

img {
    max-width: 100%;
    max-height: auto;
    background-size: cover;
    z-index: -1;
}

.position-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    text-align: center;
}

.container {
    padding: 0;
    margin: 0;
}

#info {
    font-size: 17px;
}

#hickes {
    width: 40%;
    height: 40%;
    float: right;
    padding-top: 14%;
}

h1 {
    font-family: 'League Gothic';
    padding: 2%;
    color: #324F40;


}

.bold {
    font-weight: bold;
    font-size: 20px;

}

.para {
    margin-bottom: 10%;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

#thumbs {
    width: 10%;
    height: 10%;
}

#Cexper {
    text-align: center;
    font-size: 60px;
}

#TServies {
    font-size: 60px;
    margin-left: 5%;
}

#list {
    font-size: 15px;
    font-size: large;
}

.reviews {
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.names {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 100%;
}


@media only screen and (max-width: 480px) {

    .reviews {
        font-size: 15px !important;
        text-align: center;
    }

}