.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300i {
    font-weight: 300;
}

.w400i {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700i {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}

.w900 {
    font-weight: 900;
}

.round {
    font-family: 'Rowdies', 'Raleway', Arial, sans-serif;
}

.rale {
    font-family: 'Raleway', Arial, sans-serif;
}


@media (min-width: 1400px) {
.container, .container-lg, .container-xl, .container-xxl, .container-md, .container-sm {
max-width: 1450px;}
}

body {
    margin: 0;
    padding: 0;
}

nav {
    position: fixed;
}

.navbar-nav {
    display: flex;
    gap: 10px;
}

img.logo {
    width: 100px;
    height: auto;
    padding-right: 15px;
    padding-left: 8px;
}

.nav-link {
    color: rgba(255, 255, 255, 0.533);
    font-size: 19px;
    text-align: center;
    transition: transform 0.15s ease-in-out;
    margin-right: 10px;
}
.nav-link:hover {
    color: white;
    transform: scale(1.15);
}

.nav-link:focus {
    color: white;
}

.nav-link.active {
    color: white !important;
    font-size: 25px;
    padding-top: 2px;
}

.footer {
    background-color: #FF9500;
    padding-top: 20px;

    text-align: center;
    list-style-type: none;
}

#toggler-icon {
    filter: invert(1) brightness(2); opacity: 1;
}

.footer2 {
    background-color: #FF9500;
    padding-top: 20px;
    color: white;
    text-align: center;
}

.copyright {
    font-size: 13px;
}

.white {
    color: white;
}

ul {
    padding: 0;
}

a {
    text-decoration: none;
}