@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: 'Uni Sans';
    src: url("../fonts/Uni Sans Heavy.otf");
}

@font-face {
    font-family: 'Bankir';
    src: url('https://static.skillcap.net/htmlGames/dominoes/shared/fonts/bankir.ttf');
}

body {
    background: linear-gradient(270deg, #04314D 0%, #054061 50%, #04314D 100%);
    font-family: Montserrat;
    font-weight: 700;
    color: #fff;    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#header {
    overflow: hidden;
    background: linear-gradient(180deg, #00D1FF 0%, #0072B3 100%);
    background-blend-mode: screen;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 3px solid;
    border-image: linear-gradient(270deg, rgba(0, 132, 254, 0.42) 0%, rgba(70, 222, 255, 0.42) 51.64%, rgba(0, 35, 157, 0.42) 100%);
    border-image-slice: 1;
}

#header:before,
#footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/pattern.jpg");
    background-size: 8%;
    opacity: 0.08;
    background-blend-mode: darken;    
    width: 100vw;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background: url("../img/pattern.jpg") 0 0 repeat;
    background-size: auto 350%;
}

#footer:before {
    background-size: 100%;
}

#shop_link {
    display: flex;
    background: linear-gradient(#046401 0%, #359301 100%);
    border: solid 2px;
    border-image: linear-gradient(#765A46 0%, #93775D 50%, #93775D 80%, #765A46 100%);
    border-image-slice: 1;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    height: 45px;
    transition-duration: .25s;
    text-shadow: 1px 1px #000;
    justify-content: center;
    align-items: center;
}

a#shop_link:active {
    filter: brightness(0.8);
    transition-duration: .1s;
}

a#shop_link:hover {
    text-decoration: none;
}

#main {
    background-size: 100% 100%;
}


#background:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/tale_2.png");
    background-size: 50px;
    opacity: 0.1
}

#game_iframe {
    border-width: 0px;
    border-radius: 10px;    
    box-shadow: 0px 0px 10px 0 #000; 
}

#fullscreenbtn {
    background-image: url("https://static.skillcap.net/htmlGames/dominoes/shared/img/fullscreen.png");
}

.section .section-body {
    backdrop-filter: blur(4px);
    background-color: rgba(26, 161, 227, 0.26);
    box-shadow: 0px 0px 10px 0 #000;
    border-radius: 14px;
}

.section h1 {
    font-family: Uni Sans;
    font-weight: 700;
    color: #fff;
}

#footer {    
    overflow: hidden;
    background: linear-gradient(0deg, #04314D 0%, #0072B3 100%);
    background-blend-mode: screen;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    border-top: 3px solid;
    border-image: linear-gradient(270deg, rgba(0, 132, 254, 0.42) 0%, rgba(70, 222, 255, 0.42) 51.64%, rgba(0, 35, 157, 0.42) 100%);
    border-image-slice: 1;
    text-align: center;
    font-size: 16pt;
    text-shadow: 1px 1px 1px #333;
    position: relative;
}

p {
    font-family: Montserrat;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

a:link {
    color: #fff;
}

a:active {
    color: #ffba00;
}

a:visited {
    color: #fff;
}

@media screen and (max-width: 1200px) {  
    #shop_link_container {
        width: 100px; 
    }
    
    #shop_link {
        font-size: 18px; 
    }
}