@font-face {
  font-family: Myriad Pro Static;
  src: url(../assets/MyriadPro-Regular.otf);
}

@font-face {
  font-family: Myriad Pro Bold Static;
  src: url(../assets/MyriadPro-Bold.otf);
}

#header{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
}

#header div{
    padding-top:0.3em;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

#header img{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
}

#footer{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
}

.myriad_regular{
    font-family: Myriad Pro Static;
    font-size: 100%;
}

.myriad_bold{
    font-family: Myriad Pro Bold Static;
    font-size: 100%;
}