.branding {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 17px;
  font-weight: bold;
}

body,h1,h2,h3,h4,h5,h6 {font-family: Roboto, sans-serif;}

.strong {
  font-weight: bold;
}

.error {
  color: #FF0000!important;
}

.success {
  background-color:
}

a.w3-bar-item.w3-button:hover {
  color: #FFFFFF!important;
  background-color: #FF0000!important;
}


.w3-hover-red:hover {
  background-color: #FF0000 !important;
}

.w3-ul li {
  border-bottom:none!important;
}

.devexe-red {
  color: #FFFFFF !important;
  background-color: #FF0000 !important;
}

.showcase {
  background:url('../images/airliner.jpg') no-repeat; */
  background-position: center;
  height: 600px;
  padding: 140px 100px;
  color:#fff;
}

.showcase h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.showcase hr {
  width: 100px;
  margin: auto;
  border-width: 3px;
  border-color: #f44336;
}

.showcase p {
  font-size: 16px;
  padding-bottom: 20px;
}

.section {
  padding: 40px 0;
}

.section h2 {
  padding: 0;
  margin: 0;
}

.section .fa {
  font-size:50px;
}

.section img {
  width: 100%;
}

@media only screen and (max-width:600px){
  body {
    /* margin-top: 190px; */
  }

  .showcase {
    height: 400px;
    padding: 60px 0;
  }
}
