 @font-face{
    font-family: "Oswald";
    src: url("../fonts/oswald-regular.woff2") format("woff2"),
    url("../fonts/oswald-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }



body {
  font-family: Oswald;

    /* Show it is fixed to the top */
  min-height: 75rem;
  padding-top: 5rem;


}

pre, code, kbd, samp {
  font-family: monospace;
}

input, button, select, optgroup, textarea {
  font-family: inherit;
}



h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family: Oswald;
	font-weight: 400;
}

p {
   font-family: Oswald;
    font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}

.contact {
	text-decoration: none;
    	color: rgba(255, 255, 255, 0.55);
}
.contact:hover {
  color: #FFFFFF;
    font-weight: 700;
  text-decoration: none;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
/*  font-family: Times;*/
}

.badge {
  display: inline-block;
  padding: 1em 0.65em;
  font-size: 2em;
	font-family: Oswald;
    	font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3rem;
}

.tooltip {
  font-family: sans-serif;
}

.popover {
  font-family: sans-serif;
}

.text-monospace {
  font-family: monospace;
}
.bg-dark {
  background-color: #6AA83E !important;
}

.jumbotron {
  position: relative;
  overflow: hidden;
  background-color:black;
}
.jumbotron__background {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  object-fit: cover;
  opacity:0.5;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}

