

/* GRIDD:RETROENHNACED WEB PAGES - Based upon AntabStudio Style 2016 */

/* GENERAL LAYOUT - Containers */

body
{
    margin: 0;
    padding: 0;
    color: #f0f0f0;
    font-family: 'Exo 2', Verdana, sans-serif;
    font-size: 16px;
    background-color: #2a2b32;
}

#SiteWrapper
{
    max-width: 1920px;
    background-image: url('imgs/GriddBg.jpg');
    background-repeat: x-repeat;
    background-position: center;
    background-size: cover;
}

header, .DarkerContainer
{
    background: rgba(0, 0, 18, 0.8);
}

section
{
    margin-bottom: 30px;
    z-index: 1;
}

.SectionWrapper
{
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

table
{
    width: 100%;
}

/* FONTASTIC ICON SET */

@charset "UTF-8";

@font-face{
  font-family: "antabStudio";
  src:url("../fonts/antabStudio/antabStudio.eot");
  src:url("../fonts/antabStudio/antabStudio.eot?#iefix") format("embedded-opentype"),
    url("../fonts/antabStudio/antabStudio.woff") format("woff"),
    url("../fonts/antabStudio/antabStudio.ttf") format("truetype"),
    url("../fonts/antabStudio/antabStudio.svg#antabStudio") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before
{
    font-family: "antabStudio" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before
{
    font-family: "antabStudio" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.antabIcon
{
    font-family: 'antabStudio';
}

.icon-contact-me:before
{
    content: "\66";
}

.icon-gallery:before
{
    content: "\68";
}

.icon-games:before
{
    content: "\69";
}

.icon-info:before
{
    content: "\6a";
}

.icon-facebook:before
{
    content: "\61";
}

.icon-twitter:before
{
    content: "\62";
}

.icon-youtube:before
{
    content: "\63";
}

.icon-about-me:before
{
    content: "\64";
}

.icon-play:before
{
    content: "\65";
}

/* GENERAL LAYOUT - Elements */

a:link, a:visited
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #e200a4;
}

h1, h2, h3, h4
{
    font-family: 'Press Start 2P';
    text-transform: uppercase;
    text-shadow: 0px 3px 3px rgba(42, 43, 50, 0.7);
}

.HighlitedTitle
{
    color: #fff;
    font-size: 38px;
}

.HighlightedText
{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    text-shadow: 0px 3px 3px rgba(42, 43, 50, 0.7);
}

/* Buttons */

.GriddButton:link, .GriddButton:visited
{
    padding: 10px;
    background-color: rgba(226, 0, 164, 0.5);
    border: 2px solid #f0f0f0;
    font-family: 'Press Start 2P';
    text-transform: uppercase;
    font-size: 16px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.GriddButton:hover
{
    color: #fff;
    background-color: rgba(226, 0, 164, 1);
}

.IconButton
{
    padding: 10px 0;
    width: 50%;
    margin: 0 auto;
    background-color: rgba(226, 0, 164, 0.5);
    border: 2px solid #f0f0f0;
    font-family: 'Press Start 2P';
    font-size: 42px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.IconButton:hover
{
    background-color: rgba(226, 0, 164, 1);
    cursor: pointer;
}

.IconButton a:hover
{
    color: #FFF;
}

/* COMING SOON */

#ComingSoon
{
    text-align: center;
    padding: 30px 0;
}

#ComingSoon .HighlightedText
{
    margin: 0;
    color: #e200a4;
}

/* VIDEO TRAILER */

#TrailerContainer, #ComingSoon
{
    margin-bottom: 0;
}

#TrailerContainer
{
    position: relative;
    overflow: hidden;
    text-align: center;
}

#TrailerContainer img
{
    float: left;
    margin: 0;
    padding: 0;
}

#TrailerContainer span#ColorBoxOff
{
    display: none;
}

#TrailerContainer span
{
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 45%;
}

#TrailerContainer span a:link, #TrailerContainer span a:visited
{
    font-size: 40px;
    background-color: rgba(226, 0, 164, 0.5);
    padding: 20px 20px 10px 20px;
    border: 2px solid #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#TrailerContainer span a:hover
{
    color: #FFF;
    background-color: rgba(226, 0, 164, 1);
}

/* GALLERY CONTAINER */

#GalleryContainer
{
    padding: 30px 0 10px 0;
}

/* BXSLIDER */

.bx-wrapper .bx-pager.bx-default-pager a
{
    background: #f0f0f0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active
{
    background: #e200a4;
}

.bx-wrapper .bx-viewport
{
    background: transparent;
    border: none;
    box-shadow: none;
}

/* GAME'S DESC CONTAINER */

#GameDescContainer, #SocialLinksContainer
{
    text-align: center;
}

/* SOCIAL LINKS */

#SocialLinksContainer
{
    padding: 30px 0 50px;
    margin-bottom: 0;
}

#SocialLinksContainer h2
{
    margin-bottom: 30px;
    color: #fff;
}

/* RESPONSIVE CSS */

@media (max-width: 1280px)
{
/* TRAILER CONTAINER */
    #TrailerContainer span
    {
        bottom: 35%;
    }
}

@media (max-width: 1024px)
{
    .SectionWrapper
    {
        width: 85%;
    }

    #SocialLinksContainer div.col-md-4
    {
        width: 33%;
        float: left;
    }
}

@media (max-width: 768px)
{
/* TRAILER CONTAINER */

    #TrailerContainer span a:link, #TrailerContainer span a:visited
    {
        font-size: 25px;
        padding: 15px 15px 10px 15px;
    }
}

@media (max-width: 767px)
{
/* COLORBOX - EMBEDDED IFRAME */
    #TrailerContainer span#ColorBoxOff
    {
        display: block;
    }
    #TrailerContainer span#ColorBoxOn
    {
        display: none;
    }
}

@media (max-width: 600px)
{
    #SiteWrapper
    {
        background-image: url('imgs/GriddBg.jpg');
        background-position: left;
    }
/* HEADER */
    header table td, footer table td
    {
        width: 100%;
        display: block;
        text-align: center;
    }
    #DownloadPresskit
    {
        display: none;
    }
/* COMING SOON */
    .HighlitedTitle
    {
        font-size: 28px;
    }
    .HighlightedText
    {
        font-size: 18px;
    }
/* TRAILER CONTAINER */
    #TrailerContainer span
    {
    }
    #TrailerContainer span a:link
    {
        padding: 10px;
        font-family: 'Press Start 2P', sans-serif;
        text-transform: uppercase;
        font-size: 18px;
    }
/* SOCIAL LINKS */
    #SocialLinksContainer h2
    {
        font-size: 24px;
    }
    .IconButton
    {
        width: 100%;
    }
}

@media (max-width: 450px)
{
/* COMING SOON */
    .HighlitedTitle
    {
        font-size: 21px;
    }
    #SocialLinksContainer h2
    {
        font-size: 18px;
    }
}

@media (max-width: 360px)
{
/* TRAILER CONTAINER */
    #TrailerContainer span
    {
    }
    #TrailerContainer span a:link, #TrailerContainer span a:visited
    {
        font-size: 15px;
    }
}

