
/* 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


ul {
    display: flex;
    list-style-type: none;
}

li {
    width: 200px;
    text-align: center;

}
a{
    display: block;
}

a:link, a:visited {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

li:hover {
    background-color: #63799E;
}
.page:hover {
    color: white;
}

header {
    background-size: 50px;
    border-color: #435272;
    border-bottom-width: 7px;
    border-style: solid;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: white;

}

li {
    padding: 5px 0;
    margin: auto;


}
h1 {
    font-size: 64px;
    font-family: 'Playpen Sans', sans-serif;
    margin: 15px;
}
nav{
    border-color: black;
    border-style: solid;
    border-bottom-width: 2px;
    padding: 12px;
    margin: 20px;
    margin-top: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.art1 {
    grid-row: 2/5;
    grid-column: 1/3;
    padding: 5px;
}

main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 100px 1fr 1fr 40px;
    width: 1280px;
    margin: auto;
    background-color: white;
    padding: 7px;
}

.pics {
    grid-column: 3/4;
 
}
h2 {
    font-size: 18px;
    font-family: 'Playpen Sans', sans-serif;
}
img {
    margin: 20px;
    border-color: #63799E;
    border-style: groove;
    border-width: 17px;

}

.uno {
    margin-top: 100px;
}

.Pfoot {
    grid-column: 1/3;
    grid-row: 6/7;
    border-color: black;
    border-style: solid;
    border-top-width: 2px;
    padding: 12px;
    font-family: 'Playpen Sans', sans-serif;
    font-weight: bold;
    margin: 20px;
}
footer {
    text-align: center;
    font-family: 'Playpen Sans', sans-serif;
    background-color: white;
    padding: 7px;
}

h3 {
    font-size: 27px;
    font-family: 'Playpen Sans', sans-serif;
    font-weight: bold;
    margin: auto;
    border-color: black;
    border-style: solid;
    border-bottom-width: 4px;
    width: 500px;
    text-align: center;
}

.info {
    font-size: 18px;
    font-family: 'Playpen Sans', sans-serif;
    margin: 10px 0 5px 27px;
}
.com {
    grid-row: 2/5;
    grid-column: 1/3;
    padding: 5px;
}

.blue {
    grid-row: 2;
    grid-column: 1/3;
}

.beige {
    grid-row: 3;
    grid-column: 1/3;
}
.yellow {
    grid-row: 4;
    grid-column: 1/3;
}

.peach {
    grid-row: 5;
    grid-column: 1/3;
}
.green {
    grid-row: 6;
    grid-column: 1/3;
}
.bold {
    font-weight: bold;
    font-size: 18px;
    font-family: 'Playpen Sans', sans-serif;
}

body {
    background-image: url(images/bg.jpg)
}

iframe {
    grid-column: 2/3;
    grid-row: 6/7;
}