@charset utf-8;

body {
    margin: 0;
    background-color: #1c1d1f;
    color: white;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: white;
}

h2 {
    text-align: center;
    font-size: 30pt;
}

header {
    background-color: #b30202;
    padding: 10px;
}

header img {
    width: 300px;
    height: auto;
}

nav {
	padding-top: 50px;
    padding-bottom: 30px;
	overflow: hidden;
	width: 75%;
    float: right;
}

nav li {
    list-style-type: none;
    width: 219px;
	margin: 0vw 4vw 0vw 4vw;
	float: left;
	text-align: center;
	font-size: 30pt;
}

nav a {
    color: black;
}

section {
    background-image: url(images/p2h.jpg);
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section h1 {
    font-size: 50pt;
    text-align: center;
    color: white;
}

#featured {
    overflow: hidden;
    background-color: #571611;
}

.productListing {
    list-style-type: none;
    width: 20vw;
	margin: 0vw 2vw 0vw 2vw;
    float: left;
}

.productListing button {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
    background-color: #571611;
    color: white;
    border: 0;
    text-align: left;
}

.productListing img {
    width: 20vw;
    border: 5px solid black;
}

article p {
    font-size: 20pt;
    width: 65vw;
    float: right;
}

article img  {
    width: 30vw;
    margin: 1vw;
}

footer {
    background-color: #b30202;
    color: black;
    padding-top: 10px;
    padding-bottom: 50px;
    overflow: hidden;
    width: 100%
}

footer ul {
    list-style-type: none;
    overflow: hidden;
}

footer h3 {
    text-align: center;
    font-size: 20pt;
}

footer p {
    font-size: 20pt;
    text-align: center;
    margin: 1vw;;
}

footer a {
    color: black;
}

#footnav li {
    list-style-type: none;
	margin: 0px 9vw 0px 9vw;
	float: left;
    width: 219px;
	text-align: center;
	font-size: 30pt;
}

table {
    width: 100%;
}

#indexLink {
    float: right;
    font-size: 15pt;
    margin: 1vw;
}

button:hover {
    cursor: pointer;
}

@media screen and (max-width: 1810px) {
    #footnav li {
        font-size: 20
    }
}

@media screen and (max-width: 1552px) {
    nav li {
        margin-left: 2vw;
        margin-right: 2vw;
    }
    #footnav li {
        width: 13vw;
    }
}

@media screen and (max-width: 1425px) {
    #featured li {
        width: 10vw;
        margin: 6vw;
    }
}

@media screen and (max-width: 1237px) {
    nav {
        position: relative;
        bottom: 12vw;
    }
    
    nav li {
        font-size: 25pt;
        width: 15vw;
    }
}

@media screen and (max-width: 900px) {
    header {
        height: 300px;
        
    }
    
    nav {
        width: 100vw;
        position: relative;
        top: 2vw;
        padding-top: 0;
    }
    
    nav li {
        width: 100%;
        display: block;
        margin: auto;
    }
    
    #featured li {
        width: 40vw;
        margin: 0 2vw 0 2vw;
    }
    
    #featured img {
        width: 75%;
    }
    
    article p {
        width: 80vw;
        float: none;
        margin: 5vw;
    }
    
    article img {
        width: 80vw;
        display: block;
        margin: auto;
    }
    header img {
        display: block;
        margin: auto;
    }
    
    #footnav li {
        width: 100%;
        display: block;
        margin: auto;
    }
}

@media screen and (max-width: 400px) {
    header img {
        width: 80vw;
    }
}