/* monument-grotesk-medium */
@font-face {
    font-family: 'Monument Grotesk Medium';
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/ABCMonumentGrotesk-Medium.woff2') format('woff2'),
         url('fonts/ABCMonumentGrotesk-Medium.woff') format('woff');
}
  
/* monument-grotesk-light */
@font-face {
    font-family: 'Monument Grotesk Light';
    font-display: swap;
    font-style: normal; 
    font-weight: 300;
    src: url('fonts/ABCMonumentGrotesk-Light.woff2') format('woff2'),
         url('fonts/ABCMonumentGrotesk-Light.woff') format('woff');
}

.body {
    background-image: url(images/4owls_wordmark_bold_sensor_RGB.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 20, 35);
    margin: 0;
    width: 100vw;
    height: 100vh;
}

.fourowls_logo {
    width: 1440px;
    height: auto;
}

.footer-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2%;
}

h2,
p {
    text-align: center;
    color: rgb(255, 25, 0);
    margin: 0;
}

h2 {
    font-family: 'Monument Grotesk Medium', Sans-Serif;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 20px;
}

p {
    font-family: 'Monument Grotesk Light', Sans-Serif;
}

@media only screen and (max-width: 767px) {

    body {
      background-size: 200%;
    }
}

