body {
    font-family: 'Qanelas', sans-serif;
    text-align: center;
}
.container {
    /* width: 100%; */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
.top {
    text-align: center;
    display: flex;
}
.menu {
    text-align: center;
    display: flex;
    justify-content: space-around;
    gap: 3px;
}
.menu_low {
    background-color: #403b37;
    width: 1020px;
    font-size: 0.9em;
}
.menu_low nav {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    color: white;
    align-items: center;
    font-size: smaller;
}
#nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
}
.menu_low li {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #403b37;
    font-style: italic;
}
.menu_low li:first-of-type {
    margin-right: 15px;
}
.menu_low li:hover {
    background-color: black;
}
.menu_low a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.menu_low a:visited {
    color: white;
}
.main {
    display: flex;
    flex-direction: column;
    width: 1021px;
}
.main p {
    padding: 0 0px;
    color: rgb(101, 101, 101);
}
footer {
    display: flex;
    align-items: center;
    width: 1020px;
    gap: 1px;
}
.foot_button {
    background-color: #403b37;
    width: 340px;
    height: 33px;
    font-size: x-large;
    cursor: pointer;
}
.foot_button1 {
    background-color: #403b37;
    width: 337px;
    height: 33px;
    font-size: x-large;
}
.foot_button:hover {
    background-color: black;
}
.foot_button a {
    color: white;
    text-decoration: none;
    margin: 0 8px; 
}
.ft_btn {
    cursor: pointer;
    width: 337px;
    font-size: smaller;
}
.foot_button a:visited {
    color: white;
}
.name {
    text-align: left;
}
.inside {
    width: 1020px;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}
.inside p {
    padding: 0 3px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.menu_buttons {
    background-color: #403b37;
    width: 1020px;
    font-size: 0.9em;
}
.menu_buttons nav {
    display: flex;
    flex-direction: row;
}
.menu_buttons li {
    list-style-type: none;
}
.menu_buttons button {
    color: white;
    background-color: #403b37;
    border: none;
    padding: 10px 15px;
    font-style: italic;
}
.menu_buttons button:hover {
    background-color: black;
    cursor: pointer;
}
.contact_bottom_p {
    margin-bottom: 250px;
}

/* @media (max-width: 800px) {
    body {
        font-size: smaller;
    }
    #logo {
        width: 300px;
    }
    .menu {
        display: grid;
        grid-template-columns: 100px 100px
    }
    .menu img {
        height: 20px;
        margin-top: 5px;
    }
    #shadow1, #shadow2 {
        display: none;
    }
    .menu_low {
        width: 300px;
    }
    .menu_low nav {
        display: grid;
        grid-template-columns: 150px 150px;
    }
    .menu_low li:first-of-type {
        margin: 0px;
    }
    .main {
        height: 100%;
        width: 300px;
    }
    .main iframe {
        width: 300px;
        height: 230px;
    }
    .name {
        font-size: 0.8em;
    }
    .menu_buttons {
        width: 300px;
    }
    .menu_buttons nav {
        width: 300px;
        display: grid;
        grid-template-columns: 150px 150px;
    }
    .menu_buttons button {
        font-size: 0.8em;
    }
    .inside {
        width: 300px;
    }
    #plan1, #plan2, #plan3  {
        width: 300px;
    }
    footer {
        display: grid;
        grid-template-columns: 100px 100px 100px;
        width: 300px;
    }
    .foot_button {
        width: 100px;
        height: 20px;
        font-size: 1em;
    }
    .foot_button1 {
        width: 100px;
        height: 20px;
        font-size: 0.1em;
    }
    .contact_bottom_p {
        margin-bottom: 50px;
    }
    .menu_low a {
        font-weight: 100;
    }
} */