html {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    background: #FFFFFF;
    padding-top: 8rem;
    height: 100vh;
}

header {
    font-size: 1.2rem;
    font-family: 'Grand Hotel', cursive;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    text-align: center;
    background: #FFFFFF;
}

header:after {
    background-image: url('../storage/images/wave-line.png');
    height: 20px;
    content: "";
    display: block;
    width: 100%;
    position: absolute;
}

header .navbar {
    font-family: Pacifico, sans-serif;
    z-index: 999;
    height: 50px;
    background: #FFFFFF;
}

header .brand{
    height: 100px;
    margin-top: 50px;
}

header .nav-link {
    color: #2f7d75 !important;
}

header .nav-link:hover {
    color: #51d7ca !important;
    text-decoration: none;
}

footer {
    font-size: 0.8rem;
    bottom: 0;
    width: 100%;
    background-image: url('../storage/images/footer-bg.jpg');
    padding-top: 1rem;
}

footer h2 {
    font-size: 1.3rem;
    color: #FFFFFF
}

footer a {
    color: #FFFFFF;
}

#TTTCarousel {
    background-image: url("../storage/images/carousel-bg.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: 0 0;
    overflow: hidden;
    max-width: 100%;
    max-height: 680px;
    margin-top: -75px;
}

#TTTCarousel .carousel-caption {
    position: absolute;
    top: 480px;
}

#TTTCarousel p {
    padding: 1rem;
    border-radius: 2rem;
    margin: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
}

#TTTCarousel img {
    width: 100%;
}

#main_content {
    padding-bottom: 2rem;
}

#socialDiv {
    background-image: url("../storage/images/primary-bg.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: 0 0;
    height: 150px;
    padding-top: 10px;
}

#socialItems {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#socialItems img {
    width: 100px;
}

/* Muffin */
#muffinSection {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 0.3rem;
    padding: 1rem;
    margin: 0;
    z-index: 400;
    width: 100%;
    top: -75px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(105, 105, 105, 0.61);
    -moz-box-shadow: 0px 0px 4px 1px rgba(105, 105, 105, 0.61);
    box-shadow: 0px 0px 4px 1px rgba(105, 105, 105, 0.61);
}

#muffinSection img {
    float: left;
    padding-right: 0.3rem;

}

/* END of muffin */

/* Content */

.post_time {
    display: block;
    background: #51d7ca;
    border-radius: 0.3rem;
    text-align: center;
    font-size: 1.3rem;
    color: #FFFFFF;
}

.post_category {
    font-family: 'Pacifico';
    font-size: 1.2rem;
    text-align: center;
}

.post_image {
    display: block;
    width: 600px;
    height: 450px;
    background: no-repeat center;
    background-size: cover;
    border-radius: 1rem;
    margin: 0 auto;
}

.post_title {
    padding: 1rem;
    font-size: 1.5rem;
    color: #2f7d75;
    font-family: 'Roboto Slab', cursive;
}

.post_author {
    padding: 1rem 0 1rem 0;
    font-size: 0.9rem;
    color: #2f7d75;
    font-family: 'Roboto Slab', cursive;
}

.post_content {
    text-align: justify;
}

.listMain {
    height: 200px;
    overflow: hidden;
    text-align: justify;
}

.listMainImg {
    display: block;
    width: 200px;
    height: 150px;
    float: left;
    margin-right: 10px;
    background: no-repeat center;
    background-size: cover;
    border-radius: 1rem;
}

.listContainer{
    border-bottom: #2f7d75 1px solid;
    margin-bottom: 1rem;
}

/* END of content

/* Colors */

a {
    color: #2f7d75;
}

a:hover {
    color: #51d7ca;
    text-decoration: none;
}

/* END of colors */
@media (max-width: 650px) {
    .brand {
        width: 50px;
    }

    .TTTCenter {
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar {
        padding: 0;
        margin: 0;
        background: #FFFFFF;
    }

    .nav-item{
        font-size: 1.3rem;
    }

    .navbar-toggler {
        background-color: #2f7d75 !important;
    }

    #socialDiv {
        height: 80px;
    }

    #socialItems {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #socialItems img {
        width: 50px;
    }
}
