body {
    background-color: #21297C;
}

.page {
    width: 1020px; 
    margin-left: auto; 
    margin-right: auto; 
    background: white;
}

/* header */
.header {
    margin-left: auto; 
    margin-right: auto; 
    top: 0px; 
    width: 1020px; 
    height: 194px; 
    margin-bottom: 30px; 
    background: white; 
    box-shadow: 1px 1px 5px; 
    clear: both; 
    position: fixed; 
    border-bottom: 30px;
}

.leftcol {
    float: left;
    padding-top: 20px;
    padding-left: 30px;
}

.rightcol {
    text-align: center;
}

.leftcol img {
    height: 150px; 
    width: 100px; 
    border: 0px;
}

.rightcol img {
    height: 194px; 
    width: 566px; 
    border: 0px;
}

/* Navbar */
.yellowbar {
    top: 194px; 
    width: 1020px; 
    height: 30px; 
    margin-bottom: 30px; 
    background: #E1B610; 
    box-shadow: 1px 1px 5px; 
    clear: both; 
    position: fixed;
    text-align: center;
}

ul {
    list-style-type: none;
    margin-top: 7px;
    padding: 0px;
    color: white;
    text-align: center;
} 

li {
    display: inline;
    color: white;
}

.nav-home {
    font-family: 'Sedgwick Ave';
    font-weight: bold;
    color: #21297C; 
    text-decoration: bold;
}

.nav {
	margin-left: 60px;
	font-family: 'Sedgwick Ave';
    font-weight: bold;
    color: #21297C; 
    text-decoration: bold;
}

a:visited {
    color: #21297C;
}

a:link {
    color: #21297C;
}

a:hover {
    color:#fe0003;
}

/* Content Container */
.container {
    display: flex;
    width: 1020px;
    height: auto;
}

.content {
    width: 1020px; 
    height: auto;
    margin-top: 234px; 
    margin-bottom: 30px;
}

/* Home/About */
.text h2{
    text-align: center; 
    font-family: 'Slackey';
}

.text h3 {
    text-align: center; 
    font-family: 'Actor';
}

.text p {
    text-align: center; 
    font-family: 'Actor';
}

#shirtbanner img {
    height: 100px; 
    width: 1020px;
}

#shirtgif {
    width: 1020px; 
    height: 204px;
    text-align: center;
    padding-top: 30px;
}

#shirtgif img {
    height: 204px; 
    width: 300px;
}

/* Flags Hats Shirts Stickers*/
.grid {
    width: 1020px; 
    padding: 30px; 
    height: auto; 
    margin-top: 234px; 
    margin-bottom: 1px; 
}

.grid-second-row {
    width: 1020px; 
    padding: 30px; 
    height: auto; 
    margin-bottom: 30px; 
}

/* Footer */
.footer {
    width: 100%; 
    height: 200px; 
    margin-top: 5px; 
    background: black; 
    clear: all; 
    box-shadow: 1px 1px 5px; 
    clear: both; 
    border-bottom: 3px solid black;
}

.footer a:visited {
    color: #fe0003;
}

.footer a:link {
    color: #fe0003;
}

.footer a:hover {
    color:#21297C;
}

.footer h3 {
    color: white; 
    text-align: center; 
    font-family: 'Slackey';
    padding-top: 20px;
}

.footer p {
    color: white; 
    text-align: center;
    font-family: 'Actor';
}

.footer h4 {
    color: white; 
    text-align: center;
    font-family: 'Actor';
}
.box {
	color: red;
	font-family: 'Shift', sans-serif;
	font-size: 10px;
	text-align: center;
}

.box h3 {
	color: green;
	font-family: 'Shift', sans-serif;
	font-size: 20px;
	text-align: center
}

div.gallery {
    margin: 5px;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}