/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

html {
  font-size: 100%;
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

canvas {
  width: 100%;
  height: 100%;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.8;
}

a {
  color: #E76F51;
}

a:hover {
  color: #264653;
}

.main-body {
  font-size: 18px;
  font-family: Roboto, Helvetica, "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.444;
  color: #264653;
  background: #f7f7f7;
  overflow: hidden;
  overflow-y: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  padding: 0;
}

h1 {
  font-size: 3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bebas-neue-pro", "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.headline {
  font-size: 42px;
  font-weight: 300;
}

.btn {
  background-color: #264653;
  color: #f7f7f7;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2.5rem;
  transition: ease-in-out 0.2s all;
}
.btn:hover {
  background-color: #366476;
  color: #f7f7f7;
}

.btn-sm {
  padding: 1rem 2rem;
  font-size: 14px;
}

.btn-lg {
  font-size: 2rem;
  padding: 1.2rem 3rem;
}

/*--------------------------------------
Styles - Soleil Onoya - Ongoing Project
----------------------------------------*/
.margin0 {
  margin: 0;
}

.hide {
  display: none;
}

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

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

/*# sourceMappingURL=style.css.map */
