body, h1 {
    font-weight: 300
}

.header {
    background: var(--bg-dark2)
}

footer {
    background: var(--bgGreen)
}

.articles .post-container .date-time, footer ul li a {
    font-size: .9rem
}

body, html {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 100%
}

body {
    color: var(--bodyText);
    font-family: var(--fontFamily1);
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    line-height: 28px;
    background: var(--bg-light1);
}

a:hover, footer .left-container a:hover {
    text-decoration: underline
}

.header a, a.btn-primary, footer .app-name a, footer .app-name a:hover, footer .left-container a, footer ul li a {
    text-decoration: none
}

.container {
    margin: auto;
    width: auto;
    max-width: 960px;
    position: relative;
    border: 1px solid transparent;
    padding: 0 20px
}

.header, .header div {
    margin: 0;
    position: relative
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.space-75 {
    position: relative;
    height: 75px
}

.space-50 {
    position: relative;
    height: 50px
}

.space-30 {
    position: relative;
    height: 30px
}

.text-center {
    text-align: center
}

a.btn-primary {
    display: block;
    border: 2px solid #fff;
    color: inherit;
    padding: 10px 20px;
    min-width: 100px;
    font-size: 1rem;
    font-weight: 600
}



.header div, footer ul li, footer ul li a {
    display: inline-block
}

.header div:nth-child(2), .header select {
    font-weight: 500;
    font-family: var(--fontFamily2)
}

a.btn-primary:hover {
    background: var(--bg-dark2);
    color:#fff
}

h1 {
    font-size: 2.4rem;
    line-height: 2.3rem
}

h2, h3 {
    font-size: 1.6rem;
    color:var(--mainColor)
}

.hidden-sm, .hidden-xs {
    display: block
}

.header {
    color: #fff;
    width: 100%;
    height: 50px
}

.banner, .header div:first-child {
    background: var(--mainColor);
    text-align: center
}

.header a {
    color: #fff
}

.header div {
    float: left;
    line-height: 50px;
    min-width: 80px
}

.header div:first-child img, .header div:nth-child(3) img {
    display: block;
    margin: 10px auto 0
}

.header div:first-child {
    width: 50px;
    height: 50px
}

.header div:nth-child(2) {
    width: 100px;
    padding-left: 20px;
    font-size: 1rem
}

.header div:nth-child(3) {
    width: 100px;
    float: right;
    text-align: center;
    cursor: pointer
}

.header select {
    width: 100%;
    height: 32px;
    border: none;
    color: var(--mainColor);
    font-size: .95rem
}

.header select option {
    font-size: .7rem
}

.banner {
    width: 100%;
    position: relative;
    color: #fff;
    height: auto;
    margin-bottom: 75px
}

.banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 25px solid var(--mainColor);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent
}

.articles {
    display: flex;
    flex-wrap: wrap
}

.articles .post-container {
    flex: 45%;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px dashed var(--mainColor)
}

.secondary-bottom-arrow:after, footer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent
}

.articles .post-container .content h2 a {
    font-size: 1.4rem;
    text-decoration: none;
    color: inherit;
    margin-top: 0
}
/*begin:: List Style*/
ul {
    display: block;
    width: auto;
    margin: 0 auto 20px 0;
    list-style-type: none;
    padding-left: 1rem;
}
ul li::before {
    color: var(--mainColor);
    content: "→";
    left: 0;
    margin-right: 5px;
    position: relative;
}
/*begin:: List Style*/

footer {
    min-height: 150px;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    padding: 10px 0;
    margin-top: 75px
}

footer:before {
    top: -25px;
    border-bottom: 25px solid var(--bgGreen)
}

footer .left-container, footer .right-container {
    display: inline-block;
    position: relative
}

footer .left-container {
    float: left;
    width: 30%;
    text-align: center;
    font-family: var(--fontFamily2)
}

footer .left-container a {
    color: #fff;
    font-size: .8rem;
    margin-right: 5px;
    font-weight: 400
}

footer .app-desc, footer .app-name a {
    font-size: 1rem;
    color: #fff
}

footer .right-container {
    float: right;
    width: 65%
}

footer .app-name a {
    display: block;
    border: 2px solid #fff;
    padding: 10px 20px;
    width: 100%;
    max-width: 144px;
    text-align: center;
    font-weight: 500;
    font-family: var(--fontFamily2);
    margin: auto
}

footer ul {
    margin: 35px 0
}

footer ul li {
    list-style-type: decimal!important
}

footer ul li a {
    color: #ffffff;
    font-family: var(--fontFamily2);
    font-weight: 500
}

footer .copy-right {
    font-size: .8rem;
    text-align: center;
    border-top: 1px solid #fff;
    font-weight: 500;
    font-family: var(--fontFamily2)
}

.clearfix {
    clear: both;
    height: 1px
}

.secondary-bottom-arrow {
    border-bottom: 0 solid var(--bg-dark1)
}

.secondary-bottom-arrow:after {
    border-top: 25px solid var(--bg-dark1)
}

ins.adsbygoogle[data-ad-status=unfilled] {
    display: none !important
}
