html { 
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #3e2958;
    width: 100%;
    background-position: center top;
    background-attachment: fixed;
    background-image: url(/images/bg3.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 17px;
    font-family: 'Open Sans';
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fredoka One';
    color: #3e2958;
    /*text-transform: uppercase;*/
}

h1 {
    text-align: center;
}

a {
    color: #56a9ff;
    font-weight: inherit;
}

h1 a:hover, h1 a:active {
    text-decoration: none;
    color: #94b0ff!important;
}

/*
 * START NAVIGATION
 */
.logo-container {
    text-align: center;
}
.logo-container img {
    width: 300px;
    max-width: 80%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.little-logo-container img {
    width: 140px;
    margin-bottom: 20px;
    margin-top: -20px;
    margin-left: 20px;
}

#navbar {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.navbar-default {
    padding: 15px 0;
    padding-bottom:5px;
    border: 0px;
    background-color: transparent;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.nav>li:hover {
    color: #fff;
}

.nav>li {
    margin: 0 10px;
    font-family: 'Fredoka One';
    font-size: 20px;
}

.nav>li.active {
    /*font-weight: 600;*/
    color: #675086;
}

.navbar-nav>li>a {
    padding: 12px 32px;
    /*background-color: #c7d6ff;*/
    border-radius: 30px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #fdffff;
}
.navbar-default .navbar-nav>li>a {
    text-align: center;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fdffff!important;
    background-color: #ff70bf;
}

.nav-about { color: #680f1c!important; background-color: #ff5b57; }
.nav-faq { color: #ffe8ff!important; }
.nav-press { color: #ff9393!important; }
.nav-merch { color: #93fffc!important; }

.newsletter-container {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 0px;
}
.newsletter-container a:hover, .newsletter-container a:active, .newsletter-container a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #de109f;
}
.nav-newsletter {
    display: block;
    padding: 14px 28px;
    line-height: 1;
    background-color: #c7389b; 
    border-radius: 30px;
    margin: auto;
    font-family: 'Fredoka One';
    font-size: 20px;
    color: #ffe1f6;
}

.nav-faq { color: #56c9f5!important; background-color: #0d7cbd;}
.nav-faq { color: #fdd5fd!important; background-color: #9266a9;}
.nav-press { color: #ffecb1!important; background-color: #f4bb10;}
.nav-press { color: #b9ecff!important; background-color: #0d7cbd;}
.nav-merch { color: #d9fffa!important; background-color: #0cb79f;}

.nav-wishlist { color: #ffcacf!important; background-color: #f84e5c; }

.nav-support-us { color: #af1e28!important; background-color: #ff5b57; }
.nav-support-us { color: #ebc232!important; background-color: #ee3497; }
.nav-support-us { color: #d5b5d5!important; background-color: #9266a9; }


.subhead {
    text-align: center;
    color: #3e2958;
    font-size: 22px;
    margin-top:-8px;
    font-family: 'Fredoka One';
}

.subscribe {
    text-align: center;
    margin-top:10px;
}
.email-input {
    line-height: 1.5;
    padding-top: 3px;
    padding-left: 10px;
    border-radius: 4px;
    border: 0px;
    width: 250px;
    margin-bottom: 10px;
}
.subscribe-button {
    cursor: pointer;
    background: #70B52B;
    color: #fff;
    border-radius: 6px;
    border: 0px;
    padding: 5px 12px;
    padding-bottom: 3px;
    font-family: inherit;
    font-size: 21px;
    margin-top: -1px;
    margin-left: 7px;
    vertical-align: top;
}
.subscribe-button:hover {
    background: #77e00e;
}

.steam-wishlist-header {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
}
.steam-wishlist-header a {
    cursor: pointer;
    background: #e65479;
    color: #ffc8c8;
    border-radius: 24px;
    border: 0px;
    padding: 13px 28px;
    padding-bottom: 12px;
    font-family: 'Fredoka One';
    font-size: 22px;
    text-decoration: none;

}
.steam-wishlist-header a:hover {
    text-decoration: none;
    background-color: #48bf83;
    color: #cdffcf;
}

.top-social-container {
    text-align: center;
    color: #fff;
}
/*
 * END NAVIGATION
 */

.sidebar {
    /*border-left: 1px solid #f0f0f0;*/
}

.side-links li {
    margin-bottom: 8px;
}
.social-links {
    display: flex;
    justify-content: center;
}
.social-links li {
    margin-bottom: 4px;
    display: inline-block;
    font-size: 26px;
}
.side-links a {
    color: #333;
    text-decoration: none;
}

.side-links a:hover, .social-links a:active {
    text-decoration: none;
    color: #5ea4e4;
}
.social-links .fa-twitter {
    color: #1da1f2;
}
.side-links .fa-patreon {
    color: #F96854;
}
.social-links .fa-steam {
    color: #000;
}
.social-links .fa-discord {
    color: #7289da;
}
.social-links .fa-facebook-square {
    color: #8b9dc3;
}
.social-links .fa-tumblr {
    color: #38485c;
}
.social-links .fa-twitch {
    color: #5b4fa2;
}
.social-links .fa-envelope {
    color: #536ea9;
}
.social-links .fa-user {
    color: #536ea9;
}
.social-links .fa-reddit {
    color: #5f99cf;
}
.social-links .fa-youtube {
    color: #ff0000;
}

.patreon-logo {
    margin-top: -3px;
    padding-right: 6px;
}



.social-links .icon {
    width: 48px;
    text-align: center;
    display: inline-block;
}

.side-links img {
    width: 40px;
}

.spaced-out {
    margin-left: 10px;
}



.post-container {
    /*border-bottom: 1px solid #f0f0f0;*/
    margin-bottom:20px;
}

@media (min-width: 1200px) {
 #content-main {
  /*   padding-left: 195px;
     padding-right: 75px;*/
 }
}


 #content-main .row {
     /*margin-bottom: 15px;*/
 }

.content-card {
    background-color: #ffffff;
    /*border: 1px solid #e9e9e9;*/
    padding: 24px;
    padding: 45px 85px;
    line-height: 1.7;
    /*border-radius: 12px;*/
}

.content-card .meta a {
    color: inherit;
}

.content-card .meta a:hover, .content-card .meta a:active {
    text-decoration: none;
    color: #94b0ff!important;
}

.content-card .share li {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
}

.content-card .share a {
    padding: 7px 3px;
    display: block;
    font-size: 16px;
    cursor: pointer;
}

.content-card .share a:hover {
    text-decoration: none;
}

.content-card .facebook-share a { color: #425F9C; }
.content-card .googleplus-share a { color: #DB4437; }
.content-card .twitter-share a { color: #1da1f2; }
.content-card .reddit-share a { color: #FF4602; }
.content-card .linkedin-share a { color: #1B86BC; }
.content-card .stumbleupon-share a { color: #EB4924; }

.content-card .facebook-share a:hover { color: #2d4373; }
.content-card .googleplus-share a:hover { color: #c63224; }
.content-card .twitter-share a:hover { color: #0085be; }
.content-card .reddit-share a:hover { color: #cc3700; }
.content-card .linkedin-share a:hover { color: #005983; }
.content-card .stumbleupon-share a:hover { color: #ca3412; }

.content-card h1 {
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 10px;
    font-size: 34px;
}

.content-card h1 a {
    color: inherit;
}

.content-card h2 {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 26px
}

.content-card h3 {
    margin-bottom: 16px;
    margin-top: 24px;
    font-size: 20px
}

.content-card img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-bottom: 18px;
    margin-top: 16px;
}

.content-card .list-inline.meta {
    margin-bottom: 12px;
    margin-top: -15px;
    text-align: center;
    font-size: 16px;
    color: #969696;
    cursor: pointer;
}

.content-card .list-inline.share {
    margin-bottom: 23px;
    margin-top: 20px;
    padding: 9px;
    padding-bottom: 3px;
    text-align: center;
    color: #86286c;
    background: #f1aae6;
    border-radius: 32px;
}

.content-card .list-inline a {
    color: inherit;
}

.content-card .btn {
    border-radius: 0;
    margin-top: 15px;
}

.content-card .tags li {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
}

.content-card .tags a {
    background-color: #dddddd;
    padding: 3px 10px;
    margin-bottom: 5px;
    display: block;
    color: #ffffff;
}

.content-card .tags a:hover {
    background-color: #337ab7;
    text-decoration: none;
}

.btn-custom {
    color: #ffffff;
    background-color: #cc4444;
    border: 1px solid #B90B00;
}

.btn-custom.focus, .btn-custom:focus, .btn-custom:hover {
    color: #ffffff;
    background-color: #B90B00;
    transition: background-color 0.3s linear;
}

.card {
    background-color: #ffffff;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 7px;
}


@media (max-width: 1000px) {
    .card {
        padding-bottom: 5px;
    }
}

.card h2 {
    margin-bottom: 15px;
    margin-top: 0px;
}

.card h5 {
    /*text-transform: uppercase;*/
    margin-bottom: 16px;
    margin-top: 0px;
    font-size: 24px;
}

.posts-recent li {
    padding-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid #f0f0f0;
}

.posts-recent li:last-of-type {
    border-bottom: none;
}

.posts-recent li a {
    color: #333333;
}

.posts-recent li a:hover {
    text-decoration: underline;
}

video {
    max-width: 100%;
}


.video-container {
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px;
}
.video-container iframe {
    max-width: 100%;
    border:0px;
}

.post-video-container {
  max-width: 100%;
  margin: 0px auto;
  margin-bottom: 15px;
}

.post-video-container > div {
  position: relative;
  padding-bottom: 58%;
  height: 0px;
}

.post-video-container iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

footer {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
}

footer .container .row:not(:last-of-type) {
    margin-bottom: 10px;
}

footer .list-inline li {
    margin-right: 15px;
}

footer .links li {
    margin-bottom: 10px;
}

footer .links a {
    display: block;
    padding: 5px 23px;
    padding-bottom: 2px;
    background-color: #60bd74;
    border-radius: 18px;
}

footer .links a:hover {
    background-color: #a3bacc;
    text-decoration: none;
}

footer .social-media {
    text-align: left;
}

footer .social-media li {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
    text-align: center;
    display: inline;
    float: right;
}

footer .social-media li:not(:last-of-type) {
    border-left: none;
}

footer .social-media a {
    background-color: #fff;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .social-media a:hover {
    background-color: #ffffff;
}

footer .social-media .fa {
    padding-right: 0px;
}

footer a {
    color: #fff;
    font-weight: bold;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.fa {
    padding-right: 5px;
}

#back-to-top.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
}
#back-to-top.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 10px;
}

pre {
    border-radius: 0px;
    padding: 10px;
    border: none;
    background-color: #282b2e;
}

pre code {
    white-space: pre;
}

@media (min-width: 992px) {
    .col-md-offset-1 {
        margin-left: 20px;
    }
}

@media (max-width: 550px) {
    .subhead {
        font-size: 16px;
        color: #fffbfe;
    }
    body {
        background-image: none;
    }
    .logo-container img {
        max-width: 55%;
        margin-top:4px;
    }
    #navbar {
        margin:0px;
    }
    .navbar {
        margin-bottom: 10px;
    }
    .container>.navbar-header {
        
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: #5d74a1;
        border:0px;
        position: absolute;
        width: 100%;
        margin-top: -65px;
        padding-top: 12px;
        padding-bottom: 10px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #606282;
    }
    .navbar-default {
        padding-bottom: 0px!important;
    }
}

.navbar-default .navbar-toggle {
    background: #96acbe;
    z-index: 101;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


.read-more-link {
    text-align: center;
}
.read-more-link a {
    background: #cbf5d5;
    color: #218c30;
    padding: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 25px;
    margin-top:12px;
    text-align: center;
    display: inline-block;
    font-family: 'Fredoka One';
}
.read-more-link a:hover {
    text-decoration: none;
    background-color: #8aeaa1;
    color: #25562c;
}

.comments-link {
    margin-top: 14px;
    font-size: 20px;
    text-align: center;
    margin-bottom: -10px;
}


.home-nav li {
    text-align: center;
}
.home-nav a {
    margin-bottom: -25px;
    margin-top: 0px;
    display: inline-block;
    background: #60c2fb;
    color: #fff;
    padding: 8px 17px;
    border-radius: 21px;
}
.home-nav a:hover {
    text-decoration: none;
    color: #fff;
    background: #8ed5ff;
}

.copyright-container {
    color: #ffffff;
    text-shadow: 1px 1px 1px rgb(42, 97, 46);
}

.btn-default {
    border: 0px;
    font-size: 16px;
    padding-top: 9px;
}

.steam-sidebar-title-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
.steam-sidebar-title-link:hover {
    text-decoration: none;
    font-weight: 900;
}

iframe {
    max-width: 100%;
}

@media (max-width: 600px) {
    .content-card .share li {
        font-size: 18px;
    }
    li.share-label {
        display: block;
    }
    .video-container iframe {
        padding:0px;
        max-height: 300px;
        margin-bottom: -50px;
        border:0px;
    }
    .steam-wishlist-header a {
        border-radius: 20px;
        padding: 10px 20px;
        padding-bottom: 7px;
        font-size: 20px;
    }
    .content-card {
        padding: 14px;
        font-size: 20px;
    }
    .content-card h1 {
        font-size: 32px;
    }
    .content-card h3 {
        margin-bottom: 10px;
        margin-top: 14px;
        font-size: 26px;
    }

    .nav>li {
        margin: 4px 4px;
        font-size: 16px;
        display: inline-block;
    }
    li .nav-press, li .nav-support-us {
        display: none!important;
    }
    .navbar-nav>li>a {
        padding: 6px 20px;
        /*background-color: #c7d6ff;*/
        border-radius: 30px;
    }
}
