.bg-primary {
  background-color: #003D70 !important;
}

.text-gray-darker {
  color: #bdbdbd !important;
}

h6 {
  color: #fff !important;
}

.line {
  background-color: #4CAF50;
  border-color: green;
}

.text-primary {
  color: #436586 !important;
}

body,
html {
  background-color: #7F9BB0 !important;
}

.align-middle {
  display: flex;
  align-items: center;

}

body,
html,
h1,
h2,
h3,
h4,
h5,
a,
p,
.rd-navbar-nav {
  font-family: "kanit" !important;

}

@media (min-width:1024px) {

  p,
  .unit-body {
    font-size: 1.8rem !important;
    color: #bdbdbd;
  }
}

p,
.unit-body {
  font-size: 1.8rem;
  color: #bdbdbd;
}



@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome-5-brands/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/font-awesome-5-brands/fa-brands-400.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}