/*! Place your custom styles here */

@font-face {
  font-family: myFirstFont;
  src: url(fonts/AvQest.ttf);			
}


.dogma { font-family: myFirstFont; }

.bar-1 {background-color: black;}



/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

#navbar {
  overflow: hidden;
	  z-index: 1;
}


.figura {padding: .5rem 1.5rem .5rem 1.5rem;}