*:before, *, *:after
{
  box-sizing: border-box;
}
body
{
    margin: 0;
    
    
}
.hero
{
    background-image: url("back1.jpg");
    background-color: #cccccc;
    height: 93vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.navbar
{
    padding-left: 5%;
    padding-right: 5%;
    background-color: #08266f;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100vw;
    height: 7vh;
}
.nav_text
{
    font-family: sans-serif;
    color:whitesmoke;
}
.nav_element_conteiner
{
    display: flex;
    justify-content:space-around;
    width:50% ;
    
}
.nav_element
{
    width: auto;
    text-align: center;
    
}
a
{
    text-decoration: none;
}
.nav_text:hover
{
    font-family: sans-serif;
    color: #ffec01 ;
}
.nav_element:hover
{
    width: auto;
    text-align: center;
    color: #ffec01 ;
}
.transparent_boX
{
    color: whitesmoke;
    text-align: center;
    font-family: sans-serif;
    padding: 12px;
    height: auto;
    width: 30vw;
    background-color: #08256f9d;
}
