/* basic reset stuff */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}

.container {
  max-width: 70vw;
}

.extended-width {
  width: 80vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -40vw;
  margin-right: -40vw;
}

.blockquote {
  padding: 1em;
  background-color: rgba(173, 167, 75, 0.6);
}

.strong {
  font-weight: 600;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none
}

a:hover {
  text-decoration: none;
}

nav a:focus {
  outline: none;
}

li.nav-item {
  cursor: pointer;
}

#header img {
  width: 100%;
}

#actions .btn {
  line-height: 150%; /* this makes text vertically centered */
  font-weight: 600;
  font-size: 80%;
  text-transform: uppercase;
  color: white;
}

#actions .btn .small {
  font-weight: unset;
}

#actions .btn-back {
  background-color: #ada74b;
}

#actions .btn-next {
  background-color: #009fd6;
}

.upcase {
  text-transform: uppercase;
}

.cursor-pointer {
  cursor: pointer;
}

.center {
  text-align: center;
}

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

.hidden {
  display: none;
}

.fixed-vertical-center {
  width: 80vw;
  margin: 6vw auto; /* Will not center vertically and won't work in IE6/7. */
  left: 0;
  right: 0;
}

section {
  width: 100%;
  font-size: 1.25em;
  padding-top: 2em;
}

.navbar {
  margin-bottom: unset;
}

#notification {
  position: fixed;
  top: 0;
  text-align: center;
  z-index: 1;
  width: 100vw;
}

tr.borderless td {
  border: none;
}

#platform img.seperator {
  width: 70%;
}

#platform .plank img {
  height: 80px;
  width: 80px;
}

#platform .plank .title {
  font-weight: 600;
}

#platform .plank .text {
  font-weight: 200;
}

#footer {
  padding: 2em 0;
  background: black;
  color: white;
  width: 100%;
}

#footer .links {
  display: flex;
  justify-content: center;
  align-items: end;
  color: #ada74b;
  font-weight: 600;
}

#footer .links a {
  color: #ada74b;
  font-weight: 600;
}

#footer .links img.social {
  width: 40px;
}

#footer .links .payment-options img {
  height: 40px;
}

#footer .vanity h2 {
  font-weight: 900;
}

#footer .vanity img {
  width: 11vw;
}

/* override bootstrap theme */
.text-success {
  color: #ada74b !important;
}

.text-primary {
  color: #009fd6 !important;
}
/* override bootstrap theme */


/*******************************************************************************
Responsive Styles
*******************************************************************************/
