/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/


body,html,a,div,p,span {outline:0px!important;  font-family: 'Montserrat', sans-serif; text-decoration:none; color:#333}
.bg-primary {background-color:#17314d!important}  
a:hover { color:#50883d}
.elenco a {font-weight:400!important; font-size:12px!important}
.col-lg-1 img {
	-webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}
 
.col-lg-1:hover img {
	-webkit-transform: scale(1.10)  ;
        transform: scale(1.10);
	
}
.sticky-top {top:50px; padding:30px}

.navbar { padding-top:1.5rem; padding-bottom:1.5rem}
.login-username label, .login-username input { width:100%!important}
.login-password  label, .login-password  input { width:100%!important}
.login-submit input { width:100%!important; background-color:#17314d!important; color:#fff!important; border:0px solid #fff!important; padding:15px!important}


.current-menu-item a, .menu-item a{  color:#fff!important; text-transform:uppercase; font-size:12px!important}
.current-menu-item a{font-weight:bold; font-size:12px!important}
.slog a{ font-size:12px!important; border:1px solid #fff}