@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

:root {
    --font: 'Montserrat', sans-serif;
}

h1:focus {
    outline: none;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

div.header-check {
    width: 60px !important;
    max-width: 60px !important;
    min-width: 60px !important;
}

.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/optoutheaderaxia.png");
    /* Set a specific height */
    height: 50%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.footer {
    background-color: #1c1c1c;
    color: #fff;
    padding: 30px 40px 20px 40px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    line-height: 1.6em
}

.footer img {
    padding-right: 10px;
    height: 30px;
}

.nav li a {
    color: #fff !important;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}

#housinglogo {
    float: left;
    padding-right: 10px;
    width: 40px;
}

#footersmall li a {
    font-size: 8px !important;
    line-height: 0em;
}

.footersmallfont {
    font-size: 8px !important;
}

#housingtext {
    font-size: 9px;
    width: 500px;
    line-height: 1.8em;
}

.axialogo {
    max-height: 18px;
}
