body,
html {
    height: 100%;
    text-align: center;
}

p {
    font-family: "Montserrat";
}

.bg {
    background-image: url(../image/image00016.jpeg);
    height: 100%;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.heading {
    color: #fff;
    font-family: 'Metal Mania', cursive;
    font-size: 12rem;
    letter-spacing: 20px;
    padding-top: 7%;
    text-shadow: 3px 3px 5px black;
}


/* Title section */

.nav-item {
    padding: 0 1% 0;
}

.nav-link {
    color: #d1cebd;
    font-family: "Montserrat";
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 2px black;
}

.nav-link:hover {
    color: #fafafa;
}


/* Footer section */

.footer {
    position: fixed;
    bottom: 0;
    padding: 2% 15%;
    text-align: center;
    width: 100%;
}

.social-media-icon:hover {
    text-decoration: none;
}

.wrapper {
    display: inline-block;
    padding-bottom: 1%;
}

.wrapper-ul {
    list-style: none;
}

.list-item {
    width: 50px;
    height: 50px;
    line-height: 45px;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #fff;
    float: left;
}

.fab,
.fas {
    color: #fff;
}


/* Facebook */

.list-item:hover:nth-child(1) {
    border: 3px solid #3b5998;
    box-shadow: 0 0 15px #3b5998;
}

.list-item:hover .fa-facebook {
    color: #3b5998;
    text-shadow: 0 0 15px #3b5998;
}


/* Instagram */

.list-item:hover:nth-child(2) {
    border: 3px solid #bc2a8d;
    box-shadow: 0 0 15px #bc2a8d;
}

.list-item:hover .fa-instagram {
    color: #bc2a8d;
    text-shadow: 0 0 15px #bc2a8d;
}


/* Youtube */

.list-item:hover:nth-child(3) {
    border: 3px solid #bb0000;
    box-shadow: 0 0 15px #bb0000;
}

.list-item:hover .fa-youtube {
    color: #bb0000;
    text-shadow: 0 0 15px #bb0000;
}


/* Mail */

.list-item:hover:nth-child(4) {
    border: 3px solid #00aced;
    box-shadow: 0 0 15px #00aced;
}

.list-item:hover .fa-envelope {
    color: #00aced;
    text-shadow: 0 0 15px #00aced;
}

.social-media-text {
    color: #e3e3e3;
}

@media (max-width: 1185px) {
    .nav-link {
        font-size: 2.5rem;
    }
    .heading {
        font-size: 9rem;
        padding-top: 17%;
    }
}