p {
	color: blue;
	font-family: times new roman;
	font-size: 17px;
}

body { 
 background-color: grey
}



h1 {color: blue;
	text-align: center;
	font-family: bitter;
	font-size: 72px;
	margin: auto;
}


#header {
	background: grey;
	max-width: 900px;
	width: 90%;
	position: relative;
	margin-bottom: 5px;
	padding: 2px 2px;
}

#header img {
	<img src="header3.png">
	width: 100%;	
}


#nav {
	background: grey;
	max-width: 900px;
	width: 90%;
	position: relative;
	margin: auto;
	font-family: times new roman;
	font-size: 20px;
}

#section {
	background: grey;
	max-width: 900px;
	width: 90%;
	position: relative;
	margin: auto;
}

#footer {
	background: grey;
	max-width: 900px;
	width: 90%;
	position: relative;
	margin: auto;
}



a {
	color: blue;
}

a:hover {
	color: red;
}




.sidebar {
float: right;
width: 30%;
height: auto;
border: 1px solid white;
margin-left: auto;
margin-right: auto;
}


.sidebar-bottom {
display: none;
}

@media screen and (max-width: 480px) {

.sidebar {
display: none;
}

.sidebar-bottom {
display: block;
position: relative;
width: 90%;
height: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
border: 1px solid white;
background: white;
}
}

.sidebar {
float: right;
width: 30%;
height: auto;
border: 1px solid white;
margin-left: auto;
margin-right: auto;
}

.sidebar-bottom {
display: none;
}

@media screen and (max-width: 480px) {

.sidebar {
display: none;
}

.sidebar-bottom {
display: block;
position: relative;
width: 90%;
height: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
border: 1px solid white;
background: white;
}
}









a:visited {
}

#nav li {display: inline;
			padding-right: 50px;
}

#nav ul { text-align: center; 

}


#extra {
	background: grey;
	width: 400px;
	position: relative;
	margin: auto;
}

table {
background: tan;
border: 1px solid black;
font font-family: arial;
color: black;
margin: auto;
max-width: 500px;

}

th {
	text-align: left;

}

th, td {
border: 1px solid black;

}

.centerme {
	margin: auto;
	display: block;
}


@import url('https://fonts.googleapis.com/css2?family=Bitter&display=swap');



@media screen and (max-width: 500px) {
	.sidebar-bottom {
display: none;
}
}


.orson {
	max-width: 400px;
	height: 350px;
	width: 100%;
}




.skate {
	max-width: 500px;
	width: 100%
}






