@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900&display=swap");
h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
  font-weight: bolder;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.bkg {
  background-size: cover;
  background-repeat: no-repeat;
}

.head {
  min-height: 400px;
  background-position: center center;
}

.footer {
  min-height: 400px;
  background-position: bottom center;
}

a,
.btn-link,
a:visited,
a:hover {
  text-decoration: none;
  color: rgb(35, 117, 144);
}

.btn-primary,
.label-primary {
  background-color: rgb(35, 117, 144);
  border-color: rgb(35, 117, 144);
  color: white;
}

.li-none {
  vertical-align: top;
  list-style-type: none;
}

li h4,
li h5 {
  margin: 0;
}

.o1 {
  opacity: 0.1;
}

.o2 {
  opacity: 0.2;
}

.o3 {
  opacity: 0.3;
}

.o4 {
  opacity: 0.4;
}

.o5 {
  opacity: 0.5;
}

.o6 {
  opacity: 0.6;
}

.o7 {
  opacity: 0.7;
}

.o8 {
  opacity: 0.8;
}

.o9 {
  opacity: 0.9;
}

.xx-small {
  font-size: xx-small;
}

.cornerlogo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  width: 80px;
  height: auto;
  padding: 10px;
}
.cornerlogo img {
  width: 100%;
  height: auto;
}

.pull-left {
  float: left;
}

footer {
  background: #234;
  color: white;
}

.accordion h2,
.card h2 {
  margin: 0;
}

.bg-grain {
  background-color: rgba(20, 40, 50, 0.1);
}
/*# sourceMappingURL=funlab.css.map */