body {
    font-size: 15px;
    font-family: "MS Gothic";
    background-image: url("/peace.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

table, th, td {
    width: 180px;
    margin: 0;
    padding: 1px;
    border: 1px solid #000000;
    border-collapse: collapse;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}

h1 {
    font-size: 17px;
    margin: 0.5em;
}

ul {
    list-style-type: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    width: 60%;
    color: #3878b0;
    margin-left: 0;
    padding-left: 0;
}

ul li {
  /*border-bottom: 1px solid #bebebe;*/
  text-decoration: underline;
  /*margin: auto;*/
  /*text-align: right;*/
  background: url(/bullet.png) 0px 2px no-repeat;
  padding: 2px 0px 2px 22px;
}

marquee {
    font-size: 17px;
    font-style: italic;
    margin: auto;
}

.Saturday
{
    background: #97f4f2; 
}

.Sunday
{
    background: #f497bb; 
}

.Special {
    background: #f4ee97;
}

.parent {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    /*grid-template-rows: repeat(4, 1fr);*/
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 50%;
    /*padding: auto;*/
    margin: auto;
    margin-top: 0;
}

.header { 
    grid-area: 1 / 1 / 2 / 4; 
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    padding-top: 0;
    margin: 0;
}

.leftup { 
    grid-area: 2 / 1 / 4 / 2; 
    /* background: white;
    border: 2px solid #97d0c8; */
    background: #97d0c8;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.leftdown { 
    grid-area: 4 / 1 / 5 / 2; 
    background: #97d0c8;
    padding: 1em;
}

.middle { 
    grid-area: 2 / 2 / 5 / 3; 
    /* background: #88c8b0; */
    padding: 1em;
}


.rightup { 
    grid-area: 2 / 3 / 3 / 4; 
    background: white;
    border: 2px solid #97d0c8;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.rightdown { 
    grid-area: 3 / 3 / 5 / 4; 
    background: #97d0c8;
    padding: 1em;
}

#header
{
    text-align: center;
    letter-spacing: -1px;
    background: linear-gradient(#ffffff, #eef7f5);
    box-shadow: inset 2px 2px #97f4f2, inset -2px 2px #97f4f2, inset -2px -2px #97f4f2, inset 2px -2px #97f4f2;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 4px;
    width: 100%;
}

#header:hover {
    background: #97f4f2;
}

.standard {
    background: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* .popbox {
    box-shadow: inset 13px 0px 6px -10px rgb(136 200 176 / 56%), inset -13px 0px 6px -10px rgb(136 200 176 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(136 200 176 / 38%);
    filter: drop-shadow(0px 0px 1px #88c8b0);
    -webkit-filter: drop-shadow(0px 0px 1px #88c8b0);
    background:white;
    color:black;
    width:calc(100% - 20px);
    height:fit-content;
    /* max-height:190px; */
    /* overflow-y:auto;
    border-radius:10px;
    padding:8px 10px 10px 10px;
    box-sizing:border box; */
    /* margin:0 auto;
    padding: auto; */

#top {
    align-self: flex-end;
    width: 200px;
    height: 50px;
    background: #97d0c8;
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
    box-shadow: 2px 0 black;
}

#toplow {
    width: 100%;
    height: 25px;
    background: white;
    border: 2px solid #97d0c8;
}

#scrolling {
    width: 100%;
    height: 40px;
    background: #ffffff;
    box-shadow: inset 13px 0px 6px -10px #bebebe, inset -13px 0px 6px -10px #bebebe, inset 0px 13px 6px -10px #bebebe, inset 0px -13px 6px -10px #bebebe;
    border-radius: 10px;
    border: 1px solid #88c8b0;
    display: flex;
}

#albumcov {
  width: 100px;
  height: 100px;
  z-index: 1;
}

/* Spinning Ablbum Code -> girisgoblog */

#cdimg {
  position: absolute;
  width: auto;
  height: 90px;
  right: 10px;
  top: 15px;
  z-index: 0;
  -webkit-animation: spin 2s linear infinite;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#chimeimg {
  height: 100px;
  width: auto;
  -webkit-animation: wind 2s linear infinite;
  -webkit-animation: wind 4s linear infinite;
  -moz-animation: wind 4s linear infinite;
  animation: wind 4s linear infinite;
}

@keyframes wind {
  
  0% {
    transform-origin: 50% top;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  25% {
    transform-origin: 50% top;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  
  75% {
    transform-origin: 50% top;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  
  100% {
    transform-origin: 50% top;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

#news {
  background-image: linear-gradient(#eef9f7, #3878b0);
  color: transparent;
  background-clip: text;
  font-size: 20px;
  font-weight: bold;
}

.subsection {
  background: #88c8b0;
  width: 100%l
  border-radius: 10px;
}

/* #mainback {
    background: white;
    border-radius: 10px 0 10px 10px;
    box-shadow: 1px 1px black;
    height: 500px;
    width: 75%;
} */



/* @font-face {
font-family: "zitendo";
src: url("https://file.garden/aC4aPVnsQhh85lkY/zitendolite.ttf");
}

.left h1:after{
font-family: "zitendo";
content:" ,";
} */