html {
    background: #fffdd0;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}

body {
    background: lightgrey;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 2em 2em 4em;
}

ul  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li  {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}

.active {
    background-color: #4CAF50;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 2em 2em 2em 2em;
    background-color: aliceblue;
    outline-style: solid;
    outline-width: 2px;
}

.centermain{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding: 2em 2em 2em 2em;
    background-color: aliceblue;
    outline-style: solid;
    outline-width: 2px;
    outline-color: darkgrey;
}

.centerlogo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    outline-style: solid;
    outline-width: 2px;
    outline-color: darkgrey;
}

.centerlogotwo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    outline-style: solid;
    outline-width: 2px;
    outline-color: black;
    padding-top: 10px;
    padding-bottom: 10px
}

.centermikeandmitch {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding: 2em 2em 2em 2em;
    background-color: aliceblue;
    background-color: aliceblue;
    outline-style: solid;
    outline-width: 2px;
    outline-color: darkgrey;
}

footer{
        padding: 10px 20px;
        background-color: #333;
        color: white;
        font-size: 16px;
      }

.column {
    float: left;
    width: 33.3%;
    background-color: aliceblue;
    text-align: center;
}

.columnvideo {
    float: left;
    width: 16.65%;
    text-align: center;
}

.columnvideo2 {
    float: left;
    width: 25%;
    text-align: center;
}
    
.columntunes {
    float: left;
    width:20%;
    background-color: aliceblue;
    text-align: center;
}

.tunessmall{
    float: left;
    width:30%;
    background-color: aliceblue;
    text-align: center;
}

.tunessmallblank{
    float: left;
    width:20%;
    text-align: center;
}

.columnblank {
    float: left;
    width:20%;
    text-align: center;
}

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

.kind {
        align-content: center;
}

.kind1 {
        padding-left: 200px;
}

.columnone {
    float: left;
    width: 100%;
    background-color: aliceblue;
    text-align: center;
}

.bigcolumn {
    float: left;
    width: 50%;
    background-color: aliceblue;
    text-align: center;
}

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

.columntwo {
    float: left;
    width: 33.3%;
    text-align: center;
}

.kindone {
        align-content: center;
        outline-style: solid;
        outline-width: 2px;
}

.kindonetext {
        align-content: center;
        outline-style: solid;
        outline-width: 2px;
        background-color: aliceblue;
}

.kindonetext1 {
        align-content: center;
        outline-style: solid;
        outline-width: 2px;
        background-color: aliceblue;
}


.contact {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 2em 2em 2em 2em;
    background-color: aliceblue;
    font-size: 30px;
}

.music{
    width= 400;
    border= 1; 
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

h1{
    text-align: center;
}

.columnpic {
    float: left;
    width: 20%;
    text-align: center;
}

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

.fampics{
    height: 80%;
    width: 80%;
    border-style: solid;
    border-color: darkslategray;
}

.fampics1{
    height: 381px;
    width: 80%;
    border-style: solid;
    border-color: darkslategray;
}

.fampics2{
    height: 302px;
    width: 80%;
    border-style: solid;
    border-color: darkslategray;
}

.fampics3{
    height: 560px;
    width: 80%;
    border-style: solid;
    border-color: darkslategray;
}

.fampics4{
    height: 493px;
    width: 80%;
    border-style: solid;
    border-color: darkslategray;
}

.fampics5{
    height: 480px;
    width: 80%;
    border-style: solid;
    border-color: darkslategray;
}

.panorama{
    height: 300px;
    width: 100%;
    border-style: solid;
    border-color: darkslategray;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.slideshow-containerone {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlidesone {
  display: none;
}

/* Next & previous buttons */
.prevone, .nextone {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.nextone {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevone:hover, .nextone:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.textone {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertextone {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dotone {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.activeone, .dotone:hover {
  background-color: #717171;
}

/* Fading animation */
.fadeone {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

#wrapper
{
 text-align:center;
 margin:0 auto;
 padding:0px;
 width:995px;
}

#player
{
 background-color:#084B8A;
 width:400px;
 margin-left:300px;
 padding:5px;
 box-sizing:border-box;
}

input[type="image"]
{
 float:left;
 height:20px;
 margin-left:2px;
 margin-right:5px;
 margin-top:2px;
}

#vol_img
{
 margin-left:150px;
 width:20px;
}