html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 15rem;
  min-height: 100%;
  background-image: url("../images/bg-space.jpg");
  font-family: 'Russo One', sans-serif;
}

.page-wrap {
  margin: 0 auto;
}

/**
 * Footer Styles
 */

footer{
 background-image: url("../images/Space_banner.jpg");
 right: 0;
 bottom: 0;
 left:0;
 padding: 1rem;
 background: solid;
 position: absolute;
 width: 100%;
 text-align: center;
 z-index: 1;
 color: white!important;
}
.iconlink{
  width:170px;
  margin: 20px auto;
}
.smallbox{
  width: 50px;
  height: 50px;
  margin: 0 2px;
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box1{
  background-image: url("../images/icons/github.png");
}
.box2{
  background-image: url("../images/icons/linkicon.png");
}
.box3{
  background-image: url("../images/icons/stackicon.png");
}
.box1:hover{
  background-image: url("../images/icons/githubicon.png");
}
.box2:hover{
  background-image: url("../images/icons/link-icon.jpg");
}
.box3:hover{
  background-image: url("../images/icons/stack.png");
}


.characterBox{
  width: 150px;
  height: 150px;
  border: solid red;
  float: left;
  text-align: center;
}
.row{
  margin: auto;
}
.healthPoint{
  text-align: center;
  position: relative;
  top: 60%!important;
}
h3{
  color: gold;
}
#kenobi{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/kenobi.jpg");

}
#skywalker{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/skywalker.jpg");
}
#sidious{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/darth.png");
}
#maul{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/maul.jpg");
}
#yoda{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/yoda.jpg");
}
#message, #msg{
  color: white;
}
.bg-danger{
  background-color: red;
  width: 50%;
  height: 100px;
  color:white;
  font-size: 50px;
}
h1{
  color:gold;
  float: left;
}
#pButton{
	height:60px;
	width: 60px;
	border: none;
	background-size: 50% 50%;
	background-position: center;
  margin: auto;
  float: right;
}
#hpBtn{
  background: inherit;
  background-image: url(https://rpgmaker.net/media/content/games/4468/screenshots/hp_potion.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 35px;
  height: 40px;
  margin-top: 10px;
}

.play{background: url('../images/icons/video-play-icon.png') no-repeat;}
.pause{background: url('../images/icons/pause.png') no-repeat;}

#giphy{
  position: absolute;
  right: 10%;
  bottom: 25%;
  width: 500px;
  height: 300px;
  background-image: url(../images/giphy-downsized.gif);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  border: solid 5px;
  border-color: gold;
}
