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/office_computer.jpg");
  min-height: 100%;
}

.w3-bar .w3-button {
  padding: 16px;
}

.bgclass{
  background-color: #f1f1f1!important;
}
.bgwhite {
  background-color: white;
}

.floats {
    position: fixed;
    width: 44px;
/*     height: 60px; */
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.faw {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}