* {
	font-family: Arial;
	margin: 0;
	padding: 0;
}

#bar nav {
	width: 100%;
}

#bar ul {
	text-align: right;
}

#bar ul li {
	list-style: none;
	display: inline-block;
	padding-top: 10px;
}

#bar ul li a {
	display: block;
	text-decoration: underline;
	color: white;
	font-size: 30px;
	padding: 0 20px;
	text-align: right;
}

img {
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 50px;
	color: white;
	font-family: Arial;	
}

#all {
	background-color: rgb(255,100,0);
	background-size: cover;
	height: 685px;
}

#topgrid {
	display: grid;
	grid-template-columns: auto auto;
}

#topgrid #logo {
	grid-column: 1/2;
	grid-row: 1/2;
}

#topgrid #top1 {
	grid-column: 1/2;
	grid-row: 1/2;
}

#logo {
	height: 170px;
	width: 170px;
	padding-left: 150px;
}

#topgrid #top1 {
	padding-left: 350px;
}

#info  {
	color: white;
	font-size: 22px;
	line-height: 28px;
}

#QR {
	height: 110px;
	width: 110px;
}

#lineid {
	height: 150px;
	width: 150px;
	padding-top: 10px;
}

#grid {
	display: grid;
	grid-template-columns: auto auto;
}

#grid #w1 {
	display: flex;
	position: relative;
}

#grid #w1 #sidebar {
	position: relative;
	width: 250px;
	height: 100%;
	/*background: rgb(25,52,255);*/
	/*background: rgb(202, 201, 201);*/
	background: rgb(128,128,128);
	padding: 0 20px;
}

#grid #w1 #sidebar h2 {
	color: white;
	text-align: center;
	font-size: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#grid #w1 #sidebar a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 25px;
	display: inline-grid;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 15px;
}

#grid #w1 #sidebar a:hover {
	background-color: rgb(145,145,145);
	border-radius: 2px;
	width: 220px;
}

footer {
	background-color: rgb(255,100,0);
	background-size: cover;
	height: 135px;
}

footer table {
	padding-top: 20px;
	padding-left: 50px;
}

footer #links {
	color: white;
	font-size: 20px;
	padding-right: 10px;
	padding-bottom: 8px;
}

footer img {
	height: 40px;
	width: 40px;
	padding-right: 50px;
}

footer #copy {
	color: white;
	font-size: 11px;
	padding-top: 30px;
	padding-left: 50px;
}