    a {
        color: #ffff66;
    }

    body {
        background-color: #4DD0E1;
        background-image: url('../images/site_graphics/backgrounds/main_bg.jpg');
    }

    .c1 {
        background-color: #4A794C;
        color: white;
        display: flex;
        justify-content: center;
    }

    .c2 {
        width: 80%;
    }

    .c3 {
        background-color: #4A794C;
        color: white;
    }

    .divGalleryDisplay {
	    align-items: center;
	    bottom: 0;
	    height: 40%;
		left: 0;
	    margin: auto;
        overflow: auto;
	    position: fixed;
        right: 0;
        width: 75%;
    }

    .divGalleryDisplayHoriz {
	    align-items: center;
	    bottom: 0;
	    height: 40%;
		left: 0;
	    margin: auto;
        overflow: auto;
	    position: fixed;
        right: 0;
        width: 40%;
    }

.gallery-item {
  pointer-events: auto;
    }

    .h1 {
        align-items: center;
        background-image: url('../images/paisley_blue_header.jpg');
        background-repeat: repeat-x;
        display: flex;
        height: 50px;
        justify-content: center;
        width: 100%;
    }

    .h2 {
        background-color: white;
        border: 2px solid black;
        border-color: black;
        color: black;
        height: 70%;
        font-size: 25px;
        text-align: center;
        width: 65%;
    }
    
    iframe {
		height: 230px;
		pointer-events: none;
    }

    .navigation {
        align-items: center;
        background-color: #8800CC;
        border: 0px;
        color: yellow;
        justify-content: center;
}

    .vp480x360 {
		align-items: center;
		background-image: url('../images/site_graphics/backgrounds/pexels-karolina-grabowska-5993559.jpg');
		height: 365px;
		justify-content: center;
		width: 480px;
}
    .vp480x360horiz {
		background-image: url('../images/site_graphics/backgrounds/pexels-karolina-grabowska-5993559.jpg');
		height: 540px;
		width: 720px;
}

		)