/* start init */

* {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.6;
  font-size: 1em;
  font-family: "Roboto Slab", sans-serif;
  color: #fff;
  word-wrap: break-word;
  box-sizing: border-box
}

h2 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
}

h3 {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
}

p {
        font-size: 1em;
	font-weight: 400;
  margin-bottom: 25px;
}

a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

ul {
  padding-left: 15px;
  margin-bottom: 25px;
}

/* start the page */

body {
  background: linear-gradient(180deg, #40BAF5, #4285f4) no-repeat;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  padding-bottom: 50px; /* make up for fixed footer */
}

/* custom stuff */

main {
  padding: 65px 25px;
  max-width: 750px;
  margin: 0 auto;
}

footer {
  background-color: #505061;
  width: 100%;
  padding: 10px 25px;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

footer p {
  text-align: center;
  margin: 0;
  font-size: .9em;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

@media (min-width: 600px) {
  main {
    padding: 100px 50px 50px;
  }
  footer {
    padding: 15px 50px;
  }
  footer p {
    font-size: 1em;
  }
}

@media (min-width: 900px) and (min-height: 600px) {
  main {
    padding: 160px 50px 50px;
  }
}
