/* Basic CSS resets -- leveling slight inconsistencies in browsers */
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

html {
		/* Standard text-settings below */
	font-size: 1em;
    line-height: 1.4em;
}


/* Mobile First CSS: we'll design for phone sizes first, then add media queries for larger screens later */


body {
	background:rgb(193, 239, 0);
	
}


#container {
	width:100%;
	margin:auto;
	background:rgb(193, 239, 0);
}

main{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

h1{
	text-decoration: none;
	font-family: "Rubik Broken Fax", system-ui;
	font-size: 2.05em;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}

figcaption{
	display: table-caption;
	position: relative;
	margin: 0px;
	caption-side: top;
	text-align: right;
	padding: .75em;
	background: rgb(44, 53, 7);
	color:rgb(193, 239, 0);
	text-decoration: none;
	font-family: "Sixtyfour", "Candara", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: .95em;
	word-spacing: -8px;
	letter-spacing: -1.5px;
	line-height: -10px;
	font-variation-settings:
		"BLED" 50,
		"SCAN" -7;
}

figcaption a{
	text-decoration: none;
	color: rgb(193, 239, 0);
	font-family: "Rubik Broken Fax", system-ui;
	font-size: 1.5em;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}

.figcaption a:hover{
	text-decoration: none;
	color: rgb(193, 239, 0);
	font-family: "Rubik Glitch", system-ui;
	font-size: 1.8em;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}

.credit{
	display: none;
}

header{
	background: rgb(44, 53, 7);
	color:rgb(193, 239, 0);
	padding:2em;
	text-align:center;
}

footer{
	background: rgb(193, 239, 0);
	color:rgb(44, 53, 7);
	padding:3%;
	text-align: center;
	font-family: "Sixtyfour", "Candara", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: .95em;
	letter-spacing: -2px;
	font-variation-settings:
		"BLED" 50,
		"SCAN" -7;
}

nav ul {
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	padding-left:0px;
	margin: 0px;
}

nav li{
	flex: 1 0 auto;
	text-decoration: none; 
	background: rgb(193, 239, 0);
	color:rgb(44, 53, 7);
	text-align: center;
	font-family: "Sixtyfour", "Candara", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: bold;
	font-size: .95em;
	letter-spacing: -2px;
	font-variation-settings:
		"BLED" 50,
		"SCAN" -7;
}

nav li:hover{
	font-family: "Rubik Glitch", system-ui;
	font-size: 2em;
}

nav a {
	display:block;
	text-decoration:none;
	padding:1em;
	background: rgb(193, 239, 0);
	color: rgb(44, 53, 7);
	text-align: center;
}

figure {
	display: table;
	margin:0px;
}

figure img {
	width: 100%;
}

section {
	display: flex;
	background:rgb(193, 239, 0);
	flex-direction: column;
}

section p{
	font-family: "Sixtyfour", "Candara", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: .95em;
	word-spacing: -5px;
	letter-spacing: -1.5px;
	line-height: -10px;
	font-variation-settings:
		"BLED" 50,
		"SCAN" -7;
	padding:3%;
	margin: 0px;
	color: rgb(44, 53, 7);
}

figure.responsive {
    position: relative;
    padding-bottom: 56.25%;  /* 16:9 */
    height: 0px;
    overflow: hidden;
    max-width: 100%;
}

figure.responsive iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}




/* ========================================
MEDIA QUERIES!
You can adjust the min-width numbers below, and add as many new media queries as you need.
======================================== */



/* Minimum width for laptops. */
@media all and (min-width: 769px) {
	
main {
	display: flex;
}

h1{
	font-size: 5em;
}
	
figure, section, section p{
	flex: 1 1 50%;
	font-size: 1.1em;
}

section figure{
	flex: 1 1 65%;
}

figcaption{
	display: none;
}

section{
	flex-direction: row;
}

footer{
	padding-right: 5%;
	font-size: 1.1em;
}
	
.credit{
	display: table-caption;
	position: relative;
	margin: 0px;
	caption-side: top;
	text-align: right;
	padding: .75em;
	background: rgb(44, 53, 7);
	color:rgb(193, 239, 0);
	text-decoration: none;
	font-family: "Sixtyfour", "Candara", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: .95em;
	word-spacing: -8px;
	letter-spacing: -1.5px;
	line-height: -10px;
	font-variation-settings:
		"BLED" 50,
		"SCAN" -7;
}

.credit a{
	text-decoration: none;
	color: rgb(193, 239, 0);
	font-family: "Rubik Broken Fax", system-ui;
	font-size: 1.4em;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}

.credit a:hover{
	text-decoration: none;
	color: rgb(193, 239, 0);
	font-family: "Rubik Glitch", system-ui;
	font-size: 1.8em;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}
} /* closes 769px+ */




/* Minimum width for desktop screens. */
@media all and (min-width: 1024px) {

	section p{
		font-size: 1.3em;
		line-height: 1.2em;
	}
	
	
	
	
} /* closes 1024px+ */





