/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background-color: rgba(104, 200, 220, .5);
    background-blend-mode: lighten;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 85%), rgba(-1, 0, 0, 0));
    height: 6em;
}
ul {
    display: flex;
    justify-content: end;
    position: relative;
    top: 2.4em;
    right: 3em;
    grid-gap: 3em;
}
a {
    text-decoration: none;
    background-color: lightpink;
    color: black;
    padding: .5em 2em;
    border-radius: .5em;
}
a:hover {
    background-color: palevioletred;
}
iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 900px;
}
img {
    width: 35%;
}
.contactBG1 {
    position: absolute;
    top: -6%;
    right: 62%;
    z-index: -1;
    opacity: .2;
    min-width: 500px;
}
.active a {
    background-color: gray;
}
footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: cornflowerblue;
    opacity: .96;
    padding: .1em 0;
}
footer p {
    width: 200px;
    min-width: 0;
    text-align: center;
    font-size: 24px;
    margin-right: auto;
    margin-left: auto;
}