@font-face {
    font-family: bealfont;
    src: url('../font/bealfont.woff2');
}
/* HEADER */

/* SMALL*/

#small-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

#small-menu a {
    color: inherit;
}

.small-btn {
}

.small-btn p {
    font-family: bealfont;
    font-size: 43px;
}

#small-name-main {
    width: 100%;
}

#small-name {
    text-align: center;
}

#small-name p {
    color: white;
    text-shadow: 2px 3px 10px black;
    font-size: 13vw;
    line-height: 1;
}

/* END OF SMALL */


#header_div_main {
    background: transparent;
    background: url("../img/back_header_resised.jpg") no-repeat center center;
    height: 546px;
    align-content: flex-start;
}

#header_name {
    display: inline-block;
}

#header_name p {
    display: inline;
    color: white;
    text-shadow: 2px 3px 10px black;

}

#header_name_1 {

    font-size: 40px;

}

#header_name_2 {
    font-size: 80px;
}


@media only screen and (max-width: 1000px) {
    #header_name_1 {

        font-size: 4vw;

    }

    #header_name_2 {
        font-size: 6vw;
    }
}


.menu_button {
    padding: 0 3px;
    height: 80px;

}

.menu_item {
    position: relative;
    height: 100%;
    text-align: center;
    color: white;
    background-color: #b00a1b;

    display: flex;
    flex-direction: column;
}

.menu_item:before {
    content: '';
    position: absolute;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: height ease 0.5s;
    background-color: #740404;
    overflow-y: hidden;
}

.menu_item:hover:before {

    height: 100%;

}


.menu_item p {
    z-index: 1;
    margin-top: auto;
    margin-bottom: 2px;
    text-shadow: 2px 3px 10px black;
}

/* END OF : HEADER */



/* MAIN */


/* END OF : MAIN */


/* FOOTER */

#footer {
    margin-top: 20px;

    height: 100px;
    background-color: #333333;

    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_text {
    color: white;
}

.footer_text {
    margin: 0;
}

/* END OF : FOOTER */
