﻿/* change the background color */
.navbar-custom {
    background-color: #2D9D8F;
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: #ffffff;
    }
    /* change the link color */
    .navbar-custom .nav-item .nav-link {
        color: #ffffff;
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #ffffff;
    }

.row-m-t {
    marging-top: 20px
}
