footer {
    background-color: #324F40;
    color: white;
    padding: 15px;
    text-align: center;
}

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;
}

.custom-toggler.navbar-toggler {
    border-color: #47715b;
}

/* Setting the stroke to blue water drop using rgb values*/
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(89, 203, 232, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.logo {
    width: 100%;
    padding: 0;
    cursor: pointer;
}

.contact-info a {
    color: white;
    text-decoration: none;
}

@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%;

}

#thumbs {
    width: 10%;
    height: 10%;
}

#list {
    font-size: 15px;
}