body {
    background-color: forestgreen ;
    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
	background-image: linear-gradient(to bottom, #FFFFFF, forestgreen);
    background-repeat: no-repeat;
}

header {
    background-color: #FFFFFF;
    color: #000000;
    height: 60px;
	text-align: center;
    border-color: #000000;
    border-width: 3px;
    border-style: solid;
}

nav {
    background-color: #000000;
    font-weight: bold;
    margin-top: 0;	
    text-align: center;
    padding: 1em;
}
nav a { text-decoration: none; }

nav a:link { color: #ffffff; }
nav a:visited { color: #ffffff;}
nav a:hover { color: forestgreen;}

main {
    padding: 1px 20px 20px 20px;
    display: block; 
}

#wrapper { width: 80%; margin: auto;
    background-color: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 3px 3px 3xp #333;
}

figcaption {
    font-weight: bold;
    font-style: italic;
    font-size: .75em;
}

#homehero { 
    height: 500px;
    background-image: url(Hero-ireland.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%; }

#gallery { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

