@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');

body, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow', sans-serif !important;
}

/*NAVBAR*/

.static-top.navbar-dark {
  background-color: #ffffff; 
  border-color: transparent; 
  box-shadow: 0 0px 0px transparent;
  height: 100px;
}

.navbar-dark .navbar-nav .show.dropdown-menu {
  background-color: #FFFFFF;
  text-decoration: none; }
  .navbar-dark .navbar-nav .show.dropdown-menu > li > a {
    color: #FFFFFF;
    text-decoration: none; }
    .navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover {
      background-color: #FFFFFF !important;
      color: #FFFFFF;
      text-decoration: Plain text; }
    .navbar-dark .navbar-nav .show.dropdown-menu > li > a:focus {
      background-color: #FFFFFF !important;
      color: #FFFFFF;
      text-decoration: Plain text; }
  .navbar-dark .navbar-nav .show.dropdown-menu > .active > a {
    background-color: #FFFFFF !important;
    color: #FFFFFF;
    text-decoration: Plain text; }
    .navbar-dark .navbar-nav .show.dropdown-menu > .active > a:hover {
      background-color: #FFFFFF !important;
      color: #FFFFFF;
      text-decoration: Plain text; }
    .navbar-dark .navbar-nav .show.dropdown-menu > .active > a:focus {
      background-color: #FFFFFF !important;
      color: #FFFFFF;
      text-decoration: Plain text; }

/* a */

a,
.a {
  color: #4878f0;
  font-family: 'Barlow', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  }

  a:hover, a:focus,
.a:hover {
  color: #1A56EC !important; }

.a:focus {
    color: #1A56EC !important; }

  .a.btn.button1:hover {
    color:#ffffff !important;}

  
  
/* Button1 */

.button1 {
  color: #FFFFFF;
  border-radius: 20px;
  font-family: Arial;
  font-weight: 600;
  font-size: 14px;
  border-color: #4878f0;
  padding: 6px 20px;
  width: fit-content;
  border-style: solid;
  border-width: 1.6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4878f0; }
  .button1:hover {
    color: #FFFFFF !important;
    background-color: #1a3061;
    border-color: #1a3061; }
  .button1:active, .button1.active {
    color: #FFFFFF !important;
    background-color: #1a3061 !important;
    border-color: #1a3061 !important; }
  .button1:focus, .button1.focus, .button1:focus-visible {
    color: #FFFFFF;
    background-color: #1a3061;
    border-color: #1a3061; }
   