html {
box-sizing: border-box;
font-family: "Helvetica neue";

}

header {
	text-align: center;
}

nav > ul {
	list-style: none;
	text-align: center;
	display: flex;
	justify-content: center;
	background: #909909; 
	padding-left: 0;
}


nav > ul > li > a {
	padding: 10px 15px;
	background-color: white;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	color: lightyellow;
	font-size: 30px;
	text-transform: uppercase;
	font: bold;
	text-align: left;
	font-weight: bold;
	-webkit-text-stroke: 1px black;
	max-width:100%;
}

nav > ul > li > a:hover {
	background-color: orange;
	color: orange;
}

nav > ul > li > a:link {
	background-color: orange;
}

a[href="Highlight1.html"] {
	background-image: url("../Images/JanMar/img14.jpg");
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: 5% 30%;
	width: 235px;
	height: 620px;
}

a[href="Highlight2.html"] {
	background-image: url("../Images/AprJun/img28.jpg");
	background-repeat: no-repeat;
	background-size: 500px;
	background-position: 5% 30%;
	width: 235px;
	height: 620px;
}

a[href="index.html"] {
	background-image: url("../Images/Home.JPG");
	background-repeat: no-repeat;
	background-size: 500px;
	background-position: 80% 30%;
	width: 235px;
	height: 620px;
	font-size: 60px;
	text-align: center;
}
a[href="Highlight3.html"] {
	background-image: url("../Images/JulSep/img34.jpg");
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: 50% 20%;
	width: 365px;
	height: 620px;
}

a[href="Highlight4.html"] {
	background-image: url("../Images/OctDec/img42.JPG");
	background-repeat: no-repeat;
	background-size: 500px;
	background-position: 30% 30%;
	width: 235px;
	height: 620px;
	text-position: bottom;
}

main {
	justify-content: center;
}

h1{
color: white;
text-transform: uppercase;
font-size: 60pt;
-webkit-text-stroke: 1px black;
}

h2{
text-align: center;
color: white;
text-transform: uppercase;
-webkit-text-stroke: 1px black;
font-size: 50px;
}

table { 
align: center;
text-align: justify;
line-height: 30px;
}

td{
width: 700px;
padding: 10px;
}

body {
background-color: lightyellow;
}

section{
	box-sizing: border-box;
	margin: 10px;
	text-align: Center;
}

div {
font-size: 4pt;
}

div > a {
text-decoration: none;
}

#orange {
background-color: white;
}

footer {
background-color: ;
Text-align: center;
}

#follow {
display: block;
list-style: none;
display: flex;
justify-content: center;
padding: 0px;
margin: 5px;
}

footer > ul > li {
padding-right: 10px;
padding-left 10px;
width: 50px;
}

#arsa {
transform:rotate(180deg);
}

p { 
text-align: justify;
line-height: 35px;
font-size: 16pt;
margin: 20px;
font-weight: lighter;
}

#foot {
text-align: center;
line-height: 30px;
text-justify: justified;
font-weight: lighter;
font-size: 16pt;
}