body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}

body, html {
  height: 100%;
  line-height: 1.8;
}

/* Full height image header */
.bgimg-1 {
  background-position: center;
  background-size: cover;
  background-image: url("./images/al1nenrg_hero.png");
  min-height: 100%;
}

.w3-bar .w3-button {
  padding: 16px;
}

/* Add your custom styles for modal, etc. */
.hidden { display: none !important; }
.flex { display: flex !important; }

.modal-panel {
  animation: modalIn 0.3s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}