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("http://www.solucionesbinarias.com.ar/img/world.jpg");    
min-height: 100%;
}

.w3-bar .w3-button {
  padding: 16px;
}
#link {
text-decoration: none;
color: rgb(7,144,211);
}

/* Floating Button -> fixed button for contact form, chat, tel, cel or whatsapp */
#contact_us_bt {
width: 60px;
height: 60px;
box-shadow: 5px  5px  10px  #808080;
-moz-box-shadow: 5px  5px  10px  #808080;
-webkit-box-shadow: 5px  5px  10px  #808080;
border-radius: 30px 30px 30px 30px;
-o-border-radius: 30px 30px 30px 30px;
-moz-border-radius: 30px 30px 30px 30px;
-webkit-border-radius: 30px 30px 30px 30px;
background-color: rgb(255,255,255);
position: fixed !important;
bottom: 20px !important;
right: 20px !important;
left: auto !important;
border: 0;
margin: 0;
padding: 0;
}

#contact_us_bt:hover{
transform: scale(1.1);
}