  @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;
  }
  p.normal {
    font-style: 16px;
  }
  p.bigger {
    font-size: 20px;
  }
  p.smaller {
    font-size: 13px;
  }
  a.islink {
    border-bottom: 1px solid #aaa !important;
    color:#666 !important;
    cursor: pointer !important;
  }

  section#main1 {
    margin-top:50px;
    padding: 90px 3% 0px;
    color: #777;
  } 
  section#main2 {
    margin-top:0px;
    padding: 90px 3% 0px;
    color: #777;
  } 
  section#main1 div#main1-left,
  section#main2 div#main2-left {
    float: left;
    padding: 30px 0px 30px 0px;
    width:300px;
    vertical-align: bottom;
  }
  section#main1 div#main1-left p,
  section#main2 div#main1-left p {
    font-size: 17px;
  }
  section#main1 div#main1-right,
  section#main2 div#main2-right {
    float: left;
    box-sizing: border-box;
    width:calc(100% - 300px);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 20px 30px 0px;
  }
  section#main1 div#main1-right p,
  section#main2 div#main2-right p {
    line-height: 22px;
    font-size: 14px;
  }

  @media screen and (max-width: 500px) {
    section#main1,
    section#main2 {
      padding: 90px 20px 0px;
    }
    section#main1 div#main1-left,
    section#main2 div#main2-left,
    section#main1 div#main1-right,
    section#main2 div#main2-right {
      float: none;
      width: 100%;
    }
  }

  section#projectsWrap1 {
    padding: 10px 3% 0px;
  }
  section#projectsWrap2 {
    padding: 10px 3% 0px;
  }

  section#projectsWrap1 div.imageHolder,
  section#projectsWrap2 div.imageHolder {
    float:left;
    width:calc(20% - 10px);
    margin: 35px 0px 65px;
    padding:5px;
    min-height: 200px;
  }
  section#projectsWrap1 div.imageHolder div,
  section#projectsWrap2 div.imageHolder div {
    height: 60px;
    overflow: hidden;
  }
  section#projectsWrap1 div.imageHolder div a.projectsLink,
  section#projectsWrap2 div.imageHolder div a.projectsLink {
    text-decoration: none;
    /* font-family: "times new roman", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    cursor: auto;
    color: #333;
    font-size: 14px;
  }
  section#projectsWrap1 div.imageHolder a.imageLink,
  section#projectsWrap2 div.imageHolder a.imageLink {
    position: relative;
    height: inherit;
    display: block;
    overflow: hidden;
    height:100px;
    margin-top: 30px;
  }
  section#projectsWrap1 div.imageHolder img,
  section#projectsWrap2 div.imageHolder img {
    width: 100%;
    height: 100%;
  }
  
  @media screen and (max-width: 500px) {
    section#projectsWrap1 div.imageHolder,
    section#projectsWrap2 div.imageHolder {
      width:calc(50% - 10px);
      margin: 20px 0px 20px;
      padding:5px;
      min-height: 200px;
    }
  }
  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;
  }
  @media screen and (max-width: 500px) {
    nav ul li {
      float:none;
      width: 100% !important;
    }
  }
  
  footer {
    margin-bottom: 40px;
  }
  footer div p {
    color: #666;
  }