@import url('https://fonts.googleapis.com/css?family=VT323|Handlee|Bangers|Luckiest+Guy&display=swap&subset=latin-ext');
body {
    background-color: antiquewhite;
    cursor: cell;
}

body.onepage {
    background-image: url('/img/tony-tough-escape.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

a {
    color: rgb(0, 132, 255);
}

a:hover {
    color: rgb(162, 143, 233);
}

.blockquote>p {
    text-indent: 5%;
    text-align: justify;
    font-style: italic;
}


/* USATO COME MAIN TITLE */

.tonylogo {
    letter-spacing: -0.05em;
}

.title3 {
    font-family: 'Luckiest Guy', 'Bangers', cursive;
    font-weight: 400;
}

.pixel {
    font-family: 'VT323', cursive;
    font-size: 1.2em;
}

p,
.handwrite {
    font-family: 'Handlee', cursive;
    font-size: 1.2rem;
    /*font-family: 'Courier New', Courier, monospace;*/
}

.lead {
    font-size: 1.5rem;
}

.yellow,
.text-warning {
    color: rgb(255, 208, 0) !important;
}

.bg-yellow {
    background-color: rgb(255, 208, 0);
}

.blutony {
    color: #1C3747;
}

.bg-blutony {
    background-color: #1C3747;
}

.green {
    color: green;
}

.bg-gradient {
    background: #3a4856;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3a4856 0%, #011b21 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3a4856 0%, #011b21 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3a4856 0%, #011b21 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3a4856', endColorstr='#011b21', GradientType=0);
    /* IE6-9 */
}
.bg-gradient-green {
    background: #15463E;
    /* Old browsers */
    background: -moz-linear-gradient(top, #488780 0%, #15463E 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #488780 0%, #15463E 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #488780 0%, #15463E 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#488780', endColorstr='#15463E', GradientType=0);
    /* IE6-9 */
}

.bg-paper {
    background-image: url('../img/computer-paper.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: repeat-y;
}

header.home {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: url('../img/tony-desk.jpg');
    background-size: cover;
    background-position: center bottom;
}

.text-borded-dark {
    text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    -webkit-text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.text-borded-light {
    text-shadow: 5px 5px 5px #fff;
    /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 5px 5px 5px #fff;
    -webkit-text-shadow: 5px 5px 5px #fff;
}

.btn-rounded {
    border-radius: 40px;
    padding: 15px 25px;
}

@media (min-width: 992px) {
    header.home {
        height: 100vh;
    }
}


/***********************************************************
*			XS
*/


/* Extra small devices (portrait phones, less than 576px) */

@media only screen and (max-width: 375px) {
    .display-1 {
        font-size: 3.2em;
    }
    .display-2 {
        font-size: 2.0em;
    }
    .display-3 {
        font-size: 1.8em;
    }
    .display-4 {
        font-size: 1.2em;
    }
}


/***********************************************************
*			SM
*/


/* Small devices (landscape phones, 376px and up) */

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .display-1 {
        font-size: 4.0em;
    }
    .display-2 {
        font-size: 3.0em;
    }
    .display-4 {
        font-size: 2.1em;
    }
}


/***********************************************************
*			MD
*/


/* Medium devices (tablets, 768px and up) */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .display-1 {
        font-size: 5.0em;
    }
    .display-2 {
        font-size: 3.0em;
    }
    .display-4 {
        font-size: 3.0em;
    }
}


/***********************************************************
*			LG
*/


/* Large devices (desktops, 992px and up) */

@media only screen and (min-width: 992px) and (max-width: 1199px) {}


/***********************************************************
*			XL
*/


/* Extra large devices (large desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {}

.font-mini {
    font-size: 0.4em;
}

.font-small {
    font-size: 0.6em;
}

.font-medium {
    font-size: 0.8em;
}


/* FEATURES UFFICIALE BSTRAP PER FONT RESPONSIVE */

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw);
    }
    h1,
    .h1 {
        font-size: calc(1.375rem + 1.5vw);
    }
    h2,
    .h2 {
        font-size: calc(1.325rem + 0.9vw);
    }
    h3,
    .h3 {
        font-size: calc(1.3rem + 0.6vw);
    }
    h4,
    .h4 {
        font-size: calc(1.275rem + 0.3vw);
    }
    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }
    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }
    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }
    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }
    .close {
        font-size: calc(1.275rem + 0.3vw);
    }
}


.poster-cover .owl-nav {
    display: none;
}

#puzzle-banner #imgBanner{
    background-image:url('/img/puzzle-banner.png');
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 300px;
}
