body {
   background-image: url("../assets/Background.bmp"); 
   background-repeat: repeat;
   font-family: Calibri;
   font-size: 20px;
}
.middle {
    width: 90%;
    margin: auto;
    background: white;
}
section {
    width: 100%;
    padding: 10px;
    background: white;
}
section img {
    width: 100%;
}
table, td, th {
    text-align:center;
    border: 1px solid black;
    tr:nth-child(even) {
        background-color: brown;
    }
}
.intersection {
    margin: auto;
    width: 70%
}
.imgsmall {

}
.sidenav a {
    position: absolute;
    left: -150px;
    transition: 0.5s;
    padding: 15px;
    width: 150px;
    text-decoration: none;
    font-size: 20px;
    color: white;
}
.sidenav a:hover {
    left: 0;
}
.blog {
    top: 20px;
    background-color: brown;
}
.Scratch {
    top:80px;
    background-color: green;
}
.legoMovies {
    top: 140px;
    background-color: darkblue;
}
.slideshow-container {
    max-width: 1900px;
    position: relative;
    margin: auto;
}
.prev, .next {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: brown;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    user-select: none;
}
.next {
    right: 5%;
}
/*fix later...
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: brown;
    display: inline-block;
    transition: 0.6s ease;
    border-radius: 50%;
}
.active, .dot:hover {
    background-color: green;
}



