html { box-sizing: border-box }
*, *:before, *:after { box-sizing: inherit }
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl,
dt, dd, blockquote, iframe, address{ margin: 0; padding: 0 }

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: white;
	font-size: 40px;
	font-weight:normal;
	/*letter-spacing:-0.01em;
	max-width: 120em;*/
	line-height: 150%;
	padding: 20px 40px 75px;
	text-align: none;
	background-color:#000033;
}


h1 {
	text-align: center;
	font-size: 60%;
}

h5 {
	text-align: left;
	font-size: 60%;
}

h6 {
	text-align: right;
	font-size: 60%;
}

img {
    max-width:100%;
    height:auto;
		padding: 0%;
}

a {
	color: #ff4b98;
	text-decoration: none;


}


@media only screen and (device-width: 1280px),
only screen and (max-width:1280px)

  body {
		font-size: 40px;
	}

	.statement {
		font-size: 40px;
		line-height: 100%;

	}

	.name {
		font-size: 60px;

		}

	.eagle {
		font-size: 30px;
		font-family: 'Eagle Lake', cursive;
		line-height: 110%;
		text-align: right;
		color:#ff4b98;
		text-shadow: 0 0 8px white;

			}


		.sticky {
				font-size: 60px;
			  position: -webkit-sticky;
			  position: sticky;
			  top: 0;
			  padding: 5px;
				margin-top: auto;
	}

	a {
		color: #ff4b98;
		text-decoration: none;
		text-shadow: 0 0 8px white;
	}

	a:visited {
		color: #ff4b98;
		text-decoration: none;
	}

/*
a:active {
  color: black;
}
*/

	a:hover {
		color:white;
	}

	code {
		white-space: pre;
	}


.center {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;


}


.center-img {
	width: 100%;
	max-width: 70%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: : white
}

	.caption {
		font-size: 30%;
		font-family: 'Eagle Lake', cursive;
		line-height: 100%;
		text-align: center;
		margin-left: 100px;
		margin-right: 100px;

	}

	.iframe {
		display:block;
		margin:auto;
		align: center;
	}

ul {
  list-style-type: none;
  margin-top: 50px;
  padding: 0;
  overflow: hidden;
  background-color: #000033;
	position:relative;
	display: block;
}
