

@media only screen and (max-width: 600px) {
	

	.menu-btn {
	font-size: 18px;
   font-family: 'Arual', Arial, sans-serif;
   padding: 8px;
	color: black;
	}
	
	div.galleryContainer{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 0.2rem;
   		row-gap: 0.3rem;
	}
	
	.galleryOverlayText{
		display: none;
		box-sizing: border-box;
	}
	.carouselImg {
		margin-bottom: 5px
	}
	
	.ArrowContainer{
	margin-top: 20px;
	position: fixed;
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	width: 100%;
	padding-right: 10%;
	height: auto;
	box-sizing: border-box;
	}
	
	.Arrow{
	border-radius: 10%;
	padding: 0.75vh 2vh;
	background: white;
	color: #555;
	font-size: 22px;
	border: none;
	outline: none;
	margin: 0 0.25vw;
	opacity: 0.6;
	transition: 0.5s;
	}
}



@media only screen and (max-width: 1100px) and (min-width: 601px) {

	.menu-btn {
	font-size: 21px;
  	 font-family: 'Arual',Arial, sans-serif;
 	  padding: 8px; 
		color: black;
	}

	/*div.galleryContainer{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 0.5rem;
   		row-gap: 0.5rem;
	}*/
	
}

