@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}


/* Basic */

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: dotted 1px;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		color: #000000;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #000000;
		font-weight: 800;
		letter-spacing: 0.025em;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

h1 {
		font-size: 1.75em;
		line-height: 1.75em;
	}

		@media screen and (max-width: 736px) {

			h2 {
				font-size: 1.1em;
				line-height: 1.1em;
			}

		}

	h2 {
		font-size: 1.35em;
		line-height: 1.35em;
	}

		@media screen and (max-width: 736px) {

			h2 {
				font-size: 1.1em;
				line-height: 1.1em;
			}

		}

	h3 {
		font-size: 1.15em;
		line-height: 1.15em;
	}

		@media screen and (max-width: 736px) {

			h3 {
				font-size: 1em;
				line-height: 1em;
			}

		}

	h4 {
		font-size: 1em;
		line-height: 1em;
	}

	h5 {
		font-size: 0.8em;
		line-height: .8em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 0.7em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #000000;
		margin: 3em 0;
	}

		hr.major {
			margin: 4.5em 0;
		}

	blockquote {
		border-left: solid 4px #f5f5f5;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		letter-spacing: 0;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}





	html {
		background: #f5f5f5;
		padding-top: 2em;
		padding-left: 2em;
		padding-right: 2em;
		font-family: monospace;
	}

	header {
		background: #f5f5f5;
		margin-right: auto;
		margin-left: auto;
		max-width: 736px;
		padding-left: 1-px;
	}

	body {
		margin-right: auto;
		margin-left: auto;
		max-width: 736px;
		padding-right: 10px;
		padding-left: 1-px;
	}


	header, body, footer, textarea, input, form {
		font-size: 15pt;
	}
		@media screen and (max-width: 1680px) {

			header, body, footer, textarea, input, form {
				font-size: 13pt;
			}
		}
		@media screen and (max-width: 1280px) {

			header, body, footer, textarea, input, form {
				font-size: 12pt;
			}
		}
		@media screen and (max-width: 736px) {

			header, body, footer, textarea, input, form {
				font-size: 11pt;
			}
		}

ul {list-style: none;
	padding: 0;
	}

input {
	width: 50%;
	margin: 1% 1%;
	font-family: monospace;

}
textarea {
	width: 100%;
	margin: 1% 1%;
	font-family: monospace;
}

input[type = submit] {
            background-color: #000000;
            border: none;
            text-decoration: none;
            color: white;
            padding: 1% 1%;
            margin: 1% 1%;
			width: 30%;
			cursor: pointer;
         }

input[type = reset] {
            background-color: #000000;
            border: none;
            text-decoration: none;
            color: white;
            padding: 1% 1%;
            margin: 1% 1%;
			width: 30%;
			cursor: pointer;
         }

.my-video {
					margin: 0;
					border: 10px outset #ddd;

}


.dark-mode {
  background-color: black;
  color: white;
}
