 html,
 body {
     /*overflow-x: hidden;*/
 }

 h4{
    letter-spacing: -.8px !important;
 }

 body {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-family: Arial, sans-serif;
 }

 * {
     letter-spacing: -0.3px !important;
 }

 a {
     text-decoration: none;
     color: inherit;
 }

 a:hover {
     color: inherit;
     opacity: .9;
 }

 a:active {
     scale: .99;
 }

 .dropdown-item:active {
     color: inherit;
     background: inherit;
     opacity: .7;
 }

 .dropdown-toggle:after {
     content: none
 }

 .text-green {
     color: #1c8249 !important;
 }

 .text-yellow {
     color: #fad514 !important;
 }

 .text-red {
     color: #ec202a !important;
 }

 .bg-gray {
     background: #efefef !important;
 }
 .bg-green {
     background: #1c8249 !important;
 }
 .bg-card-green {
     background: #1c8249 !important;
 }
 .bg-card-blue {
     background: #2B4699 !important;
 }
 .bg-card-yellow {
     background: #FCEE03 !important;
 }

 .bg-green-dark {
     background: #1a623a !important;
 }

 .bg-yellow {
     background: #fad514 !important;
 }

 .bg-red {
     background: #ec202a !important;
 }

 .bg-blue {
     background: #0482ee !important;
 }

 .bg-lighter {
     background: rgba(255, 255, 255, .05);
 }

 .bg-lightest {
     background: rgba(255, 255, 255, .5);
 }

 .bg-darker {
     background: rgba(0, 0, 0, .05);
 }

 .rounded {
     border-radius: 10px !important;
 }

 /* Lines */
 .assuria-line {
     height: 3px;
 }

/* SITE NAVIGATION */
 .site-navigation {
    border: solid 1px #cfcfcf;
    border-radius: 10px;
 }
 

