

/* We regret to interupt your regularily scheduled CSS, but this is my custom CSS. */



@media (min-width: 481px) and (max-width: 1024px) {

#maincopy-wrapper {

}

#header-links-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.index_main_photo img {
    max-width: 100% !important;
    min-width: 400px !important;
    height: auto !important;
    text-align: center !important;
}

div.main_message {
    font-size: 6vw !important;
    padding: 0;
    z-index: 1;
}

.main_message_header {
    text-align: center;
    font-family: Barlow+Condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #58595b;
    margin-bottom:10px;
}
}