:root {
    --col-buttons: #618689 ;
  }

.IL_info{
    display: flex;
    justify-content: center;
    margin: 0 0 5% 0;
}

.vertical {
    display: block;
}

.tabcontent h3, .tabcontent p{
    color: white;
    margin-top: 2rem;
    
}

.tabcontent p b{
   color: white;
}

.tabcontent h3 b{
    font-weight: bold;
    font-size: 2rem;
}

.tabcontent ul li{
    color: white;
}

.inttab{
    float: left;
    width: auto;
    height: auto;
}

.inttab a {
    display: block;
    font: normal normal 300 1.75em;
    font-family: "Montserrat";
    text-decoration: none;
    text-align: center;
    color: var(--col-buttons);
    background-color: transparent;
    border: 1px solid var(--col-buttons);
    border-radius: 100px;
    padding: 0.5em 1.25em;
    margin: 10px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, var(--col-buttons) 50%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.inttab a.active {
    color: rgb(16, 15, 15);
    background-color: var(--col-buttons);
    background-position: -100% 100%;
}

.tabcontent, .tabcontent2 {
    display: none;
    float: left;
    padding: 0px 12px;
    background-color: var(--col-buttons);
    width: 130%;
    height: auto;
    margin-left: 2%;
    /* box-shadow: 7.5px 10px #23346f;
    transform: skew(-5deg); */
    animation: animateright 0.4s;
}

