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;
}

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;
}

a:link, a:visited, a:hover {
    text-decoration: none;
    color: black;
}

body {
    background-color: #9bd3d4;
}

main {
    display: grid;
    min-height: 100vh;
    width: 100vw;
    margin: auto;
    background-color: #ffffff;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 55px 1fr 1fr 1fr 1fr 40px;
}

header {
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    grid-row: 1;
    grid-column: 2;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#youtube {
    grid-row: 2;
    grid-column: 1;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height:max-content;
    text-align: center;
}

#parrot {
    border: solid;
    grid-row: 2;
    grid-column: 2;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: center;
}

#parrot p {
    margin: auto;
    width: 450px;
    padding: 5px 0;
}

#bob {
    border: solid;
    grid-row: 2;
    grid-column: 3;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
}

#movieList {
    border: solid;
    grid-row: 3/5;
    grid-column: 1;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    line-height: 2em;
}

#movieList h2 {
    font-size: 35px;
    padding-left: 10px;
}

#movieList ol {
    padding-left: 65px;
    list-style: decimal;
}

#map {
    border: solid;
    grid-row: 3;
    grid-column: 2/4;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: center;
}

#map p {
    margin: auto;
    width: 650px;
    padding: 5px 0;
}

#rugby {
    grid-row: 5;
    grid-column: 1;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: center;
}

#silverstein {
    grid-row: 4/6;
    grid-column: 2/4;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    line-height: 1.5em;
    text-align: center;
}

#silverstein p {
    display: inline-block;
}

#silverstein img{
    display: inline-block;
}

#silverstein h2 {
    padding: 10px 0;
    font-size: 35px;
}

footer {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    grid-row: 6;
    grid-column: 1/4;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 2px #000000 solid;
    background-color: #123456;
    color: #ffffff;
}
