@charset "utf-8";
:root {
	--link-color-main: rgba(255,255,255,1);
	--link-color-highlight: rgba(198,221,220,1);
	--social-link-color: rgb(255,255,255);
	--nav-link-color: rgb(255,255,255);
	--nav-link-color-hover: rgb(216,255,253);
	--nav-mobile-bg-color: rgba(0,0,0,0.4);
	--button-text-color: rgb(255 255 255);
	--button-text-color-highlight: rgb(0 0 0);
	--button-background: rgb(125 184 178);
	--button-border: rgb(215 254 250);
	/*--button-background: linear-gradient(52deg, rgba(3,119,114,1) 0%, rgba(117,117,117,1) 100%);*/
	/*--button-background: rgb(100 100 100);*/
	--button-background-highlight: rgb(215 254 250);
	--main-text-color: rgb(255 255 255);
	--red-highlight: rgb(183 50 34);
}


/************************************************************************************************************************/
/* menu.css contents (For mobile menu) */
/*************************************************************************************************************************/
.nav a{
    text-decoration: none;
}
.nav ul{
    list-style: none;
}

/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
	top: 0;
    /*background-color: var(--main-text-color);*/
    overflow: hidden;

}
.menu a{
    display: block;
    padding: 1rem;
    color: var(--nav-link-color);
	font-family: brevia, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: .41rem;
	
	/*font-family: metallophile-sp8, sans-serif;
	font-style: normal;
	font-weight: 300;*/
}
.menu a:hover, .menu a:active, .nav-active a {
    background-color:transparent;
	font-family: "dystopian", sans-serif;
	font-weight: 700;
	font-style: normal;
	border: 0;
	color: var(--nav-link-color);
	
}
.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */
.hamb{
    cursor: pointer;
    float: right;
    padding: 35px 20px;
	position: fixed;
    top: 0;
    right: 3vw;
    z-index: 300;
	/*border-radius: 5px;*/
	background-color: rgba(255,255,255,0.4);
}

