/*
Theme Name: Advalgo Base
Theme URI: https://advalgo.com
Author: Jim Kerr
Author URI: https://advalgo.com/
Description: Advalgo is a boiler plate theme developed for Advanced Algorythms LLC.
Requires at least: 5.3
Tested up to: 6.1.1
Requires PHP: 7.3
Version: 1.0
Text Domain: advalgo
License: Advalgo LLC
License URI: https://advalgo.com
*/

/*************** Navigation  ***************/
a{
    text-decoration: none;
}
a.nav-link {
    font-weight: bold;
    color: yellow;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color: aquamarine;
}

.bg-black{
    background-color: black;
}

.search-submit {
    background-image: url('/wp-content/themes/advalgo/assets/fa6/svgs/solid/magnifying-glass.svg');
    height: 23px;
    width: 23px;
    color: wheat;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}