/* color style */
.bg-rblue {background:#34516F;}
.bg-lblue {background:#E8F3FF;}
.rblue {color:#34516F;}

.container-full, .container {max-width:1140px;}
a {color:#0087D4;}
a:hover {color:#34516F;}
.footer {font-size:0.8rem;}

/* navbar styling */
.navbar-brand img {max-width:250px!important;}  
.dropdown-toggle::after {transition: transform 0.15s linear;}  
.show.dropdown .dropdown-toggle::after {transform: translateY(3px);}  
.dropdown-menu {margin-top: 0;}

@media screen and (min-width: 992px) {
  .navbar .nav-item:not(:last-child) {margin-right:35px;}
}