
/*CORE*/

body{
    background-color: #24222c;
    position: relative;
    font-family: 'PT Sans', sans-serif;
}


.header{
    min-height: 90px;
    background-color: #302429;
    padding-top: 10px;
}

.headerLogo{
    text-align: left;
}

@media (max-width: 580px){
    .headerLogo{
        text-align: center;
    }
}


.socialsRight{
    text-align: right;
    padding-right: 30px;
}

@media (max-width: 580px){
    .socialsRight{
        text-align: center;
    }
}

.socialsLeft{
    text-align: left;
}

@media (max-width: 580px){
    .socialsLeft{
        text-align: center;
    }
}

.footer {
    min-height: 150px;
    /*line-height: 150px;*/
    padding-top: 40px;
    background-color: #ffffff;
}




.copyright{
    text-align: right;
    padding-top: 25px;
    margin-bottom: 30px;
    color: #a4ba93;
}

@media (max-width: 580px){
    .copyright {
        text-align: center;
    }
}

.mailToIconText{
    display: inline-block;
    position: relative;
    /*top: 4px;*/
    /*left: -18px;*/
    font-weight: bold;
    font-size: 0.8rem;
    color: #ffffff;
}

.banner{
    background: url(../img/banner.png) no-repeat center;
    min-height: 500px;
    margin: 40px 0;
}

@media (max-width: 980px) {
    .banner {
        background: url(../img/image-320.png) no-repeat center;
        min-height: 260px;
        margin: 40px 0;
    }
}

.caption{
    color: #8DC63F;
    margin: 40px 0 20px 0;
    font-weight: bold;
}

.caption2{
    color: #ffffff;
    margin: 40px 0 20px 0;
    font-weight: bold;

}

.caption3{
    color: #8DC63F;
    margin: 20px 0 0 0;
    font-weight: bold;
}

.text{
    color: #ffffff;
}

.quotes{
    font-size: 120%;
}
.quotes-name{
    margin-top: -18px;
    margin-left: 10px;
}


.justifyText{
    text-align: justify;
}


.list li{
    color: #ffcc00;
}

.list span{
    color: #ffffff;
}


.line-separator{
    height:1px;
    margin-top: 50px;
    background:#2f2641;
    border-bottom:1px solid #2f2641;
}

.yearsList{
    margin-top: 60px;
    margin-bottom: 60px;

    overflow:hidden;
}

.yearsList dl {
    width:100%;
}
.yearsList dt {
    float:left;
    width:10%;

    color: #8DC63F;
}
.yearsList dd {
    float:left;
    width:90%;

    color: #ffffff;
}


@media (max-width: 540px){
    .yearsList dt {
        width:15%;
    }

    .yearsList dd {
        width:85%;
    }
}


a{
    color: #ffcc00;
    font-weight: bold;
}

a:visited{
    color: #ff6f00;
}

a:hover{
    color: #ffffff;
}


.trailer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 40px 0 30px 0;
}

.trailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.screenshots{
    text-align: center;
}

.screenshots img{
    width: 100%;
    height:100%;

    max-width: 220px;
    max-height: 390px;

    margin-top: 15px;
}

.logoIcons{
    float: none;
    text-align: center;
    vertical-align: middle;
}

.logoIcons a{
    display: block;
}

.gameLogo{
    margin: 20px 0 40px 0;
}

.appIcon{
    margin: 20px 0 55px 0;
}

.fiveampLogo{
    margin: 30px 0 50px 0;
}

.contacts a{
    display: block;
}

.contacts p{
    margin: 25px 0 0 0;
    font-weight: bold;
}

.contacts{
    margin-bottom: 50px;
}


.downloadPresskitContainer{
    background: url(../img/Icon_download.png) no-repeat;
    min-height: 120px;
    max-width: 300px;
    margin-top: 30px;
}

.downloadPresskitContent{
    margin-left: 150px;
    padding-top: 36px;
}

.downloadPresskitContent a{
    line-height: 0.8;
    font-size: 28px;
}

.platforms img{
    display: block;
    margin: 20px 0 20px 0;

}

.pull-up {
    margin-top: -80px;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.navbarBackground{
    background-color: #000000;
    color: white;
}

#navbarContainer .nav-link.active{
    color: #ffffff;
}

.navbar{
    padding: 0 1rem;
}

.navbarUl{
    position: relative;
    width: 100%;
}

.navbarUrl li{
    /*position: relative;*/
    float:left;
}

.nav a{
    color: #ffcc00;
    font-weight: bold;
}

.nav a:visited{
    color: #ffcc00;
}

.nav a:hover{
    color: #ffffff;
}


.downloadButton{
    background-color: #ffcc00;
    color: #000000;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
    margin: 5px 0 6px 0;
    width: 190px;
    font-weight: bold;
    text-align: center;
}

.downloadButton:hover{
    background-color: #ffe98a;
    cursor: pointer;
}

.buttonFloatRight {
    float: right;
}

.padding0{
    padding: 0;
}

.paddingLeft5{
    padding-left: 5px;
}

.paddingLogoBtnRow{
    margin-top: -10px;
    padding-bottom: 10px;
}


/*Privacy policy*/
.privacyLink{
    color: #ffcc00;
    font-weight: bold;
}

.privacyLink:visited{
    color: #ff6f00;
}

.privacyLink:hover{
    color: #ffbb49;
}