body {
  background-color: #538AC0;
  background-size: contain;
}
.wrapper {
  height: auto !important;
  min-height: 100%;
  top: 0;
  position: fixed;
  }
.wrapper-top {
	position: fixed;
	height: 100%;	
	min-height: 100%;	
  top: 0;	
	z-index: 999;	
}
.constr {
	height: 100%;
	width: 100%;
}
#tropVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index:-9999;
  }
  #home-top-wrap {
    position: relative;
    display: block;
    min-height: 30vh;
    width: 100vw;
    text-align: center;
  }
  #home-middle-wrap {
    position: relative;
      height: 30vh;
      overflow: auto;
      width: 100vw;
  }
  #home-middle-left {
    margin-top: 1rem;
    float: left;
    width: 33%;
    text-align: center;
  }
  #home-middle-middle {
    margin-top: 1rem;	
    float: left;
    width: 33%;
    text-align: center;
  }
  #home-middle-right {
    margin-top: 1rem;
    float: left;
    text-align: center;	
    width: 25%;
  }
  #aud_float {
    height: 30vh;
    width: 100vw;    
  }
  #clear {
    clear: both;
  }
  #bio-wrap {
    float:left;
    height: 100vh;    
    width: 79%;
    z-index: 99;
  }
  #bio-left {
    float: left;
    width: 20%;
    height: auto;
  }
  #bio-top-right {
    float: left;
    width: 75%;
    min-height: 150px;
    overflow: visible;
    padding-left: 8px;
  }
  #bio-top-right img {	
    width: auto;
    height: auto;
  }
  #bio-middle-wrap {
    position: relative;
      height: 300px;
      overflow: auto;
      width: 95%;
    z-index: 99;
    background-color:  rgba(214, 234, 248,0.3);	
  }
  #bio-middle-wrap::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  #bio-middle-wrap::-webkit-scrollbar
  {
    width: 12px;
    background-color: #F5F5F5;
  }
  
  #bio-middle-wrap::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
  }
  #bio-middle-left {
    float: left;
      height: auto;
      width: 40%;
    z-index: 5;	
  }
  #bio-middle-right {
    float: left;
      height: auto;
      width: 55%;
    z-index: 5;	
  }
  #bio-bottom-wrap {
    position: relative;
    min-height: 180px;
    overflow: visible;
    width: 95%;
    z-index: 99;
  }
  #bio-bottom-left {
    margin-top: 1rem;
    float: left;
    width: 30%;
    padding-right: 5px;
  }
  #bio-bottom-middle {
    margin-top: 1rem;	
    float: left;
    width: 30%;
    padding-right: 5px;	
  }
  #bio-bottom-right {
    margin-top: 1rem;
    float: right;
    width: 30%;
  }
  #bio-bottom-right img {	
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  #jukebox_wrap {
    position: relative;
    display: inline-block;
    width: 100vw;
    height: 100vh;
  }
  #jb-menu {
    margin-top: 1rem;
    float: left;
    width: 15vw;
    height: 100vh;
    text-align: center;
    vertical-align: top;
  }
  @media (min-width: 480px) {
    #jukebox-left  {
      background-image:url(/images/audio_jukebox2.gif);
      background-size: contain;
      background-repeat:no-repeat;
      margin-top: 1rem;
      float: left;
      width: 42vw;
      height: 70vh;
      vertical-align: top;
    }
    #music-wrap {
      background:rgba(37, 52, 193, 0.3);      
      position: relative;
      top: 25%;
      left: 5%;
      width: 50%;
      height: 55%;
    }
    #jukebox-right  {
      background-image:url(/images/video_jukebox2.gif);
      background-size: contain;
      background-repeat:no-repeat;
      margin-top: 1rem;
      float: left;
      width: 42vw;
      height: 70vh;
      vertical-align: top;
    }
  }
  @media (max-width: 479px) {
    #jukebox-left  {
      background-image:url(/images/audio_jukebox2.gif);
      background-size: contain;
      background-repeat:no-repeat;
      margin-top: 1rem;
      float: left;
      width: 80vw;
      height: 45vh;
      vertical-align: top;
      display: block;
    }
    #music-wrap {
      background:rgba(37, 52, 193, 0.3);      
      position: relative;
      top: 25%;
      left: 5%;
      width: 80%;
      height: 55%;
    }
    #jukebox-right  {
      background-image:url(/images/video_jukebox2.gif);
      background-size: contain;
      background-repeat:no-repeat;
      margin-top: 1rem;
      float: left;
      width: 80vw;
      height: 45vh;
      vertical-align: top;
      display: block;
    }
  }
  @media (min-width: 480px) {
    #gallery-left {
      float: left;
      width: 15%;
      height: auto;
    }
  #gallery-wrap {
    float:left;
    height: 100vh;    
    width: 83%;
    z-index: 99;
  }  
  #pix-wrap {
    position: relative;
    margin-top: 20px;    
    height:auto;
    width: 95%;
  }
  #pix1 {
    display: inline;
    left: 5%;
    top: 5%;
  }
  #pix2 {
    display: inline;
    left: 60%;
    top: 10%;    
  }
  #pix3 {
    display: inline;
    left: 15%;
    top: 20%;    
  }
  #pix4 {
    display: inline;
    left: 70%;
    top: 40%;
  }
  #pix5 {
    display: inline;
    left: 50%;
    top: 20%;  
  }
  #pix6 {
    display: inline;
    left: 70%;
    top: 40%;
  }
  #pix7 {
    display: inline;
    left: 70%;
    top: 40%;
  }
  #pix8 {
    display: inline;
    left: 70%;
    top: 40%;
  }  
  img.gallimg {
    width: 250px;
    height: auto;
  }
}

