html {
  font-size: 14px;
  line-height:120%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        line-height: 120%;
    }
}

header {
    display:none
}
footer {
    display:none
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
}

body {
    margin-bottom: 60px;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    color: #FFFFFF;
    height: 100vh;
}

a {
    color:#FFFFFF;
}

h1 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 3rem;
    line-height: 120%;
}
h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 120%;
}
h4 {
    font-size:1rem;
    text-transform:uppercase;
}
h5 {
    font-size:1rem;
}

.page {
    max-width: 500px;
    min-width: 300px;
}
.page-border {
    border: solid 1px #e8e8e8;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.2);
    padding: 15px;
    margin: 15px;
}
.page-info {
    text-align: center;
}
.page-buttons {
    text-align: center;
    position:relative;
}
#DivRegolamento .page-text {
    text-align: justify;
}
#DivRegolamento img {
    max-width:100%;
}

.content-footer a,
.content-footer a:visited,
.content-footer a:link,
.page a,
.page a:visited,
.page a:link {
    color: #FFFFFF !important;
}
    .content-footer a:hover,
    .content-footer a:active,
    .page a:hover,
    .page a:active {
        color: #151515 !important;
    }

#loading {
    background-image: url(/img/loading.gif);
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: cover;
    z-index: 10;
    margin-top:-5px;
}

p.error {
    color: #FFEEAA;
    text-align: center;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
