@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&family=Lora:ital@1&family=Oswald:wght@500&family=Raleway&display=swap');
/*
font-family: 'Annie Use Your Telescope', cursive;
font-family: 'Lora', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
*/
body{
	color: #004444;
	background: white;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
footer{
	color: white;
	background: #004444;
	padding: 10px;
}
button{
	color: white;
	background: #ee6688;
	border: none;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 2em;
}
h2{
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	font-weight: 100;
}
h3{
	font-family: 'Lora', serif;
	font-size: 1.7em;
}
hr{
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.pushdown{
	margin-top:50px;
	margin-left: 150px;
}
p{
	color: #004444;
	line-height: 1.7;
	font-weight: 400;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0;
}
p.sans{
	font-family: 'Lora', serif;
}
p.annie{
	font-family: 'Annie Use Your Telescope', cursive;
	font-size: 1.3em;
	line-height: 1;
}
p.highlight{
	margin-left: 8%;
	margin-right: 10%;
	padding-left: 2%;
	border-left: 10px solid #d1ffff;
}
img.photogrid{
	width: 30%;
	float: left;
	margin: 1.66666%; 
}
table{
	background: #d1ffff;
	margin-top: 10px;
	margin-bottom: 10px;
}
thead{
	background: #004444;
	color: white;
}
th {
	padding: 10px;
}
tr:nth-of-type(2){
	background: white;
}
td {
	padding: 5px;
	margin: 0px;
}
footer {
		color: white;
	}