@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Alike, serif');
@import url('https://fonts.googleapis.com/css?family=Sriracha');
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:400i');
@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: "Arial", serif;
    background-color: #000;
    overflow-x: hidden;
    margin: 0;
    text-align: center;
    background-image: url(../img/Halloween-Wallpaper.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    text-align: center;
    color: white;
}

p {
    text-align: center;
    margin: auto;
}

.responsive {
    width: 100%;
    height: auto;
}

header {
    height: 560px;
}

section {
    height: 100px;
}

footer {
    text-align: center;
    height: 10px;
    color: white;
    background-color: black;
    padding-bottom: 30px;
    width: auto;
}

.footertop {
    padding-top:10px;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: -1;
}

.slider {
    width: 60%;
    height: 480px;
    position: absolute;
    margin-top: 20px;
    margin-left: 20%;
    margin-right: 20%;
    text-align: left;
}

img {
    max-width: 100%;
    max-height: 480px;
    position: absolute;
    opacity: 0;
    transition: 1.5s;
    border: 5px solid white;
}

.active {
    opacity: 1;
}

.inspirational {
    text-align: center;
    font-family: sans-serif;
    font-size: 150%;
    margin-left: auto;
    margin-top: 50px;
}

.contain1 {
    width: 100%;
    height: auto;
}

section {
    height: 500px;
}

@media(max-width: 480px) {
        display: block;
    }

@media(min-width:768px) {
        display: none;
    }
