/* add font style Bradley Hand */
@font-face {
    font-family: 'bradley_hand_itc_ttbold';
    src: url('bradley_hand_itc_tt_bold-webfont.woff2') format('woff2'),
         url('bradley_hand_itc_tt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'bradley_hand_itcregular';
    src: url('bradhitc-webfont.woff2') format('woff2'),
         url('bradhitc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

body {
    font-family: 'Work Sans', sans-serif;
}  
  
.headbanner img {
    width: 100vw;
}

.footer {
    border-top: solid;
    width: 60vw;
    margin: 0 20vw;
}

.footer h6 {
    margin-top: 1vw;
    text-align: center;
}

/* for screen size with width under 750px */
@media only screen and (max-width: 750px) {
    .headbanner {
        height: 25vh;
        width: auto;
    }
    
    .headbanner img {
      height: 100%;
      object-fit: cover;
    }
}