/*
	Style Sheet for WilliamsonWoodshop
	Author:Tim Williamson
	Date:11/29/2022
	
	Filename: Website.css
	
*/

body	{
	/*margin-left: auto;
	margin-right: auto;*/
	margin:2%;
	background-color:burlywood;
}

h1		{
	color:blue; 
	font-size:3em
}

h2		{
	color:black;
	font-size:2em; 
	margin:0px,0px,0px,40px
}

ol		{
	font-weight:bold; 
	margin:0px,0px,0px,80px
}

#logo	{
	float:right
}

a		{
	font-weight: bold; 
	text-decoration:none
}

/* a:hover	{
	color:white; 
	background-color:black
} */

#page1 img, #page2 img{
	max-width:65%;
	padding: 10px;
}

section {
	font-size: 2em; 
	font-family:'Courier New', Courier, monospace;
	text-align: left;
}

.grid-container{
	display: grid;
	gap: 10px;
	grid-template-columns: 30% 30% 30%;
}

.gallery:hover{
	border: none;
}

img {
	width:100%
}

.navbar ul{
	list-style-type: none;
	background-color: rgb(48, 48, 59);
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.navbar a{
	color: white;
	text-decoration: none;
	padding: 15px;
	display: block;
	text-align: center;	
}

.navbar a:hover{
	background-color: rgb(97, 97, 129);
}

.navbar li{
	float: left;
}

figcaption{
	font-size: large;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}