.mid-topmix {
  margin: auto;
  width: 800px;
  text-align: center;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html,
body {
  font-family: 'Ubuntu', sans-serif;
  color: #5E6164;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Russo One', sans-serif;
  color: #23293B;
}
h2 {
  font-size: 3.2rem;
}
h3 {
  font-size: 2.8rem;
}
p {
  font-size: 1.6rem;
  line-height: 1.4;
}
.container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .container {
    max-width: 470px;
  }
}
.top {
  width: 100%;
  background-color: #f2f2f2;
  line-height: 47px;
  padding-top: 1.8em;
}
@media (max-width: 500px) {
  .top {
    padding-top: 1em;
    line-height: 43px;
  }
}
.top .mid-top {
  margin: auto;
  width: 800px;
  text-align: center;
}
@media (max-width: 500px) {
  .top .mid-top {
    width: 500px;
  }
}
.top .mid-top h1 {
  font-size: 3.9em;
}
.top .mid-top nav {
  font-size: 1.7em;
}
.top .mid-top nav a {
  text-decoration: none;
  padding: 0.9em 0.9em;
  color: #394260;
}
footer {
  color: #22283B;
  background: #f4f4f4;
  padding: 20px 0;
  border: 1px double #e0e0e0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .home .intro {
    width: 480px;
  }
}
.home .intro h2 {
  padding: 15px;
}
.home .intro p {
  padding: 0 15px;
}
@media (max-width: 500px) {
  .home .intro img {
    width: 474px;
    border-radius: 0.5em;
  }
}
.space-images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 500px) {
  .space-images .sky {
    display: none;
  }
}
@media (max-width: 500px) {
  .space-images .launch {
    display: none;
  }
}
.space-images img {
  width: 28%;
  margin: 20px 2.5%;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 500px) {
  .space-images img {
    width: 500px;
  }
}
.visit-planets {
  padding: 15px;
}
@media (max-width: 500px) {
  .visit-planets {
    width: 488px;
    padding: 1em 1em;
  }
}
.visit-planets h3 {
  margin-top: 11px;
}
.visit-planets p {
  margin-top: 13px;
}
.walk {
  margin-top: 60px;
  border-top: 1px solid #dee2e6;
  padding: 50px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  .walk {
    flex-direction: column-reverse;
    padding: 2em 2em;
  }
  .walk img {
    width: 100%;
    border-radius: 3em;
    padding-top: 1.7em;
    padding-bottom: 2.3em;
  }
}
.walk .walk-text {
  width: 50%;
}
@media (max-width: 500px) {
  .walk .walk-text {
    width: 100%;
  }
}
.walk .walk-text h3 {
  margin-bottom: 10px;
}
.walk .walk-text p {
  margin-bottom: 26px;
}
.walk .walk-text .btn {
  background-color: #1d2130;
  color: white;
  border-radius: 0.7rem;
  padding: 11px;
  text-align: center;
  font-size: 1.7em;
  width: 95px;
  height: 38px;
}
@media (max-width: 500px) {
  .walk .walk-text .btn {
    box-sizing: border-box;
    flex-direction: column;
    width: 100%;
    padding-top: 21px;
    padding-bottom: 2.4em;
    background: #262c40;
    font-size: 18px;
  }
}
.walk .walk-text .btn .btn:hover {
  color: orange;
  background-color: blue;
}
.walk .walk-text .walk-img {
  width: 46%;
  margin-left: 4%;
}
.walk .walk-text .walk-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
