@font-face {
  font-family: SnowtopCaps;
  src: url(assets/SnowtopCaps.otf);
}
@font-face {
  font-family: chp-fire;
  src: url(assets/chp-fire.ttf);
}
html, body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

canvas {
  display: none;
  margin: auto;
}

body {
  background-color: #8eada8;
}

#startScreen, #selectScreen, #endScreen, #ruleScreen {
  height: 1000px;
  width: 600px;
  background-image: url(assets/generic-bg.png);
}

#ruleScreen, #gameScreen, #selectScreen, #endScreen {
  display: none;
}

h1 {
  font-size: 90px;
  font-family: SnowtopCaps;
  padding-top: 20px;
  margin-top: 0;
}

h2 {
  font-size: 40px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 20px;
}

#ruleScreen>h2 {
  padding-top: 20px;
  margin-bottom: -20px;
}

h3 {
  font-size: 30px;
}

#ruleScreen>p {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

#ruleScreen>button {
  margin-top: 40px;
}

#ballButton2 { /* style to match active selection */
  font-size: 24px;
  background-color: #C8DFD5;
}

#selectScreen {
  width: 600px;
  text-align: center;
  position: relative;
  margin: auto;
}

#ruleScreen, #endScreen, #startScreen {
  width: 600px;
  text-align: center;
  position: relative;
  margin: auto;
}

#beachball {
  width: 150px;
  position: absolute;
  left: 50px;
}

#snowball {
  width: 150px;
  position: absolute;
  left: 225px;
}

#fireball {
  width: 150px;
  position: absolute;
  right: 50px;
}

#ballButton1, #ballButton2, #ballButton3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#ballButton1 {
  width: 150px;
  position: absolute;
  left: 50px;
  top: 245px;
}

#ballButton2 {
  width: 150px;
  position: absolute;
  left: 225px;
  top: 245px;
}

#ballButton3 {
  width: 150px;
  position: absolute;
  right: 50px;
  top: 245px;
}

#homePage {
  position: relative;
  margin-top: 200px;
}

.diffs {
  position: absolute;
  top: 300px;
  font-size: 14px;
}

#diff1 {
  width: 150px;
  text-align: center;
  position: absolute;
  left: 50px;
}

#diff2 {
  width: 150px;
  text-align: center;
  position: absolute;
  left: 225px;
}

#diff3 {
  width: 150px;
  text-align: center;
  position: absolute;
  right: 50px;
}

.buttons { /* needs more work */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 200px;
  height: 50px;
  font-size: 20px;
  margin-bottom: 10px;
  border-radius: 15px;
  background-color: #A6C3BE;
  border-style: solid;
  border-width: 3px;
  border-color: #ECF6EA #15555F #15555F #ECF6EA;
}
