.contact-info-header {
    padding-top: 10px;
    font-family: azonix;
    font-size: 10px;
    color: rgb(54,86,135);
    background-color: white;

}

.phone-link, .days-hours {
    color: black;
    font-size: 10px;
}


.nav-item {
    font-size: 24px;
    margin: 15px;
}

.logo {
    max-width: 100%;
}

h1, h2  {
    font-family: azonix;
    color: rgb(54,86,135);
}

p {
    font-family: azonix;
}


.form-label {
    font-family: azonix;
}

video {
    margin-top: 10px;
    max-width: 100%;

}

.footer {
    font-family: azonix;
}


@media only screen and (max-width: 500px) {
    .contact-icon {
        display: none;
    }

    .profile-pic {
        display: none;
    }
  }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 24, 2020 */
@font-face {
    font-family: 'azonixregular';
    src: url('azonix-webfont.woff2') format('woff2'),
         url('azonix-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}