/* Reset & Basic style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/*==========================================*/


body {
  background-color: #153B66;
  background-image: url(imgs/stars.png);
  background-repeat: repeat;
}

#answer {
  padding: 6px;
  margin: 0 auto;
  display:block;
  cursor:pointer;
  color: white;
  background-color:#4D94A7;
  font-family:'Gloria Hallelujah', cursive;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
  border-radius: 15px;
}
#answer:hover {
  background-color: #2f96af;
}
#answer:active {
  position:relative;
  top:1px;
}

.text-container {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 2em;
  color: white;
  display: inline-block;
  margin: 0 auto;
  width: 1200px;
  height: 50px;
}

#wifi {
  position: absolute;
  display: none;
  margin-left: 330px;
  margin-top: -100px;
  font-size: 40px;
  color:white;
  font-family: 'Gloria Hallelujah', cursive;
}

#no-wifi1 {
  position: absolute;
  display: none;
  margin-left: 150px;
  margin-top: -150px;
  font-size: 30px;
  color:white;
  font-family: 'Gloria Hallelujah', cursive;
}

#no-wifi2 {
  position: absolute;
  display: none;
  margin-left: 900px;
  margin-top: -100px;
  font-size: 30px;
  color:white;
  font-family: 'Gloria Hallelujah', cursive;
}

#wifi img {
  display: block;
  margin-left: 20px;
}

#no-wifi1 img {
  display: block;
  margin-left: 15px;
}

#no-wifi2 img {
  display: block;
  margin-left: -400px;
}

h1 {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 3.5em;
  color: white;
  text-align: center;
  display: block;
  margin-bottom: 25px;
}

h3 {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 1.5em;
  color: white;
  text-align: center;
  margin-top: -130px;
}

h3 a {
  text-decoration: none;
}

h3 a:hover,
h3 a:active,
h3 a:visited {
  text-decoration: none;
  color: #738f96;

}

.container {
  padding-top: 13%;
  display: block;
  margin: 0 auto;
  width: 1200px;
  height: 500px;
}

#sun {
  margin: 0.5%;
  display: inline-block;
  background-color: #FF0000;
  border-radius: 100%;
  width: 20%;
  height: 47%;
}

#mercury {
  margin: 0.5%;
  margin-bottom: 8%;
  display: inline-block;
  background-color: #9C98AC;
  border-radius: 100%;
  width: 2%;
  height: 4.76%;
}

#mercury:hover,
#venus:hover,
#earth:hover,
#moon:hover,
#mars:hover,
#jupiter:hover,
#saturn:hover,
#uranus:hover,
#neptune:hover {
  opacity: 0.8;
  cursor: move;
}

#venus {
  margin: 0.5%;
  margin-bottom: 7%;
  display: inline-block;
  background-color: #F79B56;
  border-radius: 100%;
  width: 4%;
  height: 9.52%;
}

#earth {
  vertical-align: top;
  margin: 0.5%;
  display: inline-block;
  width: 4%;
  height: 9.52%;
}

#earth img {
  margin-top: 110px;
  width: 100%;
  height: auto;
  margin-bottom: 7%;
}

#moon {
  margin: 0.5%;
  margin-bottom: 11%;
  display: inline-block;
  background-color: #FDFCFF;
  border-radius: 100%;
  width: 1%;
  height: 2.38%;
}

#mars {
  margin: 0.5%;
  margin-bottom: 7.5%;
  display: inline-block;
  background-color: #FF00B2;
  border-radius: 100%;
  width: 3%;
  height: 7.14%;
}

#jupiter {
  margin: 0.5%;
  margin-bottom: 5%;
  display: inline-block;
  width: 15%;
  height: 35.7%;
}

#jupiter img {
  width: 100%;
  height: 100%;
  margin-bottom: 7%;
}

#saturn {
  margin: 0.5%;
  margin-bottom: 5%;
  display: inline-block;
  width: 20%;
  height: 28%;
}

#saturn img {
  width: 100%;
  height: 100%;
  margin-bottom: 7%;
}

#uranus {
  margin: 0.5%;
  margin-bottom: 4%;
  display: inline-block;
  background-color: #01EEF3;
  border-radius: 100%;
  width: 10%;
  height: 23.8%;
}

#neptune {
  margin: 0.5%;
  margin-bottom: 5%;
  display: inline-block;
  background-color: #007DA4;
  border-radius: 100%;
  width: 8%;
  height: 19%;
}
