body, h1, h2, h3, h4, h5, h6 {
 font-family: comfortaa, sans-serif !important;
}
#header {
 border-bottom: 1px solid rgba(231, 78, 53,.2);
}
.container.grid-lg {
 max-width: 1200px;
}
section .logo {
    /* for images  */
    display: block;
    margin: auto;
    position: relative;
}
.bg-flux {
  background: rgba(231, 78, 53) !important;
  color: #fff;
}
#footer a, a:hover {
 color: #ccc;
}
.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
 color: #e74e35 !important;
}
.hero section {
 height:80vh;
 display:flex;
 justify-content: center;
}
.hero .logo img {
  width: 60%;
  margin: auto;
  display: block;
}
.hero .tagline {
 margin-top: 50px;
 font-size: x-large;
 font-weight: bold;
}
#welcome #header{
 display: none;
}
