
/*
Theme Name: VE6CKC
Author: Emily O'Neill
Author URI: https://emilyoneill.dev
Description: Theme for VE6CKC
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 0.1
Requires at least: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: [text domain]
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import "css/meyer-setup.css";
@import "css/structure.css";
@import "css/settings.css";
@import "css/components.css";
@import "css/modules.css";
@import "css/typography.css";

/* COMPONENTS */
@import "css/site-menu.css";
@import "css/cards.css";

/* PAGES */


/* TYPOGRAPY */

/* log in */

/* 404 */

/* NATIVE BLOCK STYLES */
.wp-block-heading {
	margin: 0;
	padding: 0;
}

p 

/* SITE-NAV */



.reg-header {
	background-color: var(--paper);
/*	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-bottom: 5px solid #5985b8;*/
	position: sticky;
	top: 0;
	left: 0;
}

.site-header {
/*	background-color: transparent;*/
	color: var(--ink);
	padding-top: 15px;
	padding-bottom: 10px;
}

.site-logo {
/*	min-width: 100px;
	max-width: 150px;*/
}

.site-logo-black {
	display: block;
	max-width: 150px;
}

.site-logo-white {
	display: none;
}

.page-id-8 .site-logo-black {
	display: none;
}

.page-id-8 .site-logo-white {
	display: block;
	max-width: 150px;
}

@media (min-width: 700px) {
	.site-header {
		padding-top: 30px;
	}
}
@media (min-width: 1000px) {
	.site-header {
		padding-top: 40px;
		padding-bottom: 20px;
	}
/*
	.site-logo {
		max-width: 250px;
	}*/

	.site-logo-black {
		max-width: 150px;
	}

	.page-id-8 .site-logo-white {
		max-width: 150px;
	}
}

.page-heading {
/*	text-decoration: underline;
	text-decoration-thickness: 5px;
	text-decoration-color: coral;*/
	border-bottom: 5px solid coral;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

/* HOME PAGE */

.hero-image {
/*	max-height: 90vh;
	overflow: hidden;*/
	height: 100vh;
}

@media (min-width: 1000px) {
	.hero-image {
		margin-top: -120px;
		margin-bottom: -50px;
		height: 100vh;
	}
}


/* ABOUT PAGE */

.about-content inner-column {
	display: flex;
	flex-direction: column;
}

.about-content .wp-container-4 {
	max-width: var(--column-width);
}

/*.about-content p {
	margin-bottom: 15px;
	max-width: 60ch;
}

.about-content figure {
	max-width: 700px;
	margin: 20px 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}*/

/*.about-container {
	display: flex;
	flex-direction: column;
}
*/
@media(min-width: 700px) {
/*	.about-container div:first-of-type{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	.about-container :first-child div {
		display: block
	}*/


	.acf-innerblocks-container p {
		display: block;
		max-width: 67ch;
	}

/*	.about-content figure {
		margin-bottom: 40px;
	}*/
}
/*
.about-content .is-layout-flex {
	align-items: flex-start;
}*/

/* GALLERY */

/*image-grid {
	margin-top: 30px;
	gap: 20px;
}

.gallery-content picture {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}*/

main.image-open {
/*	background-color: black;
	opacity: 25%;*/
}

.gallery-content.image-open {

}

.gallery-content .image-open {
	position: relative;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid red;
/*	width: 60vw;
	height: 100%;*/
/*	z-index: 100;*/
	align-self: center;
}

.image-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-open {
  display: block;
  background-color: var(--paper);
/*  margin: 15% auto; /* 15% from the top and centered */
/*  padding: 20px;*/
/*  border: 1px solid #888;*/
/*  width: 80%; /* Could be more or less, depending on screen size */
  z-index: 100;
}

.image-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
/*  border: 1px solid #888;*/
  width: 95vw; /* Could be more or less, depending on screen size */
}

@media (min-width: 600px) {
	.image-modal-content {
		width: 80vw;
	}
}

@media (min-width: 1000px) {
	.image-modal-content {
		width: 70vw;
	}
}

@media (min-width: 1200px) {
	.image-modal-content {
		width: 60vw;
	}
}

@media (min-width: 1400px) {
	.image-modal-content {
		width: 50vw;
	}
}
/* FOOTER */

.site-footer {
	margin-top: 100px;
	padding: 50px 0 50px 0;
}

.home-footer {
	background-color: transparent;
	color: var(--paper);
}

.not-home-footer {
	background-color: var(--ink);
	color: var(--paper);
}

.site-footer a {
	padding-bottom: 3px;
	border-bottom: 3px solid transparent;
}
.site-footer a:hover {
	color: var(--paper);
	padding-bottom: 3px;
	border-bottom: 3px solid coral;
}


