html 
{
	scroll-behavior: smooth;
	background: white;
    background-image: url(images/lined-paper.png);
    background-size: cover;
	font-display: swap;
}
body
{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
h1, h2{
	margin: 0;
}
.line {
	position: relative;
	display: block;
    border-color: darkslategray;
}
.spacer{
	position: relative;
	display: block;
	border-color: rgba(0,0,0,0.00);
}

#header_banner
{
	position: relative;
	display: block;
	width: 100%;
}
#header_logo
{
	position: relative;
	display: block;
	width: 30vw;
	left: 50%;
	margin-top: 2vw;
    margin-bottom: 2vw;
	transform: translateX(-50%);
	z-index: 2;
}

#header_divider
{
	margin-top: -1vw;
	width: 100%;
	z-index: 2;
}

#content-bg{
    position: absolute;
    display: block;
    background-color: rgba(253,253,245,0.8);
    border: .2vw solid rgba(227,227,216,0.8);
    overflow: auto;
    margin-top: -1vh;
    width: 69vw;
    height: 282vw;
    left: 50%;
    transform: translateX(-50%);
	z-index: -1;
}

#theatre_screen
{
	position: relative;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	height: 35vw;
	margin: 0;
	margin-top: 2vw;
    margin-bottom: 2vw;
	z-index: 1;
}
#theatre_screen_2
{
	position: relative;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 25vw;
	margin: 0;
	margin-top: 1vw;
    margin-bottom: 2vw;
	z-index: 1;
}
#about
{
	padding-top: vh;
	position: relative;
	display: block;
	left: 50%;
	transform: translateX(-50%);
}
#about-subtitle
{
	color: darkslategray;
	font-family: 'Oswald', serif;
	font-size: 5vw;
	text-align: center;
}
#about-caption
{
	color: darkslategray;
	font-family: 'Figtree';
	font-weight: 100;
	font-size: 1.5vw;
	text-align: center;
    padding-bottom: 1vw;
}

#our-work
{
	padding-top: 2vh;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#our-work-subtitle
{
	color: darkslategray;
	font-family: 'Oswald', serif;
	font-size: 4vw;
	text-align: center;
}
.portfolio-block-left
{
	background-color: rgba(232,232,232,0.60);
	position: relative;
	float: left;
	top: 1vh;
}
.portfolio-block-right
{
	background-color: rgba(206,206,206,0.60);
	position: relative;
	float: left;
	top: 1vh;
}
.portfolio-subtitle-left
{
	color: darkslategray;
	font-family: 'Oswald', serif;
	font-size: 2.5vw;
	text-align: left;
	padding-left: 18vw;
	padding-top: 4vh;
}
.portfolio-subtitle-right
{
	color: darkslategray;
	font-family: 'Oswald', serif;
	font-size: 2.5vw;
	text-align: right;
	padding-right: 18vw;
	padding-top: 4vh;
}
.subtitle-centre
{
	color: darkslategray;
	font-family: 'Oswald', serif;
	font-size: 2vw;
	text-align: center;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.portfolio-caption-left
{
	position: relative;
	color: darkslategray;
	width: 40%;
	font-family: 'Figtree';
	font-weight: 100;
	font-size: 1.2vw;
	text-align: left;
	top: -0.5vh;
	padding-left: 18vw;
    padding-bottom: 4vh;
}
.portfolio-caption-right
{
	position: relative;
	float: right;
	color: darkslategray;
	width: 40%;
	font-family: 'Figtree';
	font-weight: 100;
	font-size: 1.2vw;
	text-align: right;
	top: -0.5vh;
	padding-right: 18vw;
    padding-bottom: 4vh;
}
.portfolio-image-left
{
	position: absolute;
	padding-right: 18vw;
	right: 0;
	top: 50%;
  	-ms-transform: translateY(-50%);
 	 transform: translateY(-50%);
}
.portfolio-image-right
{
	position: absolute;
	padding-left: 18vw;
	left: 0;
	top: 50%;
  	-ms-transform: translateY(-50%);
 	 transform: translateY(-50%);
}

#contact-subtitle
{
	padding-top: 0vh;
	color: darkslategray;
	font-family: 'Playpen Sans', cursive;
	font-weight: 500;
	font-size: 2vw;
	text-align: center;
	margin-bottom: 0;
}
#email-caption
{
	position: relative;
	display: block;
	color: darkslategray;
	font-family: 'Playpen Sans', cursive;
	font-weight: 100;
	font-size: 1.5vw;
	text-align: center;
	margin: 00 1vh 0;
}

#footer
{
	padding-top: 6vh;
	position: relative;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	color: darkslategray;
	font-family: 'Montserrat', serif;
	font-size: 1vw;
    font-weight: 100;
	text-align: center;
}

#icon-holder
{
	padding-top: 1vh;
}

#rocket-sketch{
    top: 22vw;
    left: 83.5vw;
}
#stick-figure-sketch{
    top: 50.075vw;
    left: 1vw;
}

.sketch{
    position: absolute;
    display: block;
    width: 15vw;
}

.fa {
  	padding: 1.25vw;
  	width: 5vh;
  	text-align: center;
  	text-decoration: none;
	color: darkslategray;
}

.about_bold
{
	font-weight: 700;
}
.about_glow
{
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #000, 0 0 40px #000, 0 0 50px #000, 0 0 60px #000, 0 0 70px #000;
	font-weight: 400;
}

/* MODAL IMAGE VIEWER */
/* https://codepen.io/abmin/pen/jZKrze */

/* Style the Image Used to Trigger the Modal */
.framed-image
{
	width: 18vw;
	height: 18vw;
	border: 1vw;
	border-style: ridge;
	border-color: rgba(198,198,198,0.5);
	cursor: pointer;
    transition: 0.3s;
	z-index: 100;
}
.framed-image:hover { opacity: 0.8; }

/* The Modal (background) */
#image-viewer {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.modal-content { 
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
#image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}