/* CSS Document */
/* GRA-310      */
/* Joseph Kohl  */
/* 2/12/2019    */

#logo {
    text-align: center;
}

body {
    background-color: #D8C6B8; 
    font-family: "goudy old style"; 
    color:black
}

h1, h2 {
	text-align: center;
    margin: center;
    font-size:48px; 
    color:#CF1C44
}

h2 {
    text-align: center; 
    font-size:18px
}

#nav {
    list-style-type: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    background-color: #5e1211
}

#link {
    float: left;
}

#link a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#link a:hover {
    background-color: #7b573e
}

#offers {
    text-align: center;
}

#offers-list {
    list-style-type: none
}

#image1, #image2, #image3 {
    float: left;
}

#location1 {
    float: left;
    padding: 1rem;
}

#location2 {
    float: left;
    padding: 1rem;
}

#location3 {
    float: left;
    padding: 1rem;
}

#home-text {
    float: none;
}

footer {
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #7b573e
}