* {
	box-sizing: border-box;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
	float: left;
	padding: 5px;
}

header {
	background: linear-gradient(to right, #7788AA, #4E638E);
	color: white;
	padding: 10px;
	font-family: monospace;
	text-align: center;
}
main{
	padding: 10px;
	font-family: monospace;
	display: inline-flex;
	justify-content: center;
}
input {
	padding: 2px;
	margin: 2px;
}
aside {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
article {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
footer {
	display: inline-flex;
	width: 100%;
	text-align: center;
	background: linear-gradient(to right, #7788AA, #4E638E);
	color: white;
	text-align: center;
	font-family: monospace;
	font-size: 16px;
	padding: 25px; 
	justify-content: center;
}
img {
	width: 200px;
	height: 200px;
	object-fit: contain;
	padding: 2px;
}
h1 {
	text-align: center;
}
h2 {
	background-color: #42b0f5;
	padding: 5px;
	text-align: center;
}
.menu-content {
	height: 700px;
	font-size: 16px;
	padding: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #136191;
	border-radius: 15px;
	justify-content: center;
}
.btn {
	width: 150px;
	height: 40px;
	padding: 10px;
	border-radius: 10px;
	border: thin;
	margin-top: 30px;
	margin-bottom: 5px;
	color: #FAFAFA;
	font-weight: bolder;
	font-size: 18px;	
	background-color: #0080FF;	
	outline: none;
	cursor: pointer;
}
.btn:hover {
	background-color: #0174DF;
	color: #E6E6E6;
	box-shadow: 3px 3px 3px #888888;
	transition: .2s ease all;
}
.gallery {
	height: 700px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #136191;	
	justify-content: center;
	overflow-y: scroll;
}
.thumbs {
	display: inline-block;
	text-align: center;
	justify-content: center;
	border: 1px solid #38e1ff;
	border-radius: 5px;
	padding: 2px;
	margin: 2px;
}