@charset "UTF-8";
.indexbackground {
    background-image: url(Images/1078.GIF)
}


header {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
    background-color: #069900;
    
}
h1 {
    font-weight: normal;
    font-variant: normal;
    font-size: 75px;
    color: white;
    text-shadow: 0px 0px 10px white;
    
}
.indexheader {
    background-image: url(Images/424.GIF);
    box-shadow: 0px 0px 32px 8px #780048;
    
    animation-iteration-count: infinite;
    margin-bottom: 43px;
}

.flexbox {
    display: flex;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.indexarticle {
 flex: 1;
 background-image: url(Images/639.gif);
 box-shadow: 0px 0px 10px 2px #550033;
 padding-left: 10px;
 padding-right: 10px;
}

.indexaside {
    flex: 3;
    background-image: url(Images/607.GIF);
     box-shadow: 0px 0px 10px 4px #440a12;
    margin-left: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.whitetext {
    color: white;
    text-shadow: 0px 0px 10px white;
    font-size: 20px;
}
#whitetextbold {
    color: white;
    text-shadow: 2px 2px 5px white;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 0px;
}

.largewhitetext {
    color: white;
    text-shadow: 2px 2px 5px white;
    font-size: 30px;
    text-align: center;
}

.motion {
  animation: shake 10s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: rotate(0deg) scale(0.95);}
  10% { transform: rotate(1deg) scale(1);}
  20% { transform: rotate(-1deg) scale(0.95);}
  30% { transform: rotate(1deg) scale(1);}
  40% { transform: rotate(-1deg) scale(1.05);}
  50% { transform: rotate(1deg) scale(1)}
  60% { transform: rotate(-1deg) scale(0.95);}
  70% { transform: rotate(1deg) scale(1);}
  80% { transform: rotate(-1deg) scale(1.05);}
  90% { transform: rotate(1deg) scale(1);}
  100% { transform: rotate(0deg) scale(0.95);}
}

.motion2 {
  animation: shake2 20s;
  animation-iteration-count: infinite;
}

@keyframes shake2 {
  0% { transform: rotate(0deg) scale(0.95);}
  10% { transform: rotate(-1deg) scale(1);}
  20% { transform: rotate(1deg) scale(0.95);}
  30% { transform: rotate(-1deg) scale(1);}
  40% { transform: rotate(1deg) scale(0.95);}
  50% { transform: rotate(-1deg) scale(1)}
  60% { transform: rotate(1deg) scale(0.95);}
  70% { transform: rotate(-1deg) scale(1);}
  80% { transform: rotate(1deg) scale(0.95);}
  90% { transform: rotate(-1deg) scale(1);}
  100% { transform: rotate(0deg) scale(0.95);}
}

.motion3 {
  animation: shake3 6s;
  animation-iteration-count: infinite;
}

@keyframes shake3 {
  0% { transform: rotate(0deg) scale(1);}
  10% { transform: rotate(1deg) scale(0.95);}
  21% { transform: rotate(-1deg) scale(1);}
  32% { transform: rotate(1deg) scale(0.95);}
  40% { transform: rotate(-1deg) scale(1);}
  53% { transform: rotate(1deg) scale(0.95)}
  64% { transform: rotate(-1deg) scale(1);}
  70% { transform: rotate(1deg) scale(0.95);}
  83% { transform: rotate(-1deg) scale(1);}
  94% { transform: rotate(1deg) scale(0.95);}
  100% { transform: rotate(0deg) scale(1);}
}
.motion4 {
  animation: shake4 7s;
  animation-iteration-count: infinite;
}

@keyframes shake4 {
  0% { transform: scale(1);}
  10% { transform: scale(0.95);}
  20% { transform: scale(1);}
  30% { transform: scale(0.95);}
  40% { transform: scale(1);}
  50% { transform: scale(0.95)}
  60% { transform: scale(1);}
  70% { transform: scale(0.95);}
  80% { transform: scale(1);}
  90% { transform: scale(0.95);}
  100% { transform: scale(1);}
}


.albumoftheweek {
    margin-top: 10px;
    background-image: url(Images/648.GIF);
    box-shadow: 0px 0px 10px 1px #c55968;
    flex: 1;
}

.albumcoverstyling{
    width: 550px; 
    height: 670px;
    border: 0px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px #000000;
    
}

.frijole-regular {
  font-family: "Frijole", system-ui;
  font-weight: 400;
  font-style: normal;
}

.chelsea-market-regular {
  font-family: "Chelsea Market", system-ui;
  font-weight: 400;
  font-style: normal;
}

.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
}

.svg {
    position: absolute;
}

.wavy {
    filter: url(#warp);
}

#wavy2 {
    filter: url(#warp2);
}