body { font-family: Roboto, sans-serif; font-weight: 300; }

h1, h2, h3, h4, h5, h6 { font-family: "Open Sans", sans-serif; color: #18a1b8 }

label { font-size: 90%; font-weight: bold; }

.display-5 {font-size:2.5rem;font-weight:300;line-height:1.2}
.display-6 {font-size:1.5rem;font-weight:300;line-height:1.2}
.display-7 {font-size:.75rem;font-weight:300;line-height:1.2}
.display-8 {font-size:.5rem;font-weight:300;line-height:1.2}

.text_big { font-size: 125%; }
.text_bigger { font-size: 150%; }

.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width:768px) {		

}

@media all and (max-width:992px) {
	
}

.highlightme { padding: .1em 0; }
.highlightme:hover { background-color: #EFEFEF; }

a.nolinkhighlight { color: #343a40; }

.modal-open .container-fluid, .modal-open  .container {
    -webkit-filter: blur(3px) grayscale(55%);
}	

