.page-wrapper {
    padding: 3px .5em;
    background-color: #006847;
    min-height: 100vh;
    min-width: 100vw;
}

.logo_nav {
    background-color: #006847;
    display: flex;
    margin-bottom: 1px;
    height: 9vh;
}

nav {
    position: absolute;
    right: 0px;
    margin-top: 5px;
    float: right;
}

nav a {
    margin: 14px;
    text-decoration: none;
    color: whitesmoke;
}

.ico_text {
    position: relative;
    left: -43px;
    top: 15px;
}


header {
    font-size: 48px;
    text-align: center;
    background-color: #F1BF00;
}

h1 {
    font-family: "Freehand", sans-serif;
    transform: rotate(-7deg);
}

.text_intro {
    height: 9vh;
    background-color: #AA151B;
    padding: 8px;
}

.text_intro p {
    margin-left: 15px;
    font-family: "Uncial Antiqua", serif;
    font-size: 22px;
    font-weight: bold;
    font-variant: small-caps;
}


.spain img {
    float: left;
    margin-left: 8px;
    height: 48px;
    border: 1px solid sandybrown;
    margin-top:15px;
}

.mexico img {
    height: 48px;
    float: left;
    margin-left: 8px;
    border: 1px solid sandybrown;
    margin-top: 15px;
}

div img {
    height: 48px;
}

.menu_items {
    border: 1px solid whitesmoke;
    display: flex;
    background-color: #F1BF00;
}

.menu_items img {
    margin: auto;
    height: 370px;
    width: 430px;
}

footer {
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

@media (width < 1000px) {
    
    
    .logo_nav {
        background-color: #006847;
        display: flex;
        float: right;
        margin-bottom: 1px;
        height: 9vh;
    }

    .text_intro {
        height: 12vh;
    }
    
    
    header {
        margin-top: 10%;
        font-size: 48px;
        text-align: center;
        background-color: #F1BF00;
    }
    
    .spain img {
        display: none;
    }
    
    .mexico img {
        display: none;
    }
    
    div img {
        height: 48px;
    }
    
    .menu_items {
        display: block;
        border: 1px solid whitesmoke;
        background-color: #F1BF00;
    }
    
    .menu_items img {
        height: 50vh;
        width: 100vw;
    }
    
    footer {
        position: fixed;
        bottom: 0px;
        text-align: center;
        width: 100%;
    }

}