﻿@font-face {
    font-family: 'Comic Gecko Pro';
    src: url('../font/Comic Gecko Pro.ttf') format('truetype');
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #822533 !important;
    text-decoration: none !important;
    font-family: 'Comic Gecko Pro';
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    margin: 0;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #822533;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

h1 {
    font-family: 'Comic Gecko Pro';
    line-height:1.5;
}

h2 {
    font-family: 'Comic Gecko Pro';
    color: #822533;
}

h4 {
    font-family: 'Comic Gecko Pro';
    color: #822533;
}

h3 {
    font-family: 'Comic Gecko Pro';
    font-size: 50px;
    color: #822533;
}

.pointer {
    cursor:pointer;
}

.word {
    margin: auto;
    color: #FCCB2E;
    font: 700 normal 2.5em 'tahoma';
    text-shadow: 5px 2px #066D2E, 2px 4px #066D2E, 3px 5px #066D2E;
    background: #48B9D2;
    height: 50px !important;
}

.app-background {
    background-color:#641C34;
}

.app-main {
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-radial-gradient(rgba(57,60,76,1), rgba(36,36,46,1) 80%);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
/*Scollbar color*/
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #000000;
}

.border-img {
    border-radius: 15%;
}

.border-radius {
    border-radius:15px;
}

.select-list {
    padding: 5px;
    font-family: 'Comic Gecko Pro' !important;
    color: #822533;
}

.background-tappi {
    background: linear-gradient(0deg, rgb(0 0 0 / 59%), rgb(0 0 0 / 82%)), url(../img/bianco-nero/sfondi/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #999;
}

.img-full-width {
width:100%;
}

.box-white {
    background-color: white;
    border-radius: 10%;
    padding: 5px;
    margin: 5px;
}

.full-page-height {
    height:85vh;
}