/* CSS Style Landing */

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

html { min-height: 100%; }
body { overflow: auto; font-family: 'Lato', sans-serif; background-image: radial-gradient(#4DABDF, #6C8ACE); background-size: cover; background-position: center; background-repeat: no-repeat, repeat; background-color: #f7f7f7; }
nav { /*margin-top: 40px;*/ } .navbar { padding: 0; border-bottom: solid 2px #85e3da; background-color: rgb(255,255,255); } .navbar-brand { padding: 0; }
@media (max-width: 576px) { .navbar-brand { margin: auto; } }
#mini-head { height: 40px; background-color: #f7f7f7; border-bottom: solid 1px #cecece; padding: 3px; text-align: center; }
.slideform { overflow: auto; margin-top: 50px;}
.button-container{margin:0; width:100%; display: block; text-align:center; }
.logo-container{ margin:0 auto; }
#thankyou-box { padding: 10% 5%; }
.title { font-size:2rem; line-height: 5rem; }
@media (max-width: 576px) { .title { font-size:1.3rem; line-height: 2.5rem; } }
h2 { font-size: 3rem; color: #85e3da; }
#spec-m { display: none; }
@media (max-width: 576px) { #thankyou-box { padding: 10% 0; } h2 { font-size: 2.3rem; } #spec { display: none; } #spec-m { display: unset; } }
label { color: rgb(20,20,20); font-size: 0.8rem; font-weight: bold; }

#privacy-btn { background-color: transparent !important; font-size: 0.8rem; color: #85e3da!important; border: solid 2px #85e3da; }
@media (max-width: 992px) { .margin-mobile { height: 20px; } }

footer { position: fixed; padding: 10px 0 10px 0; margin-top: 15px; border-top: solid 1px #85e3da; bottom: 0px; background-color: #000; }
footer a { color: #212529; } footer a:hover { color: #6c757d; text-decoration: none; }
.footer-text { font-size: 60%; }
@media (max-width: 992px) { footer { position: relative; } .slideform { margin-top: 10px;} .button-container{margin:0 auto; width:100%; display: flex;} }

/* Form Style */
#form-box { overflow: auto; background-color: #f7f7f7; padding: 20px; border-radius: 5px; }
.form-text { color: black!important; }
#form-box a { color: #6C8ACE!important; text-decoration: underline; }
#form-tit-box { padding: 0; }
#form-tit { font-size: 1.5rem; color: #85e3da!important; }
#invia { margin: auto; margin-top: 10px!important; margin-bottom: 10px!important; border: solid 2px white; }
.form-control { margin-bottom: 10px; }
#errori { color: red!important; }
#risultato { color: green!important; }
.btn { background-color: #85e3da }
@media (max-width: 576px) { #form-box { padding: 10px 15px 30px 15px; } #form-tit { font-size: 1.3rem; } }
.privacy-text { font-size: 60%; }

/* fix cookiebar */
@media (max-width: 576px) { #cookie_info_box { width: 90% !important; } }