/*
  Flappo CSS

*/
body {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    background-image: url(../../img/body-background.png);
}

/* Overwrite */

html {
    overflow-y: scroll;
}

html, body {
    height: 100%;
}

.clear {
    clear: both;
    float: none;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -20px;
}

#push {
    height: 50px;
}

#footer {
    padding: 20px;
}

.font-size-small {
    font-size: 10px;
}

.font-size-normal {
    font-size: 12px;
}

.icmrg {
    margin-right: 4px;
}

.brand img.logo {
    height: 34px;
}

.top-sub-section {
    font-size: 15px;
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 0;

}

.post-list {

}

.post-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #cccccc solid;
}

.post-item-info {
    display: flex;
}

.post-item-no {
    margin-right: 10px;
}

.post-item-name {
    color: #009b00;
    margin-right: 15px;

}

.post-item-date {
    margin-right: 15px;
}

.post-item-id {
}

.post-item-content {
    margin-top: 15px;
}

.jumbotron.jumbotron-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Responsive */

@media (min-width: 1200px) {
    /* 1200px- Big Screen */
    .nav-background {
        background: #2c3e50;
        height: 82px;
    }

    .header-container {
        padding: 0 30px;
    }

    .navbar-brand {
        padding-left: 0;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    /* 979px-1200px Desktop Screen */
    .nav-background {
        background: #2c3e50;
        height: 82px;
    }

    .header-container {
        padding: 0 30px;
    }

    .navbar-brand {
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    /* 768px-979px Small Desktop Screen */
    .nav-background {
        background: #2c3e50;
        height: 82px;
    }

    .header-container {
        padding: 0 30px;
    }

    .navbar-brand {
        padding-left: 0;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    /* 481px-767px Tablet Screen */
    nav.navbar.navbar-default {
        border: none;
        margin-bottom: 0;
    }

    .header-container {

    }

    .navbar-brand {

    }

    .post-list {

    }

    .post-item {
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 1px #cccccc solid;
    }

    .post-item-info {
        display: block;
    }

    .post-item-no {
        float: left;
        margin-right: 10px;
    }

    .post-item-name {
        float: left;
        color: #009b00;
        margin-right: 5px;

    }

    .post-item-date {
        display: inline-block;
        margin-right: 0;
    }

    .post-item-id {
        display: inline-block;
        margin-right: 5px;
    }

    .post-reply {
        display: inline-block;
        margin-right: 5px;
    }

    .post-item-content {
        margin-top: 15px;
    }

    .post-footer {
        text-align: right;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    /* -480px Phone Screen */
    nav.navbar.navbar-default {
        border: none;
        margin-bottom: 0;
    }

    .header-container {

    }

    .post-list {

    }

    .post-item {
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 1px #cccccc solid;
    }

    .post-item-info {
        display: block;
    }

    .post-item-no {
        float: left;
        margin-right: 10px;
    }

    .post-item-name {
        float: left;
        color: #009b00;
        margin-right: 5px;

    }

    .post-item-date {
        display: inline-block;
        margin-right: 0;
    }

    .post-item-id {
        display: inline-block;
        margin-right: 5px;
    }

    .post-reply {
        display: inline-block;
        margin-right: 5px;
    }

    .post-item-content {
        margin-top: 15px;
    }

    .post-footer {
        text-align: right;
        margin-top: 15px;
    }

}


