
.header {
    font-size: 2rem;
    background-color: white;
    width: 100%;
    height: auto;
}

.header-hover {
    transition: transform .2s; /* Animation */
}

.header-hover:hover {
    transform: scale(1.2);
    text-decoration: none;
}

.header-hover:link {
    text-decoration: none;
}

.header-logo-icon {
    width: 50%!important;
    height: auto!important;
    margin: 10px;
}

.logo {
    margin-top: 10px;
    height: 100px;
}

.logo-img {
    width: 50%!important;
    height: auto!important;
    margin: 10px;
}

.lan-icon {
    width: 90%!important;
    height: auto!important;
}

.lan-icon-2 {
    width: 120%!important;
    height: auto!important;
}

.lan-row {
    padding: 2px;
}

.navbar-pc {
    display: block;
}

.navbar-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .navbar-pc {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }
}



