html{
    width: 100%;
    height: 100%;
}

#body{
    font-family: 'Raleway', sans-serif;
}

/*NAV*/
#mainNav a:hover{
    text-decoration: none;
}
#homeBtn{
    display: none;
}
.navbar{
    background-color: rgb(230, 230, 230);
}
#mainNav ul{
    border-radius: 0.5rem;
}
#homeBtn{
    margin: 16px 0 0 0;
    font-size: 1em;
    color: #1d1d1d;
    font-weight: 700;
}

#mainNav .nav-link{
    font-weight: 700;
    font-size: 1.1em;
    color: #1d1d1d;
}

.nav-link:hover{
    background-color: rgb(255, 255, 255);
    border-radius: 0.5em;
    font-size: 1.5em;
}

#mainNav .logo-xl{
    color: #1d1d1d;    
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 700;
}

#mainNav .logo-xl:hover{
    text-decoration: none;
}

#menuButton{
    font-family: 'Cookie', cursive;
    font-size: 2em;
    color:rgb(112, 112, 112);
    padding: 0;
} 

#mainNav .dropdown-menu{
    overflow: hidden;
    background: rgb(230, 230, 230);
    border: 0;
    border-radius: 0.5em;
}

#mainNav .dropdown-item:hover{
    background-color:rgb(255, 255, 255);
}

#mainNav .dropdown-item{
    font-weight: 500;
    font-size: 1em;
    color: #1d1d1d;
    opacity: none;
}

#mainNav .dropdown-item:hover{
    border-radius: 0.5em;
}

.fixed-top.scrolled {
    font-size: 1em;
    background-color: rgb(230, 230, 230);
}


/*TEXT*/
.impressum{
    margin-top: 6rem;
}
.container h1 {
    font-size: 30px;
}

.buffer{
    height: 4rem;
}

.info a{
    text-decoration: none;
    color: black;
}


/*Footer*/
.footer{

    padding: 25px 0 0 0 ;
    background-color:  rgb(112, 112, 112);
    color: white; 
}

.copyright{
    min-width: 230px;
}

footer a{
    color: white;
    text-decoration: none;
}

footer a:hover{
    font-weight: 600;
    color: #7EA6B9;
    text-decoration: none;
}

@media screen and (max-width: 995px){

    #coverImg{
        display: none;
    }

    #homeBtn{
        display: block;
    }

    #mainNav .logo-xl{
        font-size: 2.4rem;
    }

    #mainNav .dropdown-menu{
        background: rgb(247, 247, 247, 0,9);
    }

    #menuButton i{
        background-color: white;
    } 
    
    
    /*FOOTER*/
    .footer .row{
        margin: 0;
        padding: 0px;
    }

    .footer .copyright{
        display: flex;
        justify-content: center;
    }

    .footer #terms{
        display: flex;
        justify-content: center;
    }
  
}
    