/*
	Simple Stylesheet
*/

ol,
ul {
  list-style: none;
  padding-left: 0px;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Helvetica", sans-serif;
  font-size: 1.5em;
  color: #FFFFFF;
  background-color: #001457;
}

a {
  color: #FFFFFF;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 2rem;
}

.text-center {
  text-align: center;
}

.default-padding {
  padding: 2rem;
}

.default-button {
  padding: 1rem 2rem;
  background-color: #FFFFFF;
  color: #001457;
  border-radius: 50px;
  text-decoration: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.wilderness {
  background-color: #1d252c;
}

body.wilderness .default-button {
  padding: .5rem 1rem;
  background-color: #FFFFFF;
  color: #1d252c;
  border-radius: 50px;
}