.hamb-line {
    background: var(--nav-link-color);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background: var(--nav-link-color);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

.side-menu {
    display: none !important;
} /* Hide checkbox */

/* Toggle menu icon */
.side-menu:checked ~ nav{
    max-height: 100%;
	background-color: var(--nav-mobile-bg-color);
	background-image: url('../assets/images/backgrounds/dark_dreams_menu.jpg');
	background-position: top center;
	background-size: cover;
	z-index: 200;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

/* Responsiveness */

@media (min-width: 550px) {
	.hamb {
		right: 2vw;
	}
}

@media (min-width: 1025px) {
    .nav{
        max-height: none;
        top: -9rem;
        position: relative;
        width: fit-content;
    }
    .menu li{
        float: left;
    }
    .menu a:hover, .menu a:active, .nav-active {
        background-color: transparent;
        color: var(--nav-link-color-hover);
		border-bottom: 1px solid var(--nav-link-color-hover);
		padding-right: 0.75rem;
    }
	
	.side-menu:checked ~ .nav > ul > li > a {
		padding: 30px;
	}

    .hamb{
        display: none;
    }
}

@media (min-width: 1025px) {
    .nav{
        top: -4.2rem;
		left: -1rem;
		font-size: .77em;
    }
}

@media (min-width: 1100px) {
    .nav{
        top: -4.5rem;
		left: -1rem;
		font-size: .9em;
    }
}

@media (min-width: 1200px) {
    .nav{
        top: -4.4rem;
		left: -1rem;
		font-size: .9em;
    }
}

@media (min-width: 1300px) {
	.nav {
		top: -4.5rem;
		left: -1rem;
		font-size: .9em;
	}
}

@media (min-width: 1400px) {
	.nav {
		top: -4.5rem;
		left: -1rem;
		font-size: .9em;
	}
}

@media (min-width: 1500px) {
	.nav {
		top: -4.5rem;
		left: -1rem;
		font-size: .9em;
	}
}

@media (min-width: 1600px) {
    .nav{
        top: -4.7rem;
		left: -1rem;
    }
}

@media (min-width: 1700px) {
    .nav{
        top: -4.8rem;
		left: -1rem;
    }
}

@media (min-width: 1800px) {
    .nav{
        top: -4.8rem;
		left: -1rem;
    }
}

@media (min-width: 1900px) {
    .nav{
        top: -5.2rem;
		left: -1rem;
    }
}

@media (min-width: 2000px) {
    .nav{
        top: -5.7rem;
		left: -1rem;
    }
}

/************************************************************************************************************************************/
/* End menu.css */
/************************************************************************************************************************************/

/*************************************************************************************************************************************/
/* Begin modal.css
/*************************************************************************************************************************************/

*, *:before, *:after { box-sizing: border-box; }

body {
  height: 100vh;
  /* background: linear-gradient(white, #999); */
}

.modal-container {
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
  width: 160px;
}

/* .modal-container button {
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #446CB3;
  font-size: 22px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 5px 5px -5px #333;
  transition: background 0.3s ease-in;
} */

.modal-container .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in;
}

.modal-container .modal-toggle {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

/* .modal-container .modal-toggle:hover ~ button { background: #1E824C; } */

.modal-container .modal-toggle:checked {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
}

.modal-container .modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
  opacity: 1;
}

.modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content {
  background-color: #fff;
  max-width: 400px;
  width: 100%;
  height: 280px;
  padding: 10px 30px;
  position: absolute;
  left: calc(50% - 200px);
  top: 12%;
  border-radius: 4px;
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}
@media (max-width: 400px) {

.modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content { left: 0; }
}

.modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close {
  color: #666;
  position: absolute;
  right: 2px;
  top: 0;
  padding-top: 7px;
  background: transparent;
  font-size: 16px;
  width: 25px;
  height: 28px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

/* .modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button {
  top: initial;
  bottom: 20px;
  right: 20px;
  background: #4CAF50;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
}

.modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button:hover {
  color: #fff;
  background: #1E824C;
} */

.modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close:hover { color: #888; }

/*************************************************************************************************************************************/
/* End modal.css
/*************************************************************************************************************************************/

/************************************************************************************************************************************/
/* Begin collapsible.css */
/*************************************************************************************************************************************/

.wrap-collapsible input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
  display: block;

  /*font-weight: bold;*/
  font-family: felt-tip-roman,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;

  padding: 1rem;

  color: var(--button-text-color);
  background: var(--button-background);

  cursor: pointer;

  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
  color: var(--button-text-color);
  background-color: var(--button-background-highlight);
}

.lbl-toggle::before {
  content: ' ';
  display: inline-block;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;

  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);

  transition: transform .2s ease-out;
}

.collapsible-content .content-inner {
  background: var(--button-background-color);
  border-bottom: 1px solid rgba(250, 224, 66, .45);

  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: .5rem 1rem;
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;

  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 100vh;
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/*************************************************************************************************************************************/
/* End collapsible.css
/*************************************************************************************************************************************/




body {

	background-image: url('../assets/images/backgrounds/dark_dreams_bg.jpg');
	background-size: 100%;
    background-attachment: fixed;
    background-position: top;
	background-repeat: no-repeat;
	background-color: rgb(0,0,0);
	font-family: "brevia", sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: .2rem;
	color: var(--main-text-color);
	

	/*font-family: "brevia", sans-serif;
	font-weight: 400;
	font-style: italic;

	font-family: "brevia", sans-serif;
	font-weight: 700;
	font-style: normal;

	font-family: "brevia", sans-serif;
	font-weight: 700;
	font-style: italic;*/
}

@media (min-width: 1025px) and (max-width: 1100px) {	
	body {
		background-size: 120%;
		background-position: 20% 0%;
	}
}

@media (min-width: 1101px) and (max-width: 1200px) {	
	body {
		background-size: 110%;
		background-position: 9% 0%;
	}
}


h1, h2, h3, h4, h5, h6, h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover, h1 > a:active, h2 > a:active, h3 > a:active, h4 > a:active, h5 > a:active, h6 > a:active {
	/*font-family: "dystopian", sans-serif;
	font-weight: 400;
	font-style: normal;*/

	font-family: "dystopian", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.2rem;

	/*font-family: "dystopian", sans-serif;
	font-weight: 900;
	font-style: normal;*/

}

/*h1 {
	position: relative;
    text-shadow: 0px 0px 40px rgba(0,0,0,0.7);
    width: max-content;
}

h1:after {
    content: attr(data-text);
    position: absolute;
    left: 0px;
    z-index: -1;
    -webkit-text-stroke: 3px var(--link-color-highlight);
    font-size: 1em;
}*/

body > .container {
	/*background-color: rgb(255 255 255 / 85%);*/
    padding: 2rem;
	max-width: 2000px;
}

#header_desktop {
	/*remove these styles to center at 100%*/
	margin-top: 3rem;
    width: 60vw;
}


@media (min-width: 1025px) {	
	#header_desktop {
		width: 80vw;
	}
}

@media (min-width: 1100px) {	
	#header_desktop {
		width: 80vw;
	}
}

