body {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
}

header {
    height: 65px;
    width: 1170px;
    background-color: black;
    margin: 0 auto;
    color: white;
    border: 2px solid black;
    padding: 0 10px;
}

.header-left {
    float: left;
    width: 224px;
    padding-top: 20px;
    letter-spacing: 10px;
}

.header-left a {
    color: white;
}

.header-right {
    float: right;
    width: 124px;
    padding-top: 20px;
    letter-spacing: 10px;
}

.header-right a {
    color: white;
}

.container {
    width: 1170px;
    margin: 0 auto;
    text-align: left;
    font-family: 'roman';
}

.container img {
    width: 1170px;
    height: 400px;
}

.container h1 {
    position: relative;
    bottom: 15px;
    font-size: 75px;
    letter-spacing: 2px;
    font-family: "Courier New", Courier, monospace;
    text-align: center;
    background-color: #4366af;
}

.btn-wrapper {
    width: 1170px;
    padding: 10 15px;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    padding-top: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Courier New", Courier, monospace;
    border: 2px solid #4366af;
}

.btn {
    display: inline-block;
    opacity: 1;
    padding: 12px 24px;
    color: black;
    background-color: white;
    font-family: "Courier New", Courier, monospace;
    text-decoration: none;
}

.btn:hover {
    opacity: 0.7;
}

.bio {
    position: relative;
    text-align: center;
}

.bio-text {
    position: center;
    bottom: 36px;
    left: 40px;
    font-family: "Courier New", Courier, monospace;
    font-size: 20px;
    font-weight: normal;
}

.SaleItems {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    font-family: "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    color: #000000;
}

.sale-container {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
    font-family: "Courier New", Courier, monospace;
    margin-bottom: 60px;
}

.sale-box {
    border: 2px solid black;
    padding: 15px;
    margin: 15px;
}

.sale-box a {
    text-decoration: none;
    color: black;
}

.brochures {
    padding: 5px;
}

.links {
    padding: 5px;
}

.InkPolicy {
    margin: 20px 80px;
    border-top: 5px solid #4366af;
    border-bottom: 5px solid #4366af;
}

.InkPolicy h1 {
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

.InkPolicy h2 {
    border: 2px solid #4366af;
    text-align: center;
}

.InkPolicy h3 {
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
    font-family: "Courier New", Courier, monospace;
    font-size: 18px;
}

.InkPolicy:after {
    content: "";
    display: table;
    clear: both;
}

.menu {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
}

.menu a {
    color: black;
}

.column h1 {
    font-family: "Courier New", Courier, monospace;
    font-size: 18px;
    font-weight: bold;
}

.column p {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
}

.column a {
    color: black;
}

.column {
    float: left;
    width: 33.3%;
}

footer {
    background-color: black;
    color: white;
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    width: 1170px;
    padding: 10px 40px;
    display: inline-block;
    width: 100%;
}

.copyright {
    float: right;
    padding-right: 40px;
}

.phone {
    text-indent: 60px;
    float: left;
}

.address {
    float: left;
}