* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*------------------------------------------------- first nav ------------------------------------------*/
@media (max-width:990px) {
    .first-nav-left {
        overflow: hidden;
    }

    .first-nav-right {
        display: none;
    }

    .first-nav-row {
        margin: 0 !important;
    }

    .second-nav-left {
        display: none;
    }

    .fixed {
        margin: 0px !important;
    }
}

@media (max-width:1200px) {
    .fans {
        margin: 0px !important;
    }
}

@media (min-width:990px) {
    .navbar-brand {
        display: none;
    }

}

.first-nav-left {
    display: flex;
    align-items: center;
    max-height: 60px;
}

.first-nav-left p {
    font-size: 13px;
    padding-top: 14px;
    margin-left: 10px;
}

.first-nav-button {
    padding: 8px 10px;
    background-color: red;
    border: 2px solid red;
}

.first-nav-icon {
    padding: 5px 10px;
    border: 1px solid rgb(156, 157, 158);
    color: rgb(156, 157, 158);
    margin-left: 10px;
}

/*------------------------------------------------- second nav ------------------------------------------*/
.second-nav {
    background-color: #F1F1F2;
    padding: 10px 0px;
}

.second-nav-left {
    font-size: 35px;
    font-weight: bolder;
    padding: 5px 0px;
}

.second-nav-right {
    background-color: black;
}

/*------------------------------------------------- third nav ------------------------------------------*/


.home-link {
    background-color: red;
    color: white !important;
}

/*------------------------------------------------- collection ------------------------------------------*/
.collection {
    background-color: #F1F1F2;
    padding: 20px 0px;
}

.box1 {
    background: linear-gradient(rgba(34, 33, 33, 0.267), rgba(44, 44, 44, 0.336)), url(img/cat-500x80-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: bolder;
    font-size: 25px;
}

.box2 {
    background: linear-gradient(rgba(34, 33, 33, 0.267), rgba(44, 44, 44, 0.336)), url(img/cat-500x80-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: bolder;
    font-size: 25px;
}

.box3 {
    background: linear-gradient(rgba(34, 33, 33, 0.267), rgba(44, 44, 44, 0.336)), url(img/cat-500x80-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: bolder;
    font-size: 25px;
}

.box4 {
    background: linear-gradient(rgba(34, 33, 33, 0.267), rgba(44, 44, 44, 0.336)), url(img/cat-500x80-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: bolder;
    font-size: 25px;
}

.view-all {
    float: right;
}

/*------------------------------------------------- features ------------------------------------------*/
.featured {
    background-color: #F1F1F2;
    padding-bottom: 20px;
}

.card-img-overlay {
    display: flex;
    align-items: flex-end;
}

.featured-card1 {
    background: linear-gradient(rgba(34, 33, 33, 0.342), rgba(44, 44, 44, 0.459)), url(img/news-300x300-3.jpg);
    background-size: cover;
    background-position: center;
    padding: 200px 10px 10px 10px;
    color: white;
    text-align: center;
    line-height: 30px;
}

.featured-card2 {
    background: linear-gradient(rgba(34, 33, 33, 0.342), rgba(44, 44, 44, 0.459)), url(img/news-300x300-4.jpg);
    background-size: cover;
    background-position: center;
    padding: 200px 10px 10px 10px;
    color: white;
    text-align: center;
    line-height: 30px;
}

.featured-card3 {
    background: linear-gradient(rgba(34, 33, 33, 0.342), rgba(44, 44, 44, 0.459)), url(img/news-300x300-5.jpg);
    background-size: cover;
    background-position: center;
    padding: 200px 10px 10px 10px;
    color: white;
    text-align: center;
    line-height: 30px;
}

.featured-card4 {
    background: linear-gradient(rgba(34, 33, 33, 0.342), rgba(44, 44, 44, 0.459)), url(img/news-300x300-1.jpg);
    background-size: cover;
    background-position: center;
    padding: 200px 10px 10px 10px;
    color: white;
    text-align: center;
    line-height: 30px;
}
.span-tags{
    border: 1px solid rgb(116, 114, 114);
    padding:5px 10px;
}
/*------------------------------------------------- footer ------------------------------------------*/
.social-icon{
    color: gray;
    border: 1px solid gray;
    padding: 10px;
}
.span-tags1{
    border: 1px solid rgb(116, 114, 114);
    padding: 5px 10px;
    line-height: 40px;
}
/*------------------------------------------------- copyright ------------------------------------------*/
.copyright{
    background-color: #F1F1F2;
}