header{
    display: block;
    text-align: center;
}


.masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    background: url(./imgs/20240515_DiRAC\ Portraits\ Studio_EDIT_MS_0588-XL.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex !important
;
}

h1 {
  text-align: center;
}

.container {
  background-color: rgba(255, 255, 255, 0.04);
  padding: 10px 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
