﻿.text-shadow {
    text-shadow: 2px 2px 8px #000000;
}
.icon-color {
    color: #0076b2;
}
.logo-text {
    font-size: 2.5em;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.logo-text-medium {
    font-size: 1.5em;
}
.mainlink {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.5em;
}
.navbar {
    background-color: #b9b9b9;
}

/* change the brand and text color */
.navbar .navbar-brand,
.navbar .navbar-text {
    color: rgba(0,0,0,.8);
}

/* change the link color */
.navbar .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}

/* change the color of active or hovered links */
.navbar .nav-item.active .nav-link,
.navbar .nav-item:hover .nav-link {
    color: #ffffff;
}

/* for dropdown only - change the color of droodown */
.navbar .dropdown-menu {
    background-color: #ff5500;
}

.navbar .dropdown-item {
    color: #ffffff;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.5);
}

.custom-toggler.navbar-toggler {
    border-color: rgb(15,34,139);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(15,34,139, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}