@media (min-width: 1200px) {	
	#header_desktop {
		width: 74vw;
	}
}

@media (min-width: 1300px) {	
	#header_desktop {
		width: 68vw;
	}
}

@media (min-width: 1400px) {
	#header_desktop {
		width: 65vw;
	}
}

#header_mobile {
	display: none;
}

header img {
	width: 100%;
}

a {
	text-decoration: none;
	color: var(--link-color-main);
}

a:hover, a:active {
	color: var(--link-color-highlight);
	/*border-bottom: 1px dashed var(--link-color-highlight);*/
}

p > a {
	font-weight: 600;
	text-transform: uppercase;
}

hr {
	margin: 2rem;
	border-bottom: 1.5px solid var(--main-text-color);
    border-top: none;
}

/* Utilities */
.error {
	color: var(--red-highlight);
}

.no-border:hover, .no-border:active {
	border: 0px;
}

.highlight-letter {
	color: #7ab7b2;
}

.nav-image-icons > img:hover, .nav-image-icons > img:active{
	box-shadow: 1px 1px 50px var(--link-color-highlight);
    border: 1px solid var(--link-color-highlight);
}

.breadcrumb {
	display: block;
	margin-bottom: 1.5rem;
}

/* Button Styles */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	border-radius: 0px;
    border-width: 2px;
	text-transform: none;
    font-weight: 500;
    font-size: 1.5rem;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
}

.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
	color: var(--button-text-color);
	background-color: var(--button-background);
	border-color: var(--button-border);
	text-transform: none;
	text-transform: none;
    font-size: 1.5rem;
    font-weight: 400;
	border-radius: 0px;
    border-width: 2px;
}

.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
	color: var(--button-text-color-highlight);
	background-color: var(--button-background-highlight);
	border-color: var(--button-border);
	font-weight: 600;
}


/* Social Buttons */
.social_links a {
	display: inline-block;
	margin-right: 1rem;
	font-size: 2.5rem;
	/*color: var(--nav-link-color);*/
}

.social_links a:last-of-type {
	margin-right: 0;
}

/* Image styles */

.cropped-image {
	object-fit: cover;
    height: 23vw;
    width: 100%;
    object-position: center;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.2);
}

.cropped-image-top {
	object-fit: cover;
    height: 23vw;
    width: 100%;
    object-position: top;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.2);
}

.cropped-image-bottom {
	object-fit: cover;
    height: 23vw;
    width: 100%;
    object-position: bottom;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.2);
}

.cropped-banner-image {
	object-fit: cover;
    height: 40vh;
    width: 100%;
    object-position: center;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.2);
}

.cropped-banner-image-top {
	object-fit: cover;
    height: 40vh;
    width: 100%;
    object-position: top;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.2);
}

.gallery-image {
	height: 300px;
    max-width: 100%;
    /* object-fit: contain; */
    object-fit: contain;
    object-position: bottom center;
    width: 100%;
}

.gallery-large-image {
	max-width: 700px;
    max-height: 700px;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    /* height: auto; */
    object-fit: contain;
	object-position: center;
}

.float-left-img {
	float: left;
	width: 400px;
	margin-right: 1rem;
}	

.float-right-img {
	float: right;
	width: 400px;
	margin-left: 1rem;
}	

.float-right-img img, .float-left-img img {
	width: 100%;
}

@media screen and (min-width: 551px) and (max-width: 1000px){

  .gallery-piece-name, .gallery-piece-desc {
	  text-align: center;
  }
  
  .gallery-image {
	height: fit-content;
	max-height: 400px;
  }
}

/* Iframe Styles */
iframe {
	min-width: 1px !important;
}

.toggle ~ .collapsible-content > .content-inner > iframe {
	width: 100%;
	height: 75vh;
}

.toggle:checked ~ .collapsible-content > .content-inner > iframe {
	width: 100%;
	height: 75vh;
}

.modal-container iframe {
	width: 100% !important;
	height: 83vh !important;
}

/* Youtube embed on news pages */
div[data-oembed-provider='youtube'] > iframe, .video-gallery-div iframe {
	width: 100% !important;
	max-width: 1000px;
	height: 375px;
	margin: 2rem auto;
	display: block;
}

#screenplays_google_iframe {
	background-color: rgba(255,255,255,1);
	background-image: url('../assets/images/backgrounds/google_drive_bg.jpg');
	background-repeat: no-repeat;
    background-position: center;
}

/* Modal Styles */ /*more styles in modal.css*/
.modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button {
  /*top: initial;
  bottom: 20px;
  right: 20px;
  background: #4CAF50;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;*/
}

.modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button:hover {
  /*color: #fff;
  background: #1E824C;*/
}

.modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content {
    background-color: rgba(0,0,0,0.9);
    max-width: 90%;
    width: 90%;
    height: 90vh;
    padding: 3rem;
    position: absolute;
    left: calc(50% - 45%);
    top: 5%;
    border-radius: 4px;
    z-index: 999;
    pointer-events: auto;
    cursor: auto;
    box-shadow: 0 3px 7px rgb(0 0 0 / 60%);
}

@media (max-width: 1000px) {

	.modal-container .modal-toggle:checked ~ .modal-backdrop .modal-content {
		max-width: 100%;
		width: 100%;
		height: 100vh;
		padding: 3rem;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 0;
		z-index: 999;
	}
	
	.modal-container .modal-toggle:checked ~ .modal-backdrop {
		z-index: 999;
	}
	
}

.modal-container {
	padding: 0.5rem 0;
	width: 100%;
}

.modal-container .button-primary {
	margin: 0 auto;
    display: block;
	background-color: var(--button-background);
}

.gallery-button {
	margin: 0 auto 1rem auto;
    display: block;
	width: fit-content;
}

.gallery-button:last-of-type {
	margin: 0 auto;
}

.gallery-div {
	margin-bottom: 2rem;
}

.modal-container:hover .button-primary {
	background-color: var(--button-background-highlight);
	font-weight: 800;
}

.modal-container ~ .button {
	margin: 0 auto 1rem auto;
    display: block;
	width: fit-content;
}

/* Home Styles */

#home_section {
	margin-top: 15rem;
}



.nav_icon_links {
	font-size: 2.5rem;
	font-family: "dystopian", sans-serif;
    position: relative;
    text-shadow: 0px 0px 40px rgba(0,0,0,0.7);
    text-align: center;
	display: block;
	font-weight: 300;
	width: 100%;
	background-color: #ffffff;
    background-image: linear-gradient(45deg, #cefdfa, #fbfafd);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

/*.nav_icon_links:after {
    text-align: center;
    font-size: 2.5rem;
    content: attr(data-text);
    position: absolute;
    left: 0px;
    z-index: -1;
    -webkit-text-stroke: 3px var(--link-color-highlight);
    font-size: 1em;
}*/

.nav_icon_links:hover {
	/*color: var(--link-color-highlight);*/
}

/*About Styles*/
#about_section {
	width: 60vw;
}

#about_section p {
	background: rgba(0,0,0,0.6);
}

/*Screenplay Styles*/
#screenplays_section {
	width: 60vw;
}

#screenplays_section p {
	background: rgba(0,0,0,0.6);
}

#header_image_desktop {
	display: block;
	padding: 0 0 2rem 0;
}

#header_image_mobile {
	display: none;
}

.screenplay-image-icons {
	position: relative;
    display: block;
}

.screenplay-image-icons > img:hover, .screenplay-image-icons > img:active {
	filter: contrast(0.8);
}

.featured-screenplay .screenplay_icon_links{
	font-size: 4rem;
}

/*.nav-image-icons > img:hover, .nav-image-icons > img:active{
	box-shadow: 1px 1px 50px var(--link-color-highlight);
    border: 1px solid var(--link-color-highlight);
}*/

.screenplay_icon_links {
	display: block;
    text-align: center;
    padding: 1rem 1rem 2rem 1rem;
    box-sizing: border-box;
    font-family: "dystopian", sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
}

/* Screenplay Info Styles */
#screenplay_info_section {
	width: 60vw;
}

#screenplay_info_section p {
	background: rgba(0,0,0,0.6);
}

#screenplay_info_section .block-img img {
	margin: 0 auto;
	display: block;
	width: 100%;
}

/* Gallery Styles */

.gallery_nav {
	display: block;
	clear: both;
	/* width: 80%; */
	/* text-align: center; */
}

.gallery_nav a {
	color: var(--nav-link-color);
}

.gallery_nav a:hover, .gallery_nav a:active, .gallery_nav a:focus {
	border: 1px solid var(--nav-link-color-hover);
	color: var(--nav-link-color-hover);
	border-width: 2px;
	/*--link-color-main: rgba(255,255,255,1);
	--link-color-highlight: rgba(198,221,220,1);
	--social-link-color: rgb(255,255,255);
	--nav-link-color: rgb(255,255,255);
	--nav-link-color-hover: rgb(216,255,253);
	--nav-mobile-bg-color: rgba(0,0,0,0.4);
	--button-text-color: rgb(255 255 255);
	--button-text-color-highlight: rgb(0 0 0);
	--button-background: rgb(125 184 178);
	--button-border: rgb(215 254 250);
	--button-background-highlight: rgb(215 254 250);
	--main-text-color: rgb(255 255 255);
	--red-highlight: rgb(183 50 34);*/
}

