body {
 padding-top: 10px;
 background: url("image/HoustonOpenKarateTournament2018_BG-1.JPG") no-repeat center center fixed;
 background-size: 100% auto;
  background-color:#000000;
}

.starter-template {
 padding: 1px 0px 550px 0px;
  color: #FFFFFF;
}

.starter-template a {
 color:#FFFFFF;
 }      



 /* CAPTION */

h1,h2,h3,h4{
    padding: 0px;
    margin: 0px;
  }

  .caption-style-2{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    
  }

  .caption-style-2 li{
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
  }

  .caption-style-2 li:hover .caption{
    opacity: 1;
    transform: translateY(-100px);
    -webkit-transform:translateY(-100px);
    -moz-transform:translateY(-100px);
    -ms-transform:translateY(-100px);
    -o-transform:translateY(-100px);

  }


  .caption-style-2 img{
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
  }


  .caption-style-2 .caption{
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top:200px;
    -webkit-transition:all 0.15s ease-in-out;
    -moz-transition:all 0.15s ease-in-out;
    -o-transition:all 0.15s ease-in-out;
    -ms-transition:all 0.15s ease-in-out;
    transition:all 0.15s ease-in-out;

  }
  .caption-style-2 .blur{
    background-color: rgba(0,0,0,0.7);
    height: 240px;
    width: 258px;
    z-index: 5;
    position: absolute;
  }

  .caption-style-2 .caption-text h1{
    text-transform: uppercase;
    font-size: 18px;
  }
  .caption-style-2 .caption-text{
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 258px;
    height: 240px;
    text-align: center;
    top:5px;
  }

   /* CAPTION */


   #theplayers {
   margin-top:20px;
   margin-bottom:20px;
   height:auto;
   color: #fff;
}

   .playersbg {
     background-color: rgba(0,0,255,0.3);
   }

  #theplayers h1 {
  text-align: center;
  margin-bottom: 0.3em;
}
  
  #theplayers .work {
    display: block;
  position: relative;
    }

#theplayers img {
border: 3px solid white;
box-sizing: border-box;
display: block;
margin-left: auto;
margin-right: auto; 
}

#theplayers a {
color: gold;
}

#theplayers p {
color:#FFFFFF;
font-size: 2.0em;
}


.theplayers {
background-color: #13315b;	
}

#union2 {
font-family: arial;
font-size: 1.8em; 
background-color: #163766;
text-align: center;
color: white;
letter-spacing: 2px;
padding-top: 12px;
padding-bottom: 12px;
}

#union2 h2 {
font-family: 'Rubik One', sans-serif;
text-transform: uppercase;
font-size: 2.4em; 
color: gold;
}

#union2 a {
color: #F3FF33;
}


#footer {
    padding-top:30px;
    padding-bottom:50px;
    height:auto;
    color: #fff;
    background-color: #494949;
   }

 #footer a {
 font-family: arial;
 font-style: italic;
 font-size: 1em;
 color: yellow;
 letter-spacing:1px;
 }



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 490px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 480px;
  background-color: #1E88E5;
}

.carousel-inner > .item > img {
  display: block;
  position: relative;
  min-width: auto;
  height: 100%;
}

#wide .carousel-inner > .item > img { 
left: 220px;
}


  /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */






/* MOBILE */


/* 768 */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

body {
background-image: url('image/houstonkarateopen_bg_800.JPG');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-color: #163766;
}

.starter-template {
 padding: 2px 0px 420px 0px;
  color: #FFFFFF;
}

#theplayers a {
font-size: 1.3em;
}


}

/* 320 */
@media only screen and (min-width : 320px) and (max-width : 736px) {
  
body {
background-image: url('image/houstonkarateopen_bg_800.JPG');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-color: #163766;
}



.starter-template {
 padding: 150px 0px 0px 0px;
  color: #FFFFFF;
}


.caption-style-2 .caption-text {
   width: 300px;
}

#theplayers a {
font-size: 1.3em;
}

 .carousel {
  height: 250px;
  margin-bottom: 60px;
    }
  
     .carousel .item {
  height: 250px;
}

#tall .carousel-inner > .item > img { 
 left: 60px;
}

#wide .carousel-inner > .item > img { 
left: 0px;
}


}