a{
box-shadow: inset 0 0 0 0 #54b3d6;
color: #308E89;
padding: 0 .25rem;
margin: 0 -.25rem;
transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
ul li a {
color: #A88541
}
a:hover{
color: #897051;
}
.card {
border: 2px solid #308E89;
border-radius:15px;
padding:5px 5px 5px 10px;
margin:5px;
transition: transform .2s;
max-height:525px;
overflow-y: scroll;
overflow-x: hidden;
}
.card:hover {
transform: scale(0.99); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.card a:hover{
color: #fff;
box-shadow: inset 800px 0 0 0 #54b3d6;
}
.wpb-banner-image{
margin-top:0;
}
.wpb-banner-image-panorama .wpb-topbanner .wpb-positioned-banner{
max-height:400px;
}
ul{
margin: 5px auto;
width: 100%;
list-style: none;
}
li {
width: 100%;
margin-top: 12px;
padding-bottom: 12px;
/*font-size: 14px;
text-align: center;*/
position: relative;
}
li:not(:last-child)::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: currentColor;
opacity: .2;
}