/*
Theme Name: The Herb Alpert Award in The Arts
Theme URI: https://yourwebsite.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A custom WordPress theme for The Herb Alpert Award in The Arts - Herb Alpert Award in the Arts
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: herbalpert
Tags: artist, portfolio, archive, custom

This theme, like WordPress, is licensed under the GPL.
*/

/* Font Face */
@font-face {
    font-family: 'MNKY Banana Grotesk';
    src: url('fonts/MNKYBananaGroteskTRIAL-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'MNKY Banana Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

body.about-page {
    font-family: 'MNKY Banana Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

/* WordPress Core */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Global Fix for MediaElement.js (mejs) player responsiveness */
.wp-video,
.mejs-container,
.mejs-embed,
.mejs-embed body {
    width: 100% !important;
    height: auto !important;
    min-width: 1px !important;
    max-width: 100% !important;
}

.mejs-container {
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    height: 0 !important;
}

.mejs-mediaelement,
.mejs-mediaelement video,
.mejs-overlay,
.mejs-poster,
.mejs-layers {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.mejs-controls {
    bottom: 0 !important;
}
