@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: cadetblue;
    overflow-x: hidden;
    
}

/*header p {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}*/

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

header {
    height: 600px;
    
}

img {
  object-fit: contains;
}

/*#backgroundimage {
    background: url("../img/christmaswp.jpeg");
    margin-top: none;
    margin-left: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    background-position: 50%;
    background-size: 100% 100%;
    z-index: -1;
}*/

section {
    height: auto;
}

article {
    height: 100px;
    text-align: center;
}

footer {
    text-align: center;
    height: 100px;
    color: white;
    background-color: black;
    padding-top: 50px;
}

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

.underline {
    text-decoration: underline;
}

.slider {
    width: 80%;
    height: 600px;
    position: absolute;
    margin-top: 20px;
    margin-left: 5%;
    text-align: left;
    margin-right: 95%;
    padding bottom: 30px;
    border: white 20px solid;
}

img {
    max-width: 100%;
    min-height: 600px;
    max-height: 600px;
    position: absolute;
    opacity: 0;
    transition: 0.4s;*/
}

.active {
    opacity: 1;
}

.inspirational {
    text-align: center;
    font-family: 'Sriracha', serif;
    font-size: 20px;
    margin-top: 25px;
    color: white;
}

.contain1 {
    width: 600px;
    height: 600px;
    
}

section {
    height: 600px;
}

.marfix {
    width: 100%;
    margin-right: 10px;
}


/*dec24 {
    text-align: center;
    padding-top: 40px;
    border-box: goldenrod 4px solid;
}*/

.music {
    display: none;
}

#backgroundimage{
    background-image: url(img/mtaber.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

/* Player-Playlist Styling */

#playlist {
    list-style: none;
}
#playlist li a {
    color: black;
    text-decoration: none;
}

#playlist .current-song a {
    color: blue;
}

.controlandplaylist {
    text-align: center;
    margin-top: 150px;
    
}

@media(max-width: 600px) {
    .contain1 {
        display: block;
    }
}
/*img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom;
}*/

/*.img {
   object-fit: contain;
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
}*/

/*img {
  display: block;
  max-width: 480px;
  max-height: 480px;
  width: auto;
  height: auto;
}*/

