@font-face {
    font-family: trajan;
    src: url(../font/Trajan\ Bold.ttf);
}

html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    
}

header {
    font-family: trajan;
    text-align: center;
    font-size: 5vw;
    color: #f5f5f5;
}

h1 {
    font-family: trajan;
    color: #f5f5f5;
    font-size: 20px;
    font-weight: bolder;
    margin-left: 5vw;
}
#hero {
    margin-left: 18vw;
    font-size: 30px;
    font-family: trajan;
}

#bad {
    margin-left: 5vw;
    font-size: 30px;
    font-family: trajan;
}

#enemy-choice{
    margin-top: 100px;
}
#attack {
    height: 100px;
    width: 75px;
    background-color: #b1b1b3;
    color: #3b3b38;
    background-image: url(../images/fist.png);
    background-size: 75px 100px;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    visibility: hidden;
}

#attack:hover {
    background-color: #f5f5f5;
}

.clearfix {
    clear: both;
}

.choice {
    text-align: center;
    position: relative;
    width: 13vw;
    height: 40vh;
    margin-right: 0.5vw;
    float: left;
    margin-bottom: 5.5vh;
    cursor: pointer;
}

.user-character {
    text-align: center;
    position: relative;
    width: 18vw;
    height: 49vh;
    margin-right: 25px;
    margin-bottom: 40px;
    margin-left: 15vw;
    cursor: pointer;
}

.enemy {
    text-align: center;
    position: relative;
    width: 8vw;
    height: 24vh;
    margin-right: 25px;
    float: left;
    margin-bottom: 40px;
    cursor: pointer;
}

.defender {
    text-align: center;
    position: relative;
    width: 18vw;
    height: 49vh;
    margin-right: 25px;
    margin-bottom: 40px;
    cursor: pointer;
}

#your-character {
    margin-left: 20vw;
}

#defender {
    position: absolute;
    top: 6.5vh;
    right: 20vw;
}

.arena {
    position: absolute;
    top: 28vh;
    left: 45vw;
}

#message {
    font-family: trajan;
    position: absolute;
    color: #f5f5f5;
    top: 43vh;
    left: 31vw;
    z-index: 1;
}

.winner {
    position: absolute;
    top: 8vh;
    left: 10vw;
    z-index: 0;
    width: 70vw;
    height: 92vh;
}

.hitPoints {
    color: #f5f5f5;
    font-weight: bold;
    text-align: center;
}

.charPic {
    width: 100%;
    height: 100%;
}

.name {
    text-align: center;
    font-family: trajan;
    font-weight: bold;
    color: #f5f5f5;
}
