@import url('https://fonts.googleapis.com/css?family=Abel|Bebas+Neue&display=swap');
body {
    margin:0;
    background-color: #e1ad01;
    color: #222428;
    font-family: 'Abel', sans-serif;
}
a{
    text-decoration: none;
    color:#ffffff;
}
h1, h2, h3, h4 ,h5{
    font-family: 'Bebas Neue', cursive;
}
img{
    margin: 0;
}

.nav ul{
    list-style: none;
}
.nav li{
    display: inline-block;
}

.Description{
    margin: 20px;
}
.Description ul{
    list-style: circle;
}

.images-thing{
    display: block;
    width:100%;

}

.images-thing img{
    display: inline-block white;
    border: solid 1px ;
    float: none;
    width: 25%;
    height: 25%;
    margin: 0; 

}

.TandC{
    margin: 20px;
}

@media (max-width: 425px){
    .nav li{
        margin: 0px 7px;
    }
    .Video-Head img{
        height: 200px;
    }
}

@media (min-width: 425px and max-width: 768px){
    .nav li{
        margin: 0px 15px;
    }


} 

@media (min-width: 768px){
    .nav li{
        margin: 0px 25px;
    }
    .nav a:hover{
        background-color: #ffffff;
        color: #222428;
    }
    .slideshow-container img{
        width: 75%;
        height: 60%;
    }
    .Video-Head{
        display: none;
    }
    .nav a{
        padding: 15px;
    }
    
}



/* This is the carousel */
slideshow-container {
    max-width: 100%;
}

.mySlides {
  display: none;
  height: 100%;
     
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.8)
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.active,
.dot:hover {
    background-color: #717171
}
