  @font-face { 
    font-family: 'Montserrat'; 
    src: url('/font/Montserrat-Light.otf'),
         url('/font/Montserrat-Regular.ttf'); 
  }
  @font-face { 
    font-family: 'boldfont'; 
    src: url('/font/Montserrat-SemiBold.otf'); 
  } 
  * {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
    font-family: "Montserrat";
    color: rgb(42, 42, 42);
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .center {
    text-align: center;
  }
  .left {
    text-align: left;
  }
  .clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
  }
  .hide {
    display: none;
  }
  .silverbg {
    background: #E8E7EF;
  }
  .lightfont {
    color: #818181 !important;
  }
  .boldfont {
    font-weight: 700;
  }
  h1 {
    font-size: 48px !important;
    line-height: 48px !important;
    letter-spacing: 1px !important;
    word-wrap: break-word;
    margin: 0 auto 20px;
    color: #fff;
    font-family: "boldfont" !important;
  }
  h2 {
    font-size: 22px !important;
    line-height: 22px !important;
    letter-spacing: 0px !important;
    word-wrap: break-word;
    margin: 0 auto 20px;
  }
  h3 {
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
    word-wrap: break-word;
    margin: 0 auto 20px;
  }
  h4 {
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
    word-wrap: break-word;
    color: #777;
    font-weight: 400;
  }
  p.normal {
    font-style: 16px;
  }
  p.bigger {
    font-size: 20px;
  }
  p.smaller {
    font-size: 13px;
  }

  section#contactWrap {
    background: #1E2330;
    margin-top:60px;
    padding: 10px 3%;
    color: #777;
  }
  section#contactWrap ul {
    margin:20px 30px 50px;
  }
  section#contactWrap ul li {
    width: 40%;
    float: left;
  }

  @media screen and (max-width: 500px) {
    section#contactWrap {
      padding: 10px 20px;
    }
    section#contactWrap ul li {
      width: 100%;
      float: none;
      margin: 20px;
    }
  }


  section#imageWrap {
    padding: 50px 3% 50px;
  }
  section#imageWrap div.iamgeHolder {
    float:left;
    width:calc(25% - 10px);
    margin: 0px;
    padding:5px;
    height: 200px;
  }
  section#imageWrap div.iamgeHolder a {
    position: relative;
    height: inherit;
    display: block;
    overflow: hidden;
    height:100%;
  }
  section#imageWrap div.iamgeHolder img {
    width: 100%;
    height: 100%;
  }
  @media screen and (max-width: 500px) {
    section#imageWrap div.iamgeHolder {
      width:calc(50% - 10px);
    }
  }

  nav {
    border-top: 1px solid #ccc;
    padding: 25px 20% 40px;
  }
  nav ul li {
    float:left;
  }
  nav ul li:nth-child(1) {
    width:33.3%;
  }
  nav ul li:nth-child(2) {
    width:33.3%;
  }
  nav ul li:nth-child(3) {
    width:33.3%;
  }
  nav ul li a {
    text-decoration: none;
    cursor: pointer;
  }
  a.mail {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    color: #777;
    cursor: pointer;
  }
  @media screen and (max-width: 500px) {
    nav ul li {
      float:none;
      width: 100% !important;
    }
  }
  
  footer {
    margin-bottom: 40px;
  }
  footer div p {
    color: #666;
  }