body
{
    padding-top: 50px;
}

/* ============= NAVBAR =============== */
.navbar-header .navbar-icon {
    line-height:50px;
    height:40px;
}

.navbar-header  a.navbar-icon {
    padding: 5px 10px 0px 10px;
    float:left;
}

.navbar-brand {
    padding: 6px 15px 6px 10px;
}

.navbar-icon i.fa-facebook-square { color: #3C599F;}
.navbar-icon i.fa-twitter-square { color: #32CCFE;}
.navbar-icon i.fa-google-plus-square { color: #CF3D2E;}
.navbar-icon i.fa-youtube-square { color: #C52F30;}
.navbar-icon i.fa-discord { color: ##7289DA;}

.navbar-icon .fab, .navbar-brand img {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.navbar-icon .fab:hover {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    color: #666;
}

.navbar a:hover {
	color: #f00;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.navbar-active {
  color: #fff;
  background-color: #4d88c2;
}

/* =================== SECTIONS ============ */
h2.section-heading {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 40px;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
    letter-spacing:6px;
    text-transform: uppercase;
    color: #333;
}

h2.section-heading strong {
    font-weight: 500;
}

.section.blue
{
    background:#4d88c2;
    color: #fff;
}

.section-hr
{
width: 200px;
border: 0;
color: #4d88c2;
background-color: #4d88c2;
height: 4px;
}

.blue h2.section-heading {
    color: #fff;
}

.blue .section-hr {
color: #fff;
background-color: #fff;
}

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

/* ============== BUTTON ====================== */

.btn-more {
    margin: 30px;
    padding: 16px 10px;
    border: 2px solid;
    background-color: transparent;
    color: #fff;
    /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-weight: 400;
    font-size: 24px
}

.col-more-blog {
    padding-left: 50px;
    padding-right: 50px;
}

.btn-more-blog {
    border: 0px;
    background-color: #4d88c2;
    font-weight: 400;
    color: #fff;
    font-size: 100%;
}

.btn-more-blog:visited {
    color: #fff;
}

.btn-blue {
    border-color: #fff;
    color: #fff;
}

.btn-blue:hover {
    color:#4d88c2;
    background-color:#fff;
    border-color: #fff;
}

.btn i {
    margin-right: 20px;
}

/* ================== GAMES ================= */
.content-section-a {
    padding: 20px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 20px 0;
    background-color: #f0f0f0;
    border-top: 2px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
}

.pf-icons {
}

.pflink {
    display: inline-block;
    vertical-align: top;
}

.pflinktext {
    margin: -5px 0px;
}

/* ======== Game Tabs ================ */
.pflinktext a {
    margin-top: 1px;
    margin-bottom: 2px;
    font-size: 30;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    color: #333;
}

.pflinktext a:hover {
    color:#4d88c2;
}

.pf-icons img {
    margin: 0px 10px 10px 10px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.pf-icons img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}


.pf-icons3 {
/*    margin-left: 80px; */
}

.pf-icons4 {
/*    margin-left: 46px; */
}

/* ============== LATEST BLOG POSTS ============== */

div.blogpost-title {
    float: left;
    position: relative;
    overflow: hidden;
}

div.blogpost-title-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
}

div.blogpost-title-text, div.blogpost-title img {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

div.blogpost-title:hover .blogpost-title-text {
    background: rgba(255, 255, 255, 0.7);
    color: black;
}

div.blogpost-title:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.blogpost-title-text p {
    padding: 10px;
    margin: 0px;
}

/* Slick tweaking (carousel) */
.ss-carousel{
    width: 300px;
    margin-bottom: 10px;
}
.ss-carousel-horiz{
    width: 400px;
}

.slick-prev:before {
    content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.slick-next:before {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.slick-prev:before, .slick-next:before{
    color: #333;
}

.slick-dots {
    position: static;
}

.slick-dots li button:before{
    content: "\f111";
    font-size: 9px;
    font-family: "Font Awesome 5 Free";
    opacity: 0.5;
}

.slick-dots li.slick-active button:before{
    content: "\f111";
    font-size: 9px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 0.5;
}

.slick-slide img{
    padding: 10px;
}

/* ===== footer ============== */
p.copyright{
    margin-top: 7px;
    font-size: 12px;
}


