/**
 * Theme Name:        The Oaks
 * Theme URI:         https://quinngale.com/project/theoaksogden
 * Description:       A custom theme for The Oaks in Ogden, UT
 * Version:           0.0.1
 * Author:            Quinn Gale
 * Author URI:        https://quinngale.com
 * Text Domain:       theoaksogden
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

@media screen and (max-width: 799.99px) {
    .mobile-hidden {
        display: none !important;
    }
}

@media screen and (min-width: 800px) {
    .desktop-hidden {
        display: none !important;
    }
}

a.no-decoration {
    text-decoration: none;
}

.no-wrap {
    text-wrap: nowrap;
}