/* css by Bangucen */
@font-face {
    font-family: 'futura_hv_btheavy';
    src: url('../fonts/futuh/futuhv-webfont.woff2') format('woff2'),
         url('../fonts/futuh/futuhv-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body.body-content {
/*css for full size background image*/
  background: url(../images/BG.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-weight: bold;
 
}

body {
	font-family: 'futura_hv_btheavy';
}

.content h1 {
    color: #3354a1;
    font-size: 50px;
    margin-top: 15%;
}
.host-img-all img {
    margin-right: 35px;
}
.host {
    margin-top: 90px;
    font-family: arial;
    font-weight: normal;
}
.host-title h2{
    color: #737376;
    margin-left: 15px;
    font-size: 20px;

    margin-bottom: 15px;
}
.hide-lg {
    display: none;
}
@media (min-width: 320px) and (max-width: 480px) {
    .content h1 {
        color: #3354a1;
        font-size: 29px;
        margin-top: 15%;
        text-align: center;
    }
    .host {
        margin-top: 50px;
        font-family: arial;
        text-align: center;
        font-weight: normal;
    }
    body.body-content {
        background: none;
    }
    .show-mb {
        display: block;
    }
    .host-title h2 {
        color: #737376;
        margin-left: 15px;
        font-size: 27px;
        margin-bottom: 15px;
    }
    .host-img-all img {
        margin: 0px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .mb-all .img-responsive{
        margin: 0 auto;
    }

}
/* #### Mobile Phones Landscape #### */
@media (min-width: 481px) and (max-width: 767px) {
    .content h1 {
        color: #3354a1;
        font-size: 29px;
        margin-top: 15%;
        text-align: center;
    }
    .host {
        margin-top: 50px;
        font-family: arial;
        text-align: center;
        font-weight: normal;
    }
    body.body-content {
        background: none;
    }
    .show-mb {
        display: block;
    }
    .host-title h2 {
        color: #737376;
        margin-left: 15px;
        font-size: 27px;
        margin-bottom: 15px;
    }
    .host-img-all img {
        margin: 0px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .mb-all .img-responsive{
        margin: 0 auto;
    }

}