.navbar-custom { background-color: #00457D; }

/* change the brand and text color */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text { color: white; }

/* change the link color */
.navbar-custom .navbar-nav .nav-link { color: white; }

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

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

.navbar-custom .dropdown-item { color: white; }

.navbar-custom .dropdown-item:hover, .navbar-custom .dropdown-item:focus { color: white; background-color: grey; }

body a, body a:active, body a:visited { color: #00457D; }
body a:hover { color: grey; }

main .container { padding: 60px 60px 0; border: 2px; border-color: #00457D; }
main .tile { width: 40%; padding: 15px 30px 15px; margin: 10px; border: 1px solid #5c6f77; }
main i { color: #00457D; }
main .card-body { height: 300px; }
main .card-img-center { display: block; margin-left: auto; margin-right: auto; }
main img.bd-placeholder-img { height: 180px; }

footer .container { padding-right: 15px; padding-left: 15px; }

/* Colors for AIT Logo on About page Partners */
.ait { fill: #5c6f77; }

svg { fill: #790b1b; }
