@font-face {
  font-family: 'Oswald';
  src: url("fonts/oswald/oswald.eot");
  src: url("fonts/oswald/oswald.ttf");
  src: url("fonts/oswald/oswald.woff");
  src: url("fonts/oswald/oswald.woff2");

}

h1 {
  font-family: 'Oswald';
  font-size: 44px;
}

h6 {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
}

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

.text-secondary {
  color: #D89654 !important
}

.bg-primary {
  background-color: #093B32 !important;
}

.bg-success {
  background-color: #1F8964 !important;
  border: none !important;
  outline: none !important;
}


button.bg-success:hover,button.bg-success:focus{
background-color: #186a4d !important;
border-color: #165f46 !important;
}

.btn-primary {
  background-color: #093B32 ;
  border-color: #093B32 !important;
  text-decoration: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #041a16;
  border-color: #020f0d !important;
}
.btn-primary:active {
  color: #fff;
  background-color: #041a16 !important;
  border-color: #020f0d !important;
}

.btn-primary:focus{
  box-shadow: none !important;
}

/* a.btn-primary:hover {
  color: #fff;
    background-color: #041a16;
    border-color: #020f0d !important;
} */
.image {
  height: 100vh;
  position: sticky;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