#welcome {
  position: relative;
  left: 30%;
  top: 3%;
}
@media (max-width: 479px) {
  #gallery-left {
    float: left;
    width: 15%;
    height: auto;
  }
#gallery-wrap {
  float:left;
  height: 100vh;    
  width: 83%;
  z-index: 99;
}  
#pix-wrap {
  position: relative;
  margin-top: 30px;    
  height:auto;
  width: 95%;
}
#pix1 {
  display: inline;
  left: 5%;
  top: 5%;
}
#pix2 {
  display: inline;
  left: 60%;
  top: 10%;    
}
#pix3 {
  display: inline;
  left: 15%;
  top: 20%;    
}
#pix4 {
  display: inline;
  left: 70%;
  top: 40%;
}
#pix5 {
  display: inline;
  left: 50%;
  top: 20%;  
}
#pix6 {
  display: inline;
  left: 70%;
  top: 40%;
}
#pix7 {
  display: inline;
  left: 70%;
  top: 40%;
}
#pix8 {
  display: inline;
  left: 70%;
  top: 40%;
}
img.gallimg {
  width: 100px;
  height: auto;
}  
}    
div.headbox
  {
  /*width: 350px;
  height: 100px; */
	margin:30px 0px 0px 30px;
  }
div.menubox
  {
	width: 220px;
	height: auto;
	position:absolute;
	left: 5px;
	top: 139px;
  }
  div.pix1box
  {
	width: 290px;
	height: 340px;
	position: absolute;
	float:left;
	left: 700px;
	top: 13px;
  }
  div.pix2box
  {
	width: 290px;
	height: 340px;
	position: absolute;
	float:left;
	left: 514px;
	top: 368px;
  }  
  div.pix3box
  {
	width: 290px;
	height: 340px;
	position: absolute;
	float:left;
	left: 600px;
	top: 200px;
  }            
div.textbox
  {
	width: 461px;
	height: 247px;
	position: absolute;
	text-align:justify;
	font-weight:bold;
	color:#ffffff;
	font-family: Calibri;
	font-size: 20px;
	position:absolute;
	left: 180px;
	top: 169px;
  }
  div.contactbox
  {
	width: 461px;
	height: 247px;
	position: absolute;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
	left: 180px;
	top: 169px;
  }  
  a:link, a:visited, a:focus {
    text-decoration: none;
    text-align: left;
    vertical-align: top;
}
img {
  vertical-align: middle;
}
.style1 {
        font-size: .9rem;
        color: #ffffff;
        font-weight: bold;
        text-decoration:none;
        font-family:'Rock Salt', cursive;	
    }
    .style1 a:link, .style1 a:visited, .style1 a:focus {
         text-decoration: none;
         color: #FFF;
    }
    .style1 a:hover {
        color:#FFCC00;
    }
    
    hr {
            color: #FFCC66;
            width: 50%;
    }
    p.style1 {
        text-align: left;
        line-height: 2rem;
    }
    .style2 {
        font-family:'Kalam', cursive;	
        font-size: 1rem;
        font-weight:bold;
        color: #fff;
    }
    p.style2 {
        text-align: center;
    }
    .style2 a:link, .style2 a:visited, .style2 a:focus {
         text-decoration: none;
        color: #FFF;	 
    }
    ul {
        list-style-type: none;
    }
    li {
        font-family:'Kalam', cursive;		
        font-size: 1.5rem;
        font-weight:bold;
        color: #FFCC66;
    }
    .style3, .style3 a:link, .style3 a:visited, .style3 a:focus {
        text-decoration: none;
        font-family:'Kalam', cursive;		
        font-size: 1.8rem;
        font-weight:bold;
        color: #FFCC66;
   }
   @media (min-width: 480px) {
    .style4 {
        font-size: 2rem;
        color: #ffffff;
        font-weight: bold;
        text-decoration:none;
        font-family:'Rock Salt', cursive;	
    }
  }
  @media (max-width: 479px) {
    .style4 {
        font-size: 1.2rem;
        color: #ffffff;
        font-weight: bold;
        text-decoration:none;
        font-family:'Rock Salt', cursive;	
    }
  }
    .style4 a:link, .style4 a:visited, .style4 a:focus {
         text-decoration: none;
         color: #FFF;
    }
    .style4 a:hover {
        color:#FFCC00;
    }
    p.style4 {
        text-align: center;
    }
    @media (min-width: 480px) {
    .style5, .style5 a:link, .style5 a:visited, .style5 a:focus {
      text-decoration: none;
      font-family:'Kalam', cursive;		
      font-size: 1.3rem;
      font-weight:bold;
      color: #FFF;
   }
  }
  @media (max-width: 479px) {
    .style5, .style5 a:link, .style5 a:visited, .style5 a:focus {
      text-decoration: none;
      font-family:'Kalam', cursive;		
      font-size: 1rem;
      font-weight:bold;
      color: #FFF;
   }
  }
 @media (min-width: 480px) {  
 .style6, .style6 a:link, .style6 a:visited, .style6 a:focus {
  text-decoration: none;
  font-family:'Kalam', cursive;		
  font-size: 1.8rem;
  font-weight:bold;
  color: #2c0fad;
  }
 }
 @media (max-width: 479px) {  
  .style6, .style6 a:link, .style6 a:visited, .style6 a:focus {
   text-decoration: none;
   font-family:'Kalam', cursive;		
   font-size: 1.3rem;
   font-weight:bold;
   color: #2c0fad;
   }
  }
 
    .clear {
        clear: both;
    }
    .col-head {
        text-align: center;
        position: absolute;
        top:0px;
    }
    blockquote {
        color: #ffcc66;
        font-family:'Kalam', cursive;		
        font-size: .9rem;	
    }
@media (min-width: 480px) {
    .music {
        position:relative;
        font-family:Arial, Helvetica, sans-serif;
        font-size: .8rem;
        color: #fff;
        display:block;
        white-space: nowrap;
        width: 100%;
        height: 16%;
    }  
    .mp3title {
        display:block;
        font-family:Arial, Helvetica, sans-serif;
        font-size: .8rem;
        font-weight: bold;
        color: #fff;        
        width: 100%;        
        vertical-align: bottom;
    }
  }
  @media (max-width: 479px) {
    .music {
        position:relative;
        font-family:Arial, Helvetica, sans-serif;
        font-size: .7rem;
        color: #fff;
        display:block;
        white-space: nowrap;
        width: 100%;
        height: 16%;
    }  
    .mp3title {
        display:block;
        font-family:Arial, Helvetica, sans-serif;
        font-size: .7rem;
        font-weight: bold;
        color: #fff;        
        width: 100%;        
        vertical-align: bottom;
    }
  }  
@media (min-width: 480px) {
    .video {
      position:relative;
      font-family:Arial, Helvetica, sans-serif;
      font-size: .9rem;
      background-color: #fff;
      color: #000;
      display:block;
      width: 100%;
      height: 10%;
      border-radius: 10px;
      margin-bottom: 5%;
  }
}
@media (max-width: 479px) {
  .video {
    position:relative;
    font-family:Arial, Helvetica, sans-serif;
    font-size: .7rem;
    background-color: #fff;
    color: #000;
    display:block;
    width: 100%;
    height: 10%;
    border-radius: 10px;
    margin-bottom: 5%;
}
}
    audio {
        display: block;
        width: 100%;
        height: 50%;

    }
@media (min-width: 480px) {
    .radio {
      display: block;
      width: 150px;
      height: 25px;
      position: fixed;
      bottom: 30px;
    }
  }
  @media (max-width: 479px) {
    .radio {
      display: block;
      width: 150px;
      height: 25px;
      transform: rotate(90deg);
      position: fixed;
      bottom: 120px;
      left: -35px;
    }
  }    
    #bottom-copy {      
      font-size: .8em;
      color: #fff;
      position: absolute;
      left: 10px;
      bottom: 10px;
    }    