/* Sets color of link texts to white */
a {
    text-decoration: none;
    color: black;
    font-weight: 700;
}

@media (hover: hover) {
/* Change color of link texts on hover */
a:hover {opacity: 0.7}
    }
    
li {list-style-type: none;}
 
/* Header 100 percent of body, position relative to body */
header {
    width: 100%;
    padding: 0 1%;
    background-color: #fff;
    position: relative;
}
 
/* Display logo and nav side by side to each other (flex) */
.header-container {
    width: 100%;
    border: 0;
    /*max-width: 1800px;*/
    margin: 0 auto;
    padding: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    height: 5vh;
}
 
/* Set color for Font Awesome icons */
.fas {color: navy}
 
.logo a {font-size: 40px}
 
.menu {display: flex}
 
.menu li {margin-left: 60px}
 
.menu li a { padding: 20px 0}
    
/* Also change color of icon when hover on link */
.nested-sub {padding-left: 120px}

.nested-sub li a {
    text-decoration: none;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
    color: navy
    }

.city {list-style: none}
.city:hover {color: grey}
.city-00 {color: grey}
.city-01 {color: grey; margin-left: 15px}

.caret {opacity: 0.5}
.caret:hover {color: navy}
   
.fa-solid {
/*border-radius: 50%;
border: 0px solid black;*/
padding: 5px;
float: right
}

.fa-solid.active {
   transform: rotate(90deg)
}

.liner {
    font-size: 10px;
    padding-top: 2px;
    margin-left: 0;
    }


.nav-items-1 ul li #100 {font-size: 6px}

.nav-items-2 ul li,
.nav-items-3 ul li,
.nav-items-4 ul li {
    margin: 0;
    padding: 0;
    opacity: 1.0;
    }
    
.nav-items-2 ul li a,
.nav-items-3 ul li a,
.nav-items-4 ul li a {
    padding-left: 10px
    }
    
.nav-items-4 {height: 250px}

    
.badge-01 {
    display: inline-block;
    color: #fff; 
    font-size: 7px;
    font-weight: 500;
    width: 55px; 
    background-color: lightcoral; 
    padding: 2px 0;
    margin-right: 2px
    }

.badge-02 {
    display: inline-block;
    color: #fff; 
    font-size: 7px;
    font-weight: 500;
    width: 55px; 
    background-color: blue; 
    padding: 0;
    margin-right: 2px
    }
    
.badge-03 {
    display: inline-block;
    color: #fff; 
    font-size: 7px;
    font-weight: 500;
    width: 55px; 
    background-color: seagreen; 
    padding: 0;
    }
    
.badge-04 {
    display: inline-block;
    color: #fff; 
    font-size: 7px;
    font-weight: 500;
    width: 55px; 
    background-color: firebrick; 
    padding: 0
    }

@media only screen and (max-width: 767px) {

.lead-02 {
    width: 90%;
    color: black;
    font-size: 12px; 
    line-height: 1.2; 
    font-weight: 500; 
    opacity: 0.7; 
    letter-spacing: 0; 
    margin: 10px auto 0;
    }
    
.mobile-facility {visibility: visible}
.top4 {width: 70%; padding: 0}

.btn-t03 { 
    border-radius: 5px; 
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding: 5px 12px;
    margin: 0 auto;  
    background-color: green; 
    text-decoration: none; 
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease 0s;
    cursor: pointer; 
    line-height: 1.2
    }
}

@media screen and (min-width: 768px) {
.mobile-facility {visibility: hidden}
    }

#button-101,
#button-102 {
    border-radius: 5px; 
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    padding: 4px 15px;
    margin: 0 auto;  
    text-decoration: none; 
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease 0s;
    cursor: pointer; 
    outline: none;
    }

#button-101:hover {opacity: 0.6}
#button-102:hover {opacity: 0.6}
    
.btn-t03 { 
    border-radius: 5px; 
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 7px 18px;
    margin: 0 auto;  
    background-color: #0182e6; 
    text-decoration: none; 
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease 0s;
    cursor: pointer; 
    line-height: 1.2
    }

.btn-t03:hover {opacity: 0.6}

#cal-01 {color: #fff; font-size: 13px }

