@font-face {
    font-family: myFirstFont;
    src: url(../fonts/CaviarDreams.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: myFirstFont;
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold;
}
body{
    background-color: #eee;
}
.fab, .fas{
    color: #aaa;
    display: inline-block;
    margin-left: 2.4em;
}
/* Navbar Start */
.navbar{
    background-color: #000;
}
.navbar-nav .nav-link {
    color: #fff;
}
.location_position{
    margin-left: 8.333333%;
}
.location_position p{
    color: #fff;
}
.header_text_style{
    width: 95vw;
    height:75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; 
    text-shadow: 0px 0px 4px rgb(0 0 0);
}
.header_text_style h2{
    text-transform: capitalize;
} 
.arcadia_description{
    width: 100%;
    height: 512.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.arcadia_style{
    /* background-color: #ccc; */
    padding: 25px;
    margin: 0; 
}
.arcadia_style_head{
    margin-top: -20em;
}
.footerpart{
    background-color: #000;
    padding: 20px;
    margin-top: 5em;
}
.footerpart .container{
    text-align: center;
}
.footerpart a{
    color: #fff;
    text-transform: uppercase;
}
.weblink_position{
    margin-left: -2.5em;
}
.insta_position{
    margin-left: 1.5em;
}
.social_icons_arcadia{
    margin-top: 3em;
}
.header_image{   
    /*background: url(../images/header-1.jpg); */
    /*background-repeat: no-repeat; */
    /*background-size: cover; */
    min-height: 80vh;
}
@media only screen and (max-width: 576px){
    .header_image{
        min-height: 80vh;
    }
    .footerpart{
        margin-top: 5em;
    }
    .footerpart .container{
        text-align: left;
    }
    .header_text_style{
        display: flex;
        justify-content: right;
        align-items: center;
        text-align: center;
        color: #fff;
    }
    .arcadia_description{
        height: 300.5px;
    }
    .image_mobile_margin{
        margin-top: -1em;
    }
    .fab, .fas{
        margin-left: 0;
    }
    .arcadia_store{
        margin-top:1em;
        margin-left: 4em;
    }
    .location_position{
        margin-left: 0%;
    }
    .location_position p{
        display: none;
    }
    .social_icons_arcadia{
        margin-top: 1em;
    }
    .image_mobile_margin_odd{
        margin-bottom: -1em;
        margin-top: 1em;
    }
}
