body2{
    /* margin:10px 10px 10px 10px; */
    /* padding: 10px 10px 10px 10px; */
    height: 92.5vh;
    display: flex;
    justify-content:center;
    align-items: center;
    min-height: 600px;
    /* min-width: 1000px; */
    width: 100%;
    overflow-x: hidden;
    min-width: 1000px;
    background:turquoise;
}
.slideshow{
    /* width: 1300px; */
    width: 90vw;
    /* margin-left: 50px;*/
    /* margin-right:50px; */
    height:550px;
    /* height: 38vw;*/
    min-width: 1000px;
    /* overflow-x: hidden; */
    /* margin-top: 50px;
    margin-bottom: 50px; */
    border-radius: 10px;
    overflow: hidden;
}
.slideImages{
    width: 500%;
    /* width: 450vw; */
    height: 550px;
    display: flex;
}
.slideImages input{
    display: none;
}

.slideshow{
    /* width:20%; */
    transition: 2s;
}

.slide img{
    /* width: 1300px; */
    width:90vw;
    min-width: 1000px;
    height: 550px;
    /* height: 38vw; */
} 
/* manual mode*/

 .nav-manual{
    position: absolute;
    /* width: 84.75vw; */
    width: 90vw;
    min-width: 1000px;
    /* above changed from 1300px*/
    margin-top: 500px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.manual-bt{
    border: 2px solid black;
    padding: 5px;
    border-radius: 10px;
    cursor:pointer;
    transition: 2s;
}
.manual-bt:not(:last-child){
    margin-right: 40px;
}
.manual-bt:hover{
    background: black;
}

#radio1:checked ~ .first{
    margin-left:0;
    transition:2s;
}
#radio2:checked ~ .first{
    margin-left:-20%;
    transition:2s;
}
#radio3:checked ~ .first{
    margin-left:-40%;
    transition:2s;
}
#radio4:checked ~ .first{
    margin-left:-60%;
    transition:2s;
}
#radio5:checked ~ .first{
    margin-left:-80%;
    transition:2s;
}
/* automated */
.nav-automated{
    position: absolute;
    display: flex;
    /* width: 84.75vw; */
    width: 90vw;
    /* width: 100vw; */
    min-width: 1000px;
    /* above changed from 1300px */
    justify-content: center;
    align-items: center;
    margin-top: 500px;
}

.nav-automated div{
    border: 2px solid transparent;
    padding:5px;
    border-radius: 10px;
    transition:2s;
}

.nav-automated div:not(:last-child){
    margin-right: 40px;
}

#radio1:checked ~ .nav-automated .auto-bt1{
    background: black;
}
#radio2:checked ~ .nav-automated .auto-bt2{
    background: black;
}
#radio3:checked ~ .nav-automated .auto-bt3{
    background: black;
}
#radio4:checked ~ .nav-automated .auto-bt4{
    background: black;
}
#radio5:checked ~ .nav-automated .auto-bt5{
    background: black;
}


.bottombar{
    width: 100%;
    min-width:1000px;
    text-align: center;
    background-color: black;
    padding: 30px 0;
    /* justify-content: center;
    align-items: center; */
    overflow:hidden;
    bottom: 0;
    /* min-width: 1400px; */
    
}
.bottombar h6{
    margin-top: 15px;
    font-size: 15px;
    color: white;
    
}

ion-icon{
    color: white;
    width: 70px;
    height: 70px;
    padding: 20px;
    transition: .75s;
}
ion-icon:hover{
    color: gray;
}

@media screen and (max-device-width: 500px) {
    .header,.content,.footer{
        display: block;
        position: fixed;
        width: 100%;
        overflow: hidden;
        
    }
    body2{
        margin:0px;
        padding: 0px;
        height: 20vh;
        display: flex;
        justify-content:center;
        align-items: center;
        width: 100%;
        overflow-x: hidden;
        background:turquoise;
    }
    body4{
        margin:0px;
        padding: 0px;
        height: 45vh;
        display: flex;
        justify-content:center;
        align-items: center;
        background-color: black;
        overflow:hidden;
    }
}
