@charset "UTF-8";


figure img, figure video, iframe { width: 100%; height: auto; padding: 0; margin: 0;}
.picLeft, .picRight { width: 50%; float: left; }
.picFull { width: 100%; float: none; }

.picLeft iframe, .picRight iframe { padding: 2em; }
h5 {font-style: normal; margin-top: -1px; border-bottom: 1px solid grey; }
p.small {font-size: .8em; margin-top: -1.5em; padding-bottom: .5em;}
h3 {background-color: lightskyblue; margin-left: -2em; padding-left: 2em;}

.blueButt {
 background-image: linear-gradient(#42A1EC, #0070C9);
  border: 1px solid #0077CC;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  direction: ltr;
  display: inline;
  font-family: "SF Pro Text","SF Pro Icons","AOS Icons","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 2px 10px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.blueButt:disabled {
  cursor: default;
  opacity: .3;
}

.blueButt:hover {
  background-image: linear-gradient(#51A9EE, #147BCD);
  border-color: #1482D0;
  text-decoration: none;
}

.blueButt:active {
  background-image: linear-gradient(#3D94D9, #0067B9);
  border-color: #006DBC;
  outline: none;
}

.blueButt:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}

.clearfix{ clear:both; }

nav li { list-style-type: none; display: inline;  }

.songList p {  }
.songListLeft { }
.songListRight { }
.songListLeft, .songListRight { width: 40%; float: left; padding: 0 2em;}

footer {background: #42A1EC; padding: 1em;}

/* max device width - iphone*/

@media screen and (width <= 800px)
 {
.picLeft, .picRight { width: 100%; float: none; }
.songListLeft, .songListRight { width: 100%; float: none; }

}

