body {
    background-color: rgb(80, 41, 34);
    background-repeat: repeat;
}

.title {
    font-family: 'Julius Sans One', sans-serif;
    text-align: center;
    font-size: 5rem;
    color: white;
}
.logo {
    width: 5%;
}
.heroimg {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20%;
}
.menu-button {
    background-color: rgb(168, 73, 44);
    padding: 1%;
    width: 10%;
    text-align: center;
    font-size: 1.7rem;
    border-radius: 20%;
}
.herotext {
    padding: 1%;
    width: 40%;
    text-align: center;
    color: white;
}
h4 {
    font-size: 3.5rem;
    font-family: 'Ramabhadra', sans-serif;
}

header {
    width: 100%;
    background-image: url(images/frontofcafe.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
}
.background-title {
    background-color: rgba(80, 41, 34, 0.767);
}

.carousel-div {
    width: 80%;
    margin-left: 10%;
}

li {
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Anton', sans-serif;
    font-size: 2rem;
    display: flex;
    text-align: center;
}

.navbar-div {
    display: flex;
    justify-content: center;
    font-family: 'Anton', sans-serif;
}

.fixed-top {
    display: flex;
    justify-content: center;
}

.about {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 0;
    color: white;
}

.about-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.7rem;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.picture1 {
    width: 100%;
    margin-top: 0;
    background-image: url(images/coffee.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 50vh;
}

.picture2 {
    width: 100%;
    margin-top: 0;
    background-image: url(images/belt.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 50vh;
}

.picture3 {
    width: 100%;
    margin-top: 0;
    background-image: url(images/breakfast1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 50vh;
}

.picture4 {
    width: 100%;
    margin-top: 0;
    background-image: url(images/nortonsandwich.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 50vh;
}
.picture5 {
    width: 100%;
    margin-top: 0;
    background-image: url(images/soup.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 50vh;
}
.picture6 {
    width: 100%;
    margin-top: 0;
    background-image: url(images/closeupfront.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 50vh;
}
p {
    margin-bottom: 0;
}

.map {
    width: 36%;
    padding: 2%;
}

.contact {
    display: flex;
    margin-left: 10%;
    background-color: rgb(80, 41, 34);
    width: 80%;
    justify-content: space-evenly;
}

.contact-info {
    font-family: 'Anton', sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 5%;
}

h1, h2, h3, h5, h6 {
    font-family: 'Quicksand', sans-serif;
}
.address {
    color: white;
    font-size: 3rem;
}
.contactaddress {
    font-size: 1.5rem;
    font-family: 'Quicksand', sans-serif;
    font-weight: 0;
}

h3 {
    font-size: 2.5rem;
    font-family: 'Ramabhadra', sans-serif;
    text-align: center;
    color: white;
}
.smalltext {
    color: white;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.4rem;
    text-align: center;
}
.bigtext {
    color:white;
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}
.menusmalltext {
    color: white;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.8rem;
    text-align: center;
}
.menubigtext {
    color:white;
    font-size: 3rem;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}
.breakfast {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-padding {
    padding: 10px;
}
.row div {
    text-align: center; 
    padding: 20px; 
    color: white;
}
.menu {
    padding: 2%;
}
footer {
    background-color: rgb(0, 0, 0);

    text-align: center;
}

@media all and (max-width: 1500px) {
.contact {
    display: flex;
    background-color: rgb(80, 41, 34);
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 10%;
    }
    .map {
        width: 60%;
        padding: 2%;
        height: 708px;
    }
}
@media all and (max-width: 768px) {

.about-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.2rem;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    }
.title {
    font-size: 3rem;
}
.logo {
    width: 10%;
}
header, .picture1, .picture2, .picture3, .picture4, .picture5, .picture6 {
    background-attachment: scroll;
}
.navbar-div {
    font-size: 1rem; 
}
li {
    font-family: 'Anton', sans-serif;
    font-size: 1rem;
    display: flex;
    text-align: center;
}

.navbar-div {
    display: flex;
    justify-content: center;
    font-family: 'Anton', sans-serif;
}
.contact {
    display: flex;
    background-color: rgb(80, 41, 34);
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 10%;
}
.contact-info {
    font-family: 'Quicksand', sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 2%;
}
.address {
    color: white;
    font-size: 1.7rem;
}
.address2 {
    font-size: 1.5rem;
}
.contactaddress {
    font-size: 1rem;
}
.map {
    width: 70%;
    padding: 2%;
    height: 280px;
}
.smalltext {
    color: white;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    text-align: center;
}
.bigtext {
    color:white;
    font-size: 2.2rem;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}
.menusmalltext {
    color: white;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    text-align: center;
}
.menubigtext {
    color:white;
    font-size: 2.5rem;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}
.menu-button {
    background-color: rgb(168, 73, 44);
    padding: 1%;
    width: 15%;
    text-align: center;
    font-size: 1rem;
}
.herotext {
    padding: 1%;
    width: 70%;
    text-align: center;
    color: white;
}
h4 {
    font-size: 2.5rem;
    font-family: 'Ramabhadra', sans-serif;
}
.heroimg {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40%;
}
}

@media all and (max-width:414px) {
    .logo {
        width: 15%;
    }
.about-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2%;
    padding-bottom: 2%;
}
.herotext {
    padding: 1%;
    width: 90%;
    text-align: center;
    color: white;
}
h4 {
    font-size: 1.8rem;
    font-family: 'Ramabhadra', sans-serif;
}
.heroimg {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70%;
}
.menu-button {
    background-color: rgb(168, 73, 44);
    padding: 1%;
    width: 30%;
    text-align: center;
    font-size: 1rem;
}
.title {
    font-size: 2rem;
}
}