@font-face {
    font-family: 'MyWebFont';
    src:  url('comsc.woff') format('woff');
  }

html {
    height: 110%;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 20;
}

#logo {
    height: 100px;
    margin: 10px;
    transition: all .3s;
}

nav {
    margin: 0 15px 0 15px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: MyWebFont;
}

article {
    margin: 170px 15px 50px 15px;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #FFF;
    z-index: 20;
}