@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Fleur+De+Leah&family=Imperial+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Fleur+De+Leah&family=Imperial+Script&family=Spicy+Rice&display=swap');
.logo{
	margin: 0 auto;
	display: block;
}
body{
  font-family: "Spicy Rice", serif;
}
/* This is a comment */
.home-photo{
	float: right;
	max-width: 50%;
	height: auto;
	margin: 50px 0 10px 20px;
}
#home-hero{
	height: 200px;
	border-bottom: solid 4px yellowgreen;
	background-size: cover;
	background-repeat: no-repeat;
}
header h1 {
	font-size: 50px;
	padding-top: 3px;
	font-family: "Cookie", cursive;
	color: white;
	text-shadow: 2px 2px 2px black;
}
h2{
	border-bottom: 2px solid blueviolet;
}
header{
	text-align: center;
	background-image: url(images/home-hero-web.jpg);
	height: 60px;
	padding: 0;
	font-size: 10px;
}
nav{
  text-align: center;
  background-color: #9966ff;
  border-top: 3px solid yellowgreen;
  border-bottom: 3px solid yellowgreen;
  }
nav ul{
  list-style-type: none;
  padding: 0%;
  margin: 8px 0;
}
nav li{
 display: inline; 
 padding: 10px;
}
nav a{
  text-decoration: none;
}
nav a:link{
  color: black;
}
nav a:visited{
	color: black;
}
nav a:visited{
  color: #b300b3;
}
nav a:hover{
  color: #962a49;
}
nav a:active{
  color: green
}
main{
	background-repeat: no-repeat;
	background-image: url(images/pastel-flurry-scan-2026.png);
	max-width: 1000px;
	margin: 20px auto;
	padding: 10px;
}
footer{
	text-align: center;
	clear: both;
	background-image: url(images/home-hero-web.jpg);
	border-bottom: yellowgreen 3px solid;
	border-top: yellowgreen 3px solid;
}

/* Website Links except the nav*/
a:link{
	color: black;
}
a:visited{
		color: black;
}
a:hover{
	color: yellowgreen;
}
a:active{
	color: black;
}
h1{
	font-size: 4em;
}
.fa{
	font-size: 1em;
	color: black;
}
.gallery .preview{
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

.gallery .gallery-thumbnails img {
    width: 80px;
    height: 100px
    margin: 3px 10px 10px 0;
}

.gallery .gallery-thumbnails img:hover {
    opacity: 0.8;
    cursor: pointer;
}

.gallery .preview img#preview {
    padding: 1px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* CSS for Tables */
@media only screen and (max-width: 1024px)
		h1{
			font-size: 1.8em;
	}
}
/* CSS for Smartphones */
@media only screen and (max-width: 768px)
		h1{
			font-size: 1.5em;
	}
