@media only screen and (max-width: 1000px) {
	body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(https://i.ibb.co/qF5cNXh8/pexels-hngstrm-1939485.jpg);
  z-index: -1;
}
	img {
		display: none;
	}
}

body {
	background-image: url(https://i.ibb.co/qF5cNXh8/pexels-hngstrm-1939485.jpg);
	background-attachment: fixed;
	margin-left: 3rem;
}
header {
	display: inline-block;
	font-size: 25px;
	font-family: "Times New Roman";
	background: linear-gradient(.25turn, rgb(113, 113, 113), rgb(212, 212, 212), rgb(113, 113, 113));
	text-align: center;
	margin-right: 30rem;
	margin-left: 27rem;
	border-radius: 1rem;
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 1rem;
}
a:link {
	color: black;
}
a:hover {
	background-color: #c72dba;
}
.imgGallery a:hover {
	background-color: transparent;
}
#a {
	list-style-type: disc;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 25px;
	background: linear-gradient(.25turn, rgb(113, 113, 113), rgb(212, 212, 212), rgb(113, 113, 113));
	margin: 20px;
	margin-left: 60px;
	border-radius: 20px;	
	box-shadow: rgba(157, 157, 157, 0.55) 0px 54px 55px, rgba(107, 105, 105, 0.52) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}
#b {
	list-style-type: circle;
}
.bottom {
	font-family: Times New Roman;
	position: fixed;
	background: linear-gradient(.25turn, rgb(113, 113, 113), rgb(212, 212, 212), rgb(113, 113, 113));
	border-radius: 10px;
	width: 180px;
	margin: 10px;
	box-shadow: rgba(157, 157, 157, 0.55) 0px 54px 55px, rgba(107, 105, 105, 0.52) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}
.bottom a:link, a:hover, a:visited {
	color: black;
}
.bottom a {
	text-decoration: none;
	margin: .675rem;
}
.column {
	display: block;
	float: left;
}
section {
	display: inline-block;
}
.imgGallery img {
	max-width: 25rem;
	height: auto;
	border-radius: 2rem;
	box-shadow: rgba(157, 157, 157, 0.55) 0px 54px 55px, rgba(107, 105, 105, 0.52) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	margin-bottom: 60px;
}
.imgGallery li {
	list-style-type: none;
}
hr {
	border: none;
}
