/*
Theme Name: Sea3on Press Kit
Author: Kef Schecter
Author URI: http://www.furrykef.com/
Description: Sea3on Press Kit theme
Version: 1.0.0
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 7.4
Text Domain: s3press
*/

@media screen {
    html, body {
        color: #333;
    }

    .entry-content, footer {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 1em;
    }
}

@media print {
    html, body {
        background-color: #fff !important;
        color: #000;
    }

    .no-print {
        display: none;
    }

    .page-break {
        clear: both;
        page-break-before: always;
    }

    .wp-block-cover, .wp-block-cover-image {
        min-height: 20em;
        background-attachment: scroll !important;
    }

    .team p {
        font-size: 11pt;
        margin: 0;
    }
}

@media not print {
    .print-only {
        display: none;
    }
}


html, body {
    font-family: Verdana, "DejaVu Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
}

h2 {
    font-family: Anton, Impact, sans-serif;
    font-variant: small-caps;
    font-size: 28pt;
    margin-top: 0.5em;
}

h3 {
    font-size: 14pt;
}

p { 
	font-size: calc(15px + 0.1vw);
	line-height: 1.5em;
}

.team p {
    margin: 0;
}

footer p, footer .wp-block-image {
    margin: 0.75em 0;
}

.social-media img {
    margin: 0 1em;
}

/* Not sure why this became necessary or if this is the best fix */
.wp-block-cover .wp-block-image {
    margin: 0 auto;
}

