/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

.body {
  background-color: blue;
  color: black;
  
}

::selection {
  background: #FFD19C;
}

/* BEWARE EXPERIMENT IN PROGRESS !!!!*/

.column {
  float: left;
  padding: 10px;
 
}

.small {
  width: 20%;
  
}

.thirty{
width:32%;

}

.Seventy{
  width:68%;
  
}

.big {
  width: 40%;
}

.threeven {
  width: 33%;
}

.twolazy4margins {
  width: 7%;
}

.idklike60ig {
  width: 60%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Experiment over, it literally went fine on my first try lol !!!!*/

a {
  text-decoration: none;
  font-weight: bold;
}

.one:link {color:#57BCA2;}
.one:hover {color:#EA6B8C;}
.one:visited {color:#57BCA2;}
.one:visited:hover {color:#EA6B8C;}

/* the 'two' links are just for the footer, just reverses the hover color orders to look more appealing on the dark green */

.two:link {color:#EA6B8C;}
.two:hover {color:#57BCA2;}
.two:visited {color:#EA6B8C;}
.two:visited:hover {color:#57BCA2;}


.blinkymarquee {
  width: fit-content;
  height: 255px;
  overflow: hidden;
  margin-top:33%;
  margin-bottom:33%;
}

.blinkylist {
  position: relative;
  animation: VertMarquee 22s linear infinite;
  
}
.blinkylist:hover{
  animation-play-state: paused;
}

    
@keyframes VertMarquee
 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-83%);
  }
}

::-webkit-scrollbar {
  width: 15px;
  background: #030A06; 
}

::-webkit-scrollbar-thumb {
  background: #57BCA2;
}

::-webkit-scrollbar-thumb:hover {
  background: #EA6B8C; 
}

.TitleBar {
  border-style: solid;
  border-color: rgba(101, 205, 178, 1); /* light blue */
  border-width: 4px;
  text-align: center;
  background-color: rgba(3, 10, 6, 1); /*super dark green*/
  border-radius: 20px;
  padding: 8px;
  width: 96%;
  color:white;
  font-size: 40px;
  font-family: "Chewy", sans-serif;
}

.TtlImg{
  border:4px solid #030A06;
  border-radius: 20px;
  margin-bottom: 8px;
}

footer {
  border-style: solid;
  border-color: rgba(101, 205, 178, 1); /* light blue */
  border-width: 4px;
  background-color: rgba(3, 10, 6, 1);
  border-radius: 20px;
  text-align: center;
  padding: 3px;
  color: white;
  width: 96%;
  margin-top: 15px;
  font-size: 14px;
  font-family: "Sour Gummy", sans-serif;
}

.flag {
  border-radius: 8px;
  border: 2px solid #EA6B8C;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ConstGuy {
  margin-bottom: -14px;
}

.divSU {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius:8px;
  width:100%;
}

.imptxt {
  font-size: 23px;
  color: rgba(0, 0, 0, 1);
  font-family: "Chewy", sans-serif;
}

.bgpnk {
  font-size: 25px;
  color: #EA6B8C;
  font-family: "Chewy", sans-serif;
}

p1 {
  font-size: 17px;
  color: #EA6B8C;
  font-family: "Chewy", sans-serif;
}

.smimptx {
  font-size: 17px;
  color: black;
  font-family: "Chewy", sans-serif;
}

.tinytx {
  font-size: 12px;
}


.SUcont {
  border-style: solid;
  border-color: #EA6B8C;
  border-radius:20px;
  border-width: 4px;
  width: 85%;
  align-items: center;
  position: relative;
  text-align: center;
  background-image: linear-gradient(rgba(250,218,227, 1), rgba(237,129,157, 1));
  padding: 18px;
  color:white;
  font-size: 17px;
  font-family: "Chewy", sans-serif;
}

.rowdisplay{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  
}

.bsolidr {
  border-style: solid;
  border-color: rgba(101, 205, 178, 1);
  display:flex;
  border-width: 4px;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  background-image: linear-gradient(rgba(233, 239, 236, 1), rgba(209, 240, 225, 1));
  padding: 18px;
  font-size: 17px;
  font-family: "Sour Gummy", sans-serif;
  box-shadow: 7px 7px rgba(0, 0, 0, .3);
}


/* idk if i wanna use this innr part tbh, like it looks neater but idk 
Decided i liked it a lot, using her afterall*/

.innr {
  border-style: solid;
  border-color: lightgrey;
  border-width: 1px;
  border-radius: 16px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 20px;
  font-size: 17px;
  font-family: "Sour Gummy", sans-serif;
}

.BSKYcont {
  border-style: solid;
  border-color: lightgrey;
  border-width: 1px;
  border-radius: 16px;
  text-align: center;
  align-items: center;
  background-color: white;
  overflow: hidden;
  width: 640px;
  padding: 5px;
  font-family: "Sour Gummy", sans-serif;
  font-size: 15px;
  
}

.chead {
  background-color: rgba(3, 10, 6, 1);
  padding: 10px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: white;
  font-size:28px;
  font-family: "Chewy", sans-serif;
  width: 100%;
  height: 56px;
  box-shadow: 7px 7px rgba(0, 0, 0, .3);
}

.eqheadfoot {
  background-color: rgba(3, 10, 6, 1);
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #030A06;
  font-size:28px;
  font-family: "Chewy", sans-serif;
  width: 100%;
  height: 21px;
  box-shadow: 7px 7px rgba(0, 0, 0, .3);
}

.cfoot {
  background-color: rgba(3, 10, 6, 1);
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 12px;
  color: #030A06;
  width: 100%;
  height: 21px;
  box-shadow: 7px 7px rgba(0, 0, 0, .3);
}

.codebox {
  margin-right: 25px;
  margin-left: 25px;
  display: block;
  max-width: 230px;
  width: 230px;
  max-height: 62px;
  height: 62px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #EDF9F3;
  padding-left: 5px;
  padding-right: 15px;
  padding-bottom: 2px;
  padding-top: 2px;
  border-style: solid;
  border-color: #EDF9F3;
  border-width: 2px;
  border-radius: 9px;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-size: 16px;
}

.lilcopy {
  width: 56px;
  height: 21px;
  background-color: #65CDB2;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  font-family: "Sour Gummy", sans-serif;
  transition-duration: 0.4s;
  cursor: pointer;
}

.lilcopy:hover {
  background-color: #1E3D35;
  color: white;
}

.logbox {
  height: 290px;
  max-height: 290px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #EDF9F3;
  font-size: 17px;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 14px;
  border-style: solid;
  border-color: #EDF9F3;
  border-width: 2px;
  border-radius: 3%;
  box-sizing: border-box;
}

.logbar::-webkit-scrollbar {
  width: 6px;
  background: #030A06;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  
}

.logbar::-webkit-scrollbar-thumb {
  border-style: solid;
  border-color: #030A06;
  border-width: 1px;
  background: #57BCA2;
  border-radius: 5px;
}

.logbar::-webkit-scrollbar-thumb:hover {
  background: #EA6B8C; 
}

.MusicPlayer {
  width: 100%;
  height: 470px;
  border-style: solid;
  border-color: lightgrey;
  border-width: 1px;
  border-radius: 16px;
  padding: 6px;
  background-color: white;
  align-items: center;
  text-align: center;
  overflow: hidden;
  z-index: 4;
}

.musicname, .artistname {
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
}

.musicname {
  font-size: 27px;
  font-family: "Chewy", sans-serif;
}

.artistname{
  font-size: 15px;
  font-family: "Sour Gummy", sans-serif;
  color: #EA6B8C;
}

.currenttime, .totaltime {
  font-size: 13px;
  font-family: "Sour Gummy", sans-serif;
  margin-left: 15px;
  margin-right: 15px;
}

.totaltime {
  position: absolute;
  right: 0;
}

.currenttime {
  position: absolute;
  left: 0;
}

.disk{
  position: relative;
  display: block;
  margin: auto;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-image: url("UTLogo.png");
  background-size: contain;
  animation: rotate 5s linear infinite;
  animation-play-state: paused;
  z-index: 3;
}

.disk.play {
  animation-play-state: running;
}

@keyframes rotate{
  0%{
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.disk:before {
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  border-style: solid;
  border-color: black;
  border-width: 2px;
}

.diskback {
  content:'';
  position: absolute;
  bottom: 35%;
  left: 22%;
  border-radius: 50%;
  background: white;
  width: 195px;
  height: 195px;
  box-shadow: 7px 7px rgba(0, 0, 0, .3);;
  z-index: 2;
}

.songslider {
  width: 100%;
  position: relative;
  margin-top: 12px;
  margin-bottom: 5px;
}

.seekbar {
  appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  width: 80%;
  height:11px;
  background: lightgrey;
  cursor: pointer;
  overflow: hidden;
}

.seekbar::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 11px;
  height: 11px;
  background: #030A06;
  box-shadow: -400px 0 0 400px rgba(101, 205, 178, 1);
}

.controls {
  display: flex;
  width: 70%;
  height: 75px;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  margin-top: 6px;
}

.playbtn {
  position: relative;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  cursor: pointer;
  background: #65CDB2;
  border: none;
}

.playbtn:hover {
  background-color: #266866;
  transition: .4s;
}

.playbtn span {
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translateY(-50%);
  width: 6px;
  height: 18px;
  background: black;
  border-radius: 2px;
  transition: .5s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.playbtn span:nth-child(2) {
  left: 55%;
  transform-origin: center;
}

.playbtn.pause span:nth-child(2) {
  transform: translateY(-50%) scaleY(0);
}

.playbtn.pause span:nth-child(1) {
  width: 35%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  clip-path: polygon(0 0, 100% 50%, 100% 50%, 0% 100%);
}

.musbtn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #65CDB2;
  border: none;
}

.musbtn:hover {
  background-color: #266866;
  transition: .4s;
}

.menubutton {
  background-color: #65CDB2;
  border: none;
  color: black;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: "Sour Gummy", sans-serif;
  margin: 4px 2px;
  transition-duration: 0.4s;
  width: 100%;
  cursor: pointer;
}

.menubutton:hover {
  background-color: #1E3D35;
  color: white;
}