/* Enter your Styles below! */



body {background-image: url("https://i.imgur.com/MsgB7Lu.png");
  background-repeat: no-repeat;
  background-color: #cccccc;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1 {  
		font-size: 36px;
		font-weight: bold;
		background-color: transparent;}

header {padding-left: 50px;
	padding-top: 50px;}

nav {
	font-family: 'Concert One', cursive;
	font-size: 20px;
	}

a:link {color: rgb(130, 156, 199);
		text-decoration: none;}

a:visited {color: white;}

a:hover {text-decoration: underline overline #829CC7;}

main {
	display: grid;
	grid-template-columns: 40% 60%;
	grid-gap: 10px;
	padding-top: 50px;
	padding-bottom: 150px;
	margin: auto;
	width: 60%;
}


h1 {font-family: 'Concert One', cursive;}

nav ul { 
	display: flex;
	justify-content: center;
}
nav li { padding: 10px 20px; }



div.gallery {
	border-radius: 25px;
  margin: 10px;
  float: center;
  width: 400px;
  padding-left: 100px;
}



div.gallery img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}






.h1-img {margin-left: -50px;}

.two {font-family: 'Work Sans', sans-serif;
	color: rgb(130, 156, 199);
	font-size: 16px;
	padding-top: 200px;
	padding-left: 10px;
	line-height: 1.5;
	background-image: transparent;
} 	

.three {
	color: rgb(130, 156, 199);
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	display: grid;
	grid-template-columns: 280%;
	padding-bottom: 50px;
	padding-left: 150px;
	line-height: 1.5;
	background-image: transparent;
}

.four {
	color: rgb(130, 156, 199);
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	display: grid;
	grid-template-columns: 280%;
	padding-bottom: 50px;
	padding-left: 150px;
	line-height: 1.5;
	background-size: cover;
	 background-repeat: no-repeat;
	 background-image: transparent;
}

.five {
	color: rgb(130, 156, 199);
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	display: grid;
	grid-template-columns: 280%;
	padding-bottom: 50px;
	padding-left: 150px;
	line-height: 1.5;
	background-image: transparent;
}

.six {
	color: rgb(130, 156, 199);
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	display: grid;
	grid-template-columns: 280%;
	padding-bottom: 50px;
	padding-left: 150px;
	line-height: 1.5;
	background-image: transparent;
}

footer {color: rgb(130, 156, 199);
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;}


@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}