@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css?family=Solway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Tomorrow&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');
.button-showMore
{
    position: absolute;
    right: -45%;
    bottom: 0;
	z-index:999;
}
.info-takeachance 
{
    background-image: url('../img/info-bgEN.png');
}
.button-showMore {
    position: absolute;
    left: 20%;
    bottom: -10%;
    right : auto
}
#row-footer
{
	direction: ltr;
}
.row-body
{
    background-image :url('../img/bk1EN.png');
}
@media only screen and (max-width:982px)
{
    .info-takeachance
    {
        background-image: none;
        background-size:unset;
        background:#fff;
    }
}
@media only screen and (max-width:1030px)
{
    .row-body {
        background-image: none;
        background-size:unset;
        background:#002539;
    }
}
@media only screen and (max-width: 1142px) and (min-width: 990px)
{
.navlinks a {
    width:91px !important;
    font-size: 12px;
}
}