/* ############################################################### */
/* Utilities Classes */
body {
  /* margin-top:50px; */
  margin: 20px;
  margin-top: 45px;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins;
  text-align: center;
}

p {
  font-family: Roboto;
  text-align: justify;
  font-size: 16px;
}

ul {
  font-family: Roboto;
  text-align: justify;
}

.text-center {
  text-align: center;
}

/* ############################################################### */
/* Navigation Section */
/* ############################################################### */
/* Navigation Section */
.navbar-default {
  background: #fff;
  /* font-family: Poppins; */
  border-bottom: rgb(214, 16, 16) solid 1.2px;
  font-family: "Changa", sans-serif;
}

.navbar-brand {
  font-size: 25px;
  color: rgb(214, 16, 16) !important;
  font-weight: bold;
}
.navbar-brand img {
  display: inline;
  width: 55px;
  background-color: #fff;
}

.navbar ul a {
  color: rgb(214, 16, 16) !important;
  font-weight: bold;
  font-size: 1.7rem;
}

.navbar ul a:hover {
  transform: scale(1.2);
}
.language-block {
  padding: 12px 0px 0px 0px;
  display: inline-block;
  width: 130px;
}

/* ############################################################### */
