body{
    margin: auto;
    background-color: #d6cfba;
}
.underNav {
    height: 120px;
    background-color: #ed8128;
}
.logologo {
    height: 110px;
}
nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    height: 120px;
    width: 100%;
    top: 0;
    background-color: #ed81288a;
}
.navbar {
    font-family: 'Kalam', cursive;
    font-size: 22px;
    font-weight: bold;
    color: #412514;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar:hover {
    background-color: #d6cfba;
    border-radius: 50px;
}
.pageUp {
    display: flex;
    align-items: center;
    border: 1px #412514 solid;
    margin: 20px;
}
.topFoto {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    background-image: url(cafe22.jpg);
    height: 80vh;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
h1 {
    font-family: 'Kalam', cursive;
    font-size: 100px;
    margin: 0;
}
.text {
    font-family: 'Kalam', cursive;
    color: #d6cfba;
    font-weight: bold;
}
.about {
    font-size: 25px;
    margin: 3px;
}
.btn {
    background-color: #ed8128;
    border: 2px #d6cfba solid;
    border-radius: 50%;
    padding: 15px;
    width: 300px;
}
.btnTxt {    
    font-family: 'Kalam', cursive;
    font-size: 30px;
    font-weight: bold;
    color: #412514;
    text-decoration: none;
}
.textTwo {
    font-family: 'Kalam', cursive;
    color: #412514;
    font-size: 25px;
    margin: 5px;
}
h3 {
    margin: 0;
    font-family: 'Kalam', cursive;
    font-size: 25px;
    color: #412514;
    text-decoration: underline;
    padding: 20px;
    text-align: center;
}
.inform {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 50px;
    padding-bottom: 0;
}
.informInside {
    margin: 30px;
    text-align: center;
}
.informAbout {
    display: flex;
    justify-content: center;
}
.informAboutInside {
    width: 60%;
    text-align: center;
    padding: 10px;
    font-family: 'Kalam', cursive;
    color: #412514;
    font-size: 20px;
}
.fotos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fotoInside {
    width: fit-content;
    margin: 20px;
}
.offers {
    display: flex;
    justify-content: center;
    background-color: #ed8128;
}
h2 {
    font-family: 'Kalam', cursive;
    color: #412514;
    font-size: 50px;
    margin: 20px;
}
.lunchesBrtd{
    display: flex;
    justify-content: space-evenly;
    margin: 20px;
}
.specialOffers {
    width: 40%;
    text-align: center;
}
.imgOffers {
    width: 100%;
}
h4 {
    font-family: 'Kalam', cursive;
    color: #412514;
    font-size: 30px;
    margin: 20px;
}
.textThree{
    font-family: 'Kalam', cursive;
    color: #412514;
    font-size: 25px;
    margin: 0;
}
.allContacts {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.connection{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px;
}
.btnConnect {
    display: flex;
    align-items: center;
    border: 2px #412514 solid;
    border-radius: 2px;
    background-color: #ed812863;
    margin: 10px;
}
.btnInside {
    padding: 10px;
}
.connectionTxt {
    font-family: 'Kalam', cursive;
    font-size: 25px;
    color: #412514;
    text-decoration: none;
}
.map {
    display: flex;
    justify-content: space-evenly;
}
.mapmap{
    width: 80%;
    height: 50vh;
}
.container {
    display: flex;
    justify-content: center;
}
.copyright {
    font-family: 'Kalam', cursive;
    font-size: 15px;
    color: #412514;
    padding: 5px;
    margin: 20px;
    cursor: pointer;
    text-decoration: underline;
}

/* Calculator And Music */
.newCoffeeShop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#myButton {
    background-color: #d6cfba;
    border: 2px black dotted;
    border-radius: 20px;
    margin-right: 30px;
    margin: 20px;
}
#myButton:hover {
    cursor: pointer;
    background-color: #ed812852;
}
.headerCalc {
    font-size: 25px;
    text-align: center;
}
.changeHeadingText {
    font-size: 25px;
    text-align: center;
    -webkit-animation: blink 4s linear infinite;
    animation: blink 2s linear infinite;
}
@-webkit-keyframes blink {
    100% { color: rgb(34, 34, 34); }
    100% { color: rgba(34, 34, 34, 0); }
    100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink {
    100% { color: rgb(34, 34, 34); }
    100% { color: rgba(34, 34, 34, 0); }
    100% { color: rgba(34, 34, 34, 0); }
}
.calculator {
    display: flex;
}
.deleteCountZero {
    display: none;
}
.openCoffee {
    margin: 20px;
    padding: 10px;
}
.block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.countNotes {
    font-family: 'Kalam', cursive;
    color: #412514;
    font-size: 20px;
    font-weight: lighter;
    margin: 0px;
}
.days, .hours, .minutes, .seconds {
    margin: 0px;
    padding: 0px;
}
/*finish calc and music*/

@media all and (max-width: 850px) {

    .underNav {
        height: 80px;
    }
    nav{
        height: 80px;
    }    
    .navbar {
        font-size: 15px;
        padding-left: 7px;
        padding-right: 7px;
    } 
    h1 {
        font-size: 70px;
    }
    .about {
        font-size: 20px;
        margin: 3px;
    }
    .logologo {
        height: 70px;
    }
    h4 {
        font-size: 30px;
        margin: 20px;
    }
    .specialOffers {
        width: 100%;
        text-align: center;
        margin: 20px; 
    } 
.topFoto {
    height: 50vh;
}
.inform {
    padding: 20px;
}
.textTwo {
    font-size: 15px;
    margin: 3px;
}
.informInside {
    margin: 10px;
}
.informAboutInside {
    width: 80%;
    font-size: 15px;
}
.fotoInside {
    width: 35%;
    margin: 20px;
}
h2 {
    font-size: 30px;
    margin: 15px;
}
.textThree{
    font-size: 20px;
}
.connection{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px;
}
.btnConnect {
    display: flex;
    align-items: center;
    border: 2px #412514 solid;
    border-radius: 2px;
    background-color: #ed812863;
    margin: 10px;
}
.btnInside {
    padding: 10px;
}
.connectionTxt {
    font-family: 'Kalam', cursive;
    font-size: 25px;
    color: #412514;
    text-decoration: none;
}
}


@media all and (max-width: 450px) {

    .underNav {
        height: 35vh;
    }
    .logologo {
        height: 80px;
    } 
    nav{
        flex-direction: column;
        flex-wrap: nowrap;
        height: 35vh;
        position: absolute;
    }    
    .navbar {
        font-size: 17px;
    }
    .navbar:hover {
        display: none;
    }
    .pageUp {
        display: none
    }
    .topFoto {
        height: 50vh;
    }
    h1 {
        font-size: 50px;
    }
    .about {
        font-size: 15px;
        margin-right: 50px;
        margin-left: 50px;
        margin-top: 0;
    }
    .btn {
        border-radius: 50%;
        width: 150px;
    }
    .btnTxt {    
        font-size: 20px;
    }
    .inform {
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 50px;
        padding-bottom: 0;
    }
    .imgInformInside{
        width: 50px;
    }
    h2 {
        font-size: 25px;
        margin: 13px;
    }
    .offers {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    h4 {
        font-size: 25px;
        margin: 5px;
    }
    .textThree{
        font-size: 15px;
    }
    .lunchesBrtd{
        flex-direction: column;
        margin: 0px;
    }
    .specialOffers {
        margin: 0px; 
    } 
    .connection{
        margin: 15px;
    }
    .iconsConnect {
        width: 30px;
    }
    .btnInside { 
        padding: 10px;
    }
    .connectionTxt {
        font-size: 15px;
    }
}
#playButton {
    cursor: pointer;
    background-color: #d6cfba;
    border: 2px black dotted;
    border-radius: 20px;
    margin-right: 15px;
    margin: 20px;
}
#playButton:hover {
    background-color: #ed812882;
}
#playButton:focus {
    background-color: white;
}
.headerCalc {
    font-size: 20px;
    margin: 0px;
}
.changeHeadingText {
    font-size: 22px;
    margin-bottom: 20px;
}
.openCoffee {
    margin: 10px;
    padding: 5px;
}
.countNotes {
    font-family: 'Kalam', cursive;
    color: #412514;
    font-size: 15px;
    font-weight: lighter;
    margin: 0px;
}
.days, .hours, .minutes, .seconds {
    margin: 0px;
    padding: 0px;
}