@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

body {
  /* font-family: 'Inria Sans', sans-serif; */
  font-family: 'EB Garamond', serif;
  font-size: larger;
  /* background: url('../images/bg1.jpeg') repeat scroll 0% 0%; */
  /* background-repeat: repeat; */
}

h1,h2,h3 {
    font-weight: 600;
    color: #fc5823 !important;
}

.navbar {
  background-color: #ffffff !important;
  padding: 12px;
}

.active {
  color: #fc303a !important;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #fc5823 !important;
}

label {
  color: #1d1d1d;
}

#form {
  background-color: #edf1f4 !important;
  color: #eeeeee;
  border-radius: 10px;
}

.btn-primary {
  background-color: #fc5823;
  outline-color: #fc5823;
  border-color: #fc5823;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #ac2b00;
  outline-color: #ac2b00;
  border-color: #ac2b00;
  color: #eee !important;
}

@media only screen and (min-width: 768px) {
  
}
