/* Core Styles */

body {
	margin: 0;
	font-family: Arial, Helvetica, sas-serif;
	background: black;
	color: #333;
	font-size: 1.1em;
	line height: 1.5;
	text-align: center;
	}

#banner img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: auto;
  display: block;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

h1, h2, h3 {
	margin:0;
	padding: 1em 0;
}

ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	color:white;
	box-sizing: inherit;
}

p{
	margin:0;
	padding: 1em 0;
}

/* Header Showcase */

#showcase {
	min-height: 450px;
	color: #fff;
	text-align: center;
}

#showcase .bg-image {
	position: absolute;
	background: url('images/candy2.PNG');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 450px;
	z-index: -1;
	opacity: 0.6;
}

#showcase h1 {
	padding-top: 150px;
	padding-bottom:0;
}

/* Section C */

#section-c {
	background: #fff;
	color: #333;
	padding: 2em;
}

/* Section D / Boxes */

#section-d .box {
	padding: 2em;
	color: #fff;
}

#section-d .box:first-child {
	background: #336699;
}

/* Footer */

#main-footer {
	padding: 0em;
	color: #fff;
	text-align: center;	
}

#main-footer .footer-image {
	position: absolute;
	background: url('images/footername.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
	z-index: -1;
	opacity: 0.6;

#main-footer a {
	color: #2690d4;
	text-decoration: none;
	justify-items: center;
	
}

}

.picture-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    justify-items: center;
    grid-gap: 30px;
    grid-row-gap: 21px;
	margin: 47px;
}

.grid-box img {
    width: 100%;
}

@media print{
	#banner {
		display: none;
	}
}
