/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */

}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 400px;
    background: url('../img/bg.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.company-header {
    height: 100px;
    background: url('../img/top_bg.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.company-header h1{
  color: #fff;
}

.iframe{
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 450px;
  border: 0px;
}

.top_logo{
  padding-top: 10px;
  text-align: center;
}

/* Customize the text color and shadow color and to optimize text legibility. */

@font-face {
  font-family: 'HOKKORI';
  src: url('../fonts/HOKKORI.otf');
}


.tagline {
    font-family: 'HOKKORI';
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.tagline2 {
    font-family: 'HOKKORI';
    color: #fff;
}


.img-center {
    margin: 0 auto;
}

.page_footer{
  height: 50px;
  background-color: #222222;
  color: #9d9d9d;
  text-align: center;
}

.page_footer a{
  color: #9d9d9d;
}
