@import url('https://fonts.googleapis.com/css2?family=Actor&family=Nunito:wght@400;700&family=Satisfy&display=swap');
 body{
  background-color: #A5D7F3;
  font-family: 'Nunito', sans-serif;
  margin: 0;
 }

   #mktn{
    float: left;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: normal;
    font-size: 24px;
    margin: -4px 8px 0;
   }

   #nav{
    text-align: right;
    font-family: 'Actor';
   }
   #nav a{
    padding: 6px;
    color: #d8edff;
    text-decoration: none;
    transition: color 0.1s;
   }
   #nav a:hover{
    color: #ffffff;
   }
   .ddlist{
    display: none;
    position: absolute;
    background-color: #4266D6;
    margin: 6px 0 0;
   }
   .ddlist li{
    display: block;
    text-align: left;
    padding: 6px 3px;
   }
   .ddh{
    display: inline-block;
   }

 #container{
  width: 80%;
  min-height: calc(100vh - 120px);
  margin-left: 10%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5px 15px 10px;
 }

 #footer{
  width: 80%;
  margin-left: 10%;
 }

 .pOne{
  font-family: "Passion One";
  margin-bottom: 1px;
 }

 #dirlink{
  font-family: Helvetica, sans-serif;
  font-weight: bold;
 }

 .enlgimg{
  width: 300px;
  transition: width 0.5s;
 }
 .enlgimg:active{
  width: 850px;
  transition: width 0.5s;
 }
 
 #woofgif{
  float: right;
  width: 350px;
  border: 2px groove orange;
  margin-top: 10px;
 }

 .uptop{
  margin-top: 1px;
  width: 2.2em;
  position: absolute;
  top: 6px;
  left: 48%;
  font-size: 40px;
 }
 .playdio{
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
 }
 .playdio + label{
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url('//goo.gl/7X6uNj') no-repeat 0 0;
  line-height: 24px;
 }
 .playdio:checked + label{
  background-position: 0 -24px;
  font-weight: bold;
 }
 #theSong{
  width: 400px;
  //height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
 }
 #player{
  width: 400px;
  height: 50px;
  border: 1px solid #660000;
  background-color: #fafafa;
  position: relative;
 }
 #select{
  width: 400px;
  border: 1px solid #660000;
  margin-top: -1px;
  background-color: rgba(48, 96, 0, 0.32);
 }

 #hs-prog{
  width: 100%;
  overflow-x: auto;
 }

 #pm_ba{
  text-align: center;
 }
 #pm_ba th{
  border: 1px solid gray;
  width: 400px;
 }
 #pm_ba img{
  display: inline-block;
 }

 #plco{
  display: inline-block;
 }
 #mus-desc{
  background-color: rgba(245, 145, 245, 0.2);
  transition: background-color 0.3s;
 }
 #mus-desc:hover{
  background-color: rgba(245, 165, 195, 0.3);
 }
 #mus-desc a{
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(3, 3, 3, 0.2);
  text-decoration-color: rgba(3, 3, 3, 0.2);
  color: black;
  transition: color, text-decoration-color 0.2s;
 }
 #mus-desc:hover a{
  text-decoration: underline;
  color: -webkit-link;
  color: -moz-hyperlinktext;
 }

 img.captioned{
  width: 70%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
 }
 .caption{
  background-color: rgba(122,135,122, 0.2);
  width: calc(70% - 4px);
  max-width: 100%;
  margin: 0 auto 6px;
  padding: 6px 2px;
 }