/* layout.css */
:root {
--indigo: #6610f2;
--purple: #6f42c1;
--olive: #3d9970;
--dark-green: #004023;
}
html,body{min-height:640px;}
html,body{height:100%;}
html{scroll-behavior:smooth;}
img{max-width:100%}
.bg-ez{background:#001f3f;}
.text-ez{color:#001f3f;}
.color-ez{color:#001f3f;}
.bg-ez a{color:#fff;}
.bg-ez a:hover{color:#fff;}
.bg-light-contrast{background-color:#f4f6f9;}
.navbar-toggler{background-color:rgba(255,255,255,0.2) !important;color:#fff;cursor:pointer;}
.nav-item:hover{color:#f8f9fa;background-color:rgba(255,255,255,0.1);}
.dropdown-menu{border:0px;box-shadow:0px 0px 0px 0px;}
.display-5 {
font-size: 2.5rem;
line-height: 1.2;
}
.display-6 {
font-size: 2rem;
line-height: 1.2;
}
.display-7 {
font-size: 1.75rem;
line-height: 1.2;
}
.display-8 {
font-size: 1.5rem;
line-height: 1.2;
}
.display-9 {
font-size: 1.25rem;
line-height: 1.2;
}
.display-10 {
font-size: 1rem;
line-height: 1.2;
}

.h1_hp{font-size:8vw;}
.h2_hp{font-size:4vw;}

@media (min-width: 992px) {/*lg*/
.nav-item .active{background-color:rgba(255,255,255,0.2);}
.nav-item:hover{background-color:rgba(255,255,255,0.2);}
.navbar .nav-item .dropdown-menu{ display:none;}
.navbar .nav-item:hover .nav-link{}
.navbar .nav-item:hover .dropdown-menu{display:block;}
.navbar .nav-item .dropdown-menu{margin-top:0;}
}
.no-underline,.alert a.no-underline{text-decoration:none;}
.badge-md{font-size:1em;}
.badge-lg{font-size:1.2em;}
.badge-xl{font-size:1.3em;}
.badge-xxl{font-size:1.4em;}
ul.dropdown-submenu{list-style-type:circle !important;color:#fff !important;}
.toast-middle-center {top:50%;left:50%;transform:translate(-50%,-50%);position:fixed;}
