html {
    background-image: url("1.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(196, 196, 196, 0.76);
}

body {
    font-family: lightFont;
    text-align: center;
    margin: auto;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.3);
}

@font-face{
    font-family:lightFont;
    src: url(TheLightFont.otf);
}

.logo a {
    float: left;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    color: white;
    background: rgba(0, 0, 0, 0.46);
}

.navBar {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    color: white;
    
}

li {
    float: right;
    list-style-type: none;
}

li a {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.slideshow {
    border-style: double;
    border-width: 5px;
    border-color:white;
    background: rgba(0, 0, 0, 0.46);
    color: aliceblue;
}


.mySlides {
    width: 590px;
}

.about {
    border-style: double;
    border-width: 5px;
    border-color:white;
    background: rgba(0, 0, 0, 0.46);
    color: aliceblue;
}

.programs {
    border-style: double;
    border-width: 5px;
    border-color:white;
    background: rgba(0, 0, 0, 0.46);
    color: aliceblue;
}


.contact {
    border-style: double;
    border-width: 5px;
    border-color:white;
    background: rgba(0, 0, 0, 0.46);
    color: aliceblue;
}


.hours {
    border-style: double;
    border-width: 5px;
    border-color:white;
    background: rgba(0, 0, 0, 0.46);
    color: aliceblue;
}


.headerZwei{
    text-align: center;
    text-emphasis: none;
    border-style: double;
    border-width: 5px;
    color: white;
    background: rgba(0, 0, 0, 0.46);
}


@media(max-width: 900px) {
    .whole {
        width: 80%;
        margin: auto;
    }
    .mySlides{
       width: 100%; 
       margin: auto;
    }
    
    .slideshow
    {
      width: 100%;  
    }
}

@media(max-width: 600px) {
    .whole {
        width: 70%;
        margin: auto;
    }
    .mySlides{
       width: 100%; 
       margin: auto;
    }
    
    .slideshow
    {
      width: 100%;  
    }
}
