
body{
    line-height: 1.6;
    font-family: Raleway;
    text-align: center;
    text-shadow: 5px 5px 10px #2b2a2a;
    display: block;
    color:  #f1f1f1;

}
li{
    font-size: 30px;
    color: #f1f1f1;;
    list-style: none;
    text-shadow: 5px 5px 10px #2b2a2a;
}
h2{
    padding-left: 5%;
    text-shadow: 5px 5px 10px #2b2a2a;

}
.heading{
    text-align: center;
    font-size: 50px;
    text-shadow: 5px 5px 10px #2b2a2a;

}
.ninja1 {
padding-left: 5%;
text-shadow: 5px 5px 10px #2b2a2a;


}
.ninja2{
    padding-left: 25%;
    margin-top: -160px;
}
.ninja3{
    padding-left: 45%;
    margin-top: -160px;

}
.ninja4{
    padding-left: 65%;
    margin-top: -160px;

}

.title{
    font-size: 60px;
    color: #f1f1f1;;
    font-family: Raleway;
    text-shadow: 5px 5px 10px #2b2a2a;

}
#name1, #name2, #name3, #name4{
    font-size: 70px;
    margin:0 !important;
}
.total-time{
    font-size: 30px;
}
.timer{
    font-size: 90px;
}

button{
    padding: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
    border-radius: 15px;  
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-shadow: 5px 5px 10px #252525;

}

/*button hover effects*/
.timer__reset:hover{
    border: #232323 solid 3px;
}
.timer__stop:hover{
    border: #232323 solid 3px;
}
.timer__lap:hover{
    border: #232323 solid 3px;
}
.timer__start:hover{
    border: #232323 solid 3px;
}
.timer__reset:hover{
    border: #232323 solid 3px;
}
.getName:hover{
    border: #232323 solid 3px;
}
.nextPlayer:hover{
    font-size:30px;
}
.getName{
  text-shadow: 5px 5px 10px #525252;
  color: #080808;
  
}
@media only screen and (max-width: 1080px) and (min-width: 810px)
{
    .container1 {
  background-image: url(phoneBk.png);
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.container2 {
  padding-top: 60%;
}

.container1a {
  background-image: url(mobile2.png);
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.container2a {
  padding-top: 60%;
}
.container1b {
  background-image: url(mobile3.png);
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.container2b {
  padding-top: 60%;
}
.container1c {
  background-image: url(mobile4.png);
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.container2c {
  padding-top: 60%;
}
.homeLink {
  padding: 10px;
  font-size: 20px;
}
.howtoCard {
  width: 100%;
  display: flex;
}



}
/*media phone*/
@media only screen and (max-width: 809px) and (min-width: 200px){

    .timer {
        font-size: 50px;
    }
.timer__lap {
        padding-top: 30px;
        border-radius: 100%;
        margin-top: 10px !important;

    }
    .footerImg{
        width: 50px;
        padding-left: 5px;
    }
    .title{
        font-size: 50px;
        font-family: Raleway;
    }
    .container1{
        background-image: url(phoneBk.png);
        margin: 0;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .container2{
        padding-top: 0%;
    }

    .container1a {
  background-image: url(mobile2.png);
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.container2a {
  padding-top: 0%;
}
.container1b {
  background-image: url(mobile3.png);
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.container2b {
  padding-top: 0%;
}
.container1c {
  background-image: url(mobile4.png);
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.container2c {
  padding-top: 0%;
}
.homeLink{
  padding: 10px;
  font-size: 20px;
}

.howtoCard{
  width: 100%;
  display: flex;
}
.container3{
display: flex;
flex-direction: column;
}
.column{
  margin-left: 35%;
}
#getName{
  font-size: 15px !important;
  padding: 5px !important;
}
#name1{
  font-size: 45px !important;
}
.timesTitle{
  font-size: 45px !important;
}
li {
  font-size: 20px;
  color: #f1f1f1;
  list-style: none;
  text-shadow: 5px 5px 10px #2b2a2a;
}
#laps{
  text-align: left;
}


}

.timer__stop{
    background-color: #ff3c38;
    color: #f1f1f1;;
    box-shadow: inset;
    font-size: 30px;
    border-radius: 25;
    padding: 10px;
    box-shadow: 0 10px 14px -7px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.myButton:hover {
  background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
  background-color: #408c99;
}
.myButton:active {
  position: relative;
  top: 1px;
}

.timer__lap{
    background-color: #45503B;
    color:#f1f1f1;;
    font-size: 30px;
    padding: 20px;


}
.timer__start{
    
    background-color: #FF8C42;
    color:#f1f1f1;;
    font-size: 30px;
    border-radius: 25;
    padding: 10px;
}
.timer__reset{
    background-color: #A23E48;
    color: #f1f1f1;;
    font-size: 30px;
    border-radius: 25;
    padding: 10px;
}
.instructionsBtn{
    background-color:#45503B;
    color: #f1f1f1;;
    font-size: 20px;
    border-radius: 25%;
    padding: 10px;
    text-shadow: 5px 5px 10px #1d1d1d;
    height: 50px;
    justify-content: center;



}
#homeLink:hover{
    font-size: 40px;
}

.spacer{
    height: 300px;
}
.spacerHalf{
   height: 150px;
}
.container3{
    height: auto;
    width: 100%;
    display: flex;
    padding-top: 50px;
    background-color: #131313;
    padding-bottom: 50px;

}

.column {
  float: center;
  width: 33.33%;
  
}
.row{
  display: flex;
  padding-bottom: 50px;
  background-color: #000;
}
.footerContainer{
  background-color: #000;

}

.container2{
  padding-bottom: 20px !important;
}



