:root {
    --primary-color: #1F3965;
    --secondary-color: #E8AC13;
    --dark-color-text: #555555;
    --light-color-text: white;
}

.navbar-landing-academy {
    background-color: var(--primary-color);
}

.navbar-landing-academy .nav-link {
    color: var(--light-color-text);
}

.navbar-landing-academy .nav-link:hover {
    text-decoration: none;
    font-weight: bold;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-landing-academy .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-item {
    padding: 14px 14px;
}

/*  Small devices (landscape phones, 576px and up)  */
@media (min-width: 576px) {
   
}

/*  Medium devices (tablets, 768px and up)  */
@media (min-width: 768px) { 

}

/*  Large devices (desktops, 992px and up)  */
@media (min-width: 992px) {

}

/*  X-Large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up)  */
@media (min-width: 1400px) {

}
