/** Global Styles */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  height: 100%;
  line-height: 1.15;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  background-attachment: fixed;
  background-color: #0e1431;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #212529;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  margin: 0rem;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #ffffff42;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

a {
  background-color: transparent;
  color: #ffc50f;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  border-style: none;
  vertical-align: middle;
}


/** Custom Styles */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 50em;
  padding: 2rem;
}

.header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: auto;
}

.main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: .75rem;
  margin-top: auto;
}

.branding {
  height: auto;
  max-width: 100%;
}

.heading {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .3rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-transform: uppercase;
}

.list-inline {
  list-style: none;
  padding-left: 0;
}

a {}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