#nav_selected {
	color: var(--button-text-color);
	background-color: var(--button-background);
	border-color: var(--button-border);
}

#nav_selected:hover {
	color: rgb(0 0 0);
	border: 2px solid var(--button-background);
}

.gallery_nav .button-primary {
	background-color: var(--nav-link-color);
	border-color: var(--nav-link-color);
}

.gallery_nav .button-primary:hover, .gallery_nav .button-primary:active {
	background-color: var(--nav-link-color);
	border-color: var(--nav-link-color);
	border: 1px solid currentColor;
}

.gallery_cat_title {
	text-align: center;
}

.gallery-piece-name h3 {
	font-size: 2.7rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
}

.gallery-piece-desc {
	font-style: italic;
	text-align: justify;
}

/* Contact Styles */
textarea {
    min-height: 25vh;
}

label {
	font-weight: 500;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	color: rgb(0,0,0);
}

/* Footer */

footer {
	text-align: center;
}

footer p {
    color: var(--main-text-color);
    position: relative;
    text-shadow: 0px 0px 40px rgba(0,0,0,0.7);
    margin: 0 auto;
	display: inline-block;
	font-size: 1.5rem;
}

.social_links {
	display: inline-block;
	vertical-align: middle;
}

/*footer p:after {*/
    /*text-align: center;*/
   /* content: attr(data-text);
    position: absolute;
    left: 0px;
    z-index: -1;
    -webkit-text-stroke: 3px var(--link-color-highlight);*/
    /*font-size: 1em;*/
/*}*/

#footer_nav li {
	list-style: none;
	display: inline-block;
	margin: 0 0.5rem;
}

@media (min-width: 540px) {
	.social_links {
		margin-left: 2rem;
	}
}

@media (min-width: 1025px) {
	section{
		position: relative;
		top: -5rem;
	}
	
	.gallery_nav {
		/* width: 80%; */
	}
	
}

@media (max-width: 1500px) {
	.container {
		width: 90%;
	}
}


@media (max-width: 1024px) {
	body {
		background-image: url('../assets/images/backgrounds/dark_dreams_mobile_bg_v3.jpg');
		background-size: cover;
		background-position: top right;
		background-repeat: no-repeat;
		background-color: rgb(0,0,0);
	}
	
	.container {
		width: 100%;
	}
	
	#header_mobile {
		display: block;
		width: 83vw;
		margin-bottom: 1rem;
	}
	
	#header_desktop{ 
		display: none;
	}
	
	.breadcrumb {
		margin-top: 1rem;
	}
	
	#header_image_desktop {
		display: none;
	}

	#header_image_mobile {
		display: block;
		height: 50vh;
	}
	
	.block-img img {
		width: 100%;
	}
	
	h1 {
		font-size: 3rem;
	}
	
	h2 {
		font-size: 2.6rem;
	}
	
	h3, .gallery-piece-name h3 {
		font-size: 2rem;
	}
	
	h4 {
		font-size: 1.4rem;
	}
	
	#home_section {
		margin-top: 5vh;
	}
	
	#home_section .cropped-image {
		height: 35vh;
	}
	
	#about_section {
		width: 100%;
	}
	
	#screenplays_section {
		width: 100%;
	}
	
	#screenplay_info_section {
		width: 100%;
	}
	
	.featured-screenplay .cropped-image, .featured-screenplay .cropped-image-top, .featured-screenplay .cropped-image-bottom {
		height: 50vh;
	}
	
	.cropped-image, .cropped-image-top, .cropped-image-bottom {
		height: 25vh;
	}
	
	.featured-screenplay .screenplay_icon_links {
		font-size: 2.6rem;
		line-height: 4rem;
		padding-bottom: 2rem;
	}
	
	.screenplay_icon_links, .nav_icon_links {
		font-size: 2rem;
		padding: 0rem 1rem 1rem 1rem;
	}
	
	.gallery_nav a {
		width: 100%;
	}

}

@media (max-width: 1024px) and  (orientation: landscape) {
	#home_section .cropped-image {
		height: 90vh;
	}
}

@media (min-width: 1001px) and (max-width: 1024px) {
	#home_section {
		margin-top: 15rem;
	}
}

@media (max-width: 550px) {
	#header_mobile {
		display: block;
		width: 73vw;
		margin-bottom: 1rem;
	}
}




