*
{
    font-family: Helvetica Neue;
}
@import url('https://fonts.googleapis.com/css?family=Raleway');
header
{
    box-sizing: border-box; 
}
.divapp
{
    margin-top: 0em;
    text-align: center;
    background-color: rgb(0, 0, 0);
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin-right: 0.5em;

  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.divapp:hover #appodkaz
{

display: block;
}
#appdva
{
    width: 7em;
}
.divapp:hover
{
    margin-top: 10em;
}
#appodkaz
{
    display: none;
}

.navbar {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-color: rgb(0, 0, 0);
    color: white;
    position: fixed; left: 0%; top: 0%; right: 0%;
    padding-right: 1em;
    z-index: 8;
    max-height: 4.5em;
}
.logoname
{
    display: flex;
    flex-direction: row;
    margin-left: 2em;
}
#profilepicture
{
    border-radius: 50%;
    width: 3em;
    height: 3em;
}
.logo
{
    width: 3em;
    height: 4em;
    margin-top: 0.5em;
 
}
.brand-title {
    font-size: 1.2rem;
    text-decoration: none;
    margin-top: 1.5em;
    margin-left: 1em;
    color: white;
    
}

.navbar-links {
    height: 100%;
 
}

.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
    margin-right: 0.5em;
    transition: 0.5s;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1rem;
    transition: 0.5s;
   
}

.navbar-links li a:hover {
    color: #90323D;
}

.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

@media (max-width: 800px) {

    .header img 
    {
        margin-left: -1em;
    }
    

    #odkaz3
    {
display: block;
    }
    .header2
    {
        display: none;
    }
    .navbar {
        flex-direction: column;
        align-items: flex-start;
        max-height: none;
    }
#appodkaz 
{
display: block;
}
.app:hover
{
    margin-top: 0em;
}
#appdva
{
    display: none;
}
    .toggle-button {
        display: flex;
        margin-top: 1em;
        margin-left: 0.5em;
    }

    .navbar-links {
        display: none;
        width: 100%;

    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links ul li {
        text-align: center;
    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }
}

