body {
    font-family: 'Montserrat', sans-serif;
    background-color: white;
}


#footer-area .logo {

    position: absolute;

    right: 0;

    bottom: 70px;

    left: calc(50% - 31px);

    display: none;

}


#main-section {
    background-color: #1F1F1F;
    padding: 0px 0px;
}

#main-section .category {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

#main-section .category > div {
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}

#main-section .category > div h1 {
    color: #E0E0E0;
    font-weight: 700;
    font-size: 48px;
    background-color: #0C0C0C;
    padding: 10px 25px;
    min-width: 160px;
}

#main-section .container {
    padding: 40px 0px 30px 0px
}

#main-section .submenu {
    font-size: 16px;
    font-weight: 500;
    color: #A5A5A5;
}

#main-section .submenu span {
    color: white;
}

#main-section .submenu a {
    color: #A5A5A5;
    text-decoration: none;
}

#main-section .sub-category h2 {
    font-size: 30px;
    font-weight: 700px;
}

#main-section .sub-category a {
    font-size: 16px;
    font-weight: 600;
    color: white;
    border: solid 1px white;
    border-radius: 8px;
    padding: 10px 15px;
    text-decoration: none;
}

#main-section .slug {
    margin-bottom: 30px;
    cursor: pointer;
}

#main-section .slug img {
    border-radius: 10px;
}

#main-section .slug h3 {
    font-size: 700;
    font-size: 16px;
    color: #E0E0E0;
    margin-top: 10px;
}

#main-section .slug div {
    font-size: 500;
    font-size: 14px;
    color: #E0E0E0;
}

@media only screen and (max-width: 1700px), only screen and (max-device-width: 1399px) {
    #article-contents { max-width: 1000px; }
}


@media only screen and (max-width: 1399px), only screen and (max-device-width: 1399px) {
    #article-contents { max-width: 800px; }
}


@media only screen and (max-width: 800px), only screen and (max-device-width: 767px) {

    #main-section .container { padding: 20px; }
    #main-section .category > div h1 { font-size: 20px; }
}



@media only screen and (max-width: 576px), only screen and (max-device-width: 576px) {

    #main-section .category > div h1 { font-size: 20px; }

}
