html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
canvas,
embed,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
/*  display: table;
  clear: both;*/
}
.outer-container {
  padding-bottom: 17rem;
}
.mastfeet {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  right: 0;
  height: 17rem;
  overflow: hidden;
  z-index: 5;
}
.mastfeet-right {
  left: auto;
}
.mastfeet-left{
  margin-right: 10%;
  right: auto;
}
.mastfeet > .content-wrapper {
  height: 100%;
}
.mastfeet-center {
 /* position: absolute; */
  bottom: 0;
  left: 40%;
  overflow: hidden;
  z-index: 6;
}
.mastfeet-center > .content-wrapper {
  height: 100%;
}
.mastfeet-links {
  line-height: 4rem;
  text-align: center;
}
.mastfeet-links.major {
  margin-top: 1.5rem;
}
.mastfeet-links > li {
  display: inline-block;
  margin: 0 1rem;
}
h2 {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 1.4rem;
}
.mastfeet-links-center > li {
  font-size: 1.1rem;
  line-height: 4rem;
  text-align: center;
  list-style-type: none;
  margin-right: 50%;
  margin: 0 1rem;
  text-align: center;
  font-weight: 400;
}
.mastfeet-links > li:first-of-type {
  margin-left: 0;
}
.mastfeet-links > li:last-of-type {
  margin-right: 0;
}

.footer-left > a,
.footer-right > a,
.footer-center > a,
.mastfeet-links.major > li > a,
.mastfeet-links.minor > li > a {
  font-family: 'Lato';
  font-size: 1.1rem;
  font-weight: 400;
  color: #3eabff;
  -webkit-transition: 100ms opacity;
  transition: 100ms opacity;
}

.footer-left > a,
.footer-right > a {
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}
a:hover,
a:focus {
  text-decoration: none;
}
/* small */
@media (max-width: 380px) {
  .mastfeet > .content-wrapper {
    padding: 1.5em 0.5em 0 0.5em;
    text-align: center;
  }
  .mastfeet-links.major {
    display: inline;
  }
  .mastfeet-links.minor {
    display: inline-block;
    margin: 0 1.5rem 0 2rem;
  }
}

/* mid */
@media (min-width: 650px) {
  .outer-container {
    padding-bottom: 11rem;
  }
  .mastfeet {
    height: 11rem;
  }
  .mastfeet-links.minor,
  .mastfeet-links.major {
    padding-left: 5vw;
    text-align: left;
  }
}
/* large */
@media (min-width: 1000px) {
  .outer-container {
    padding-bottom: 10rem;
  }
  .mastfeet {
    height: 10rem;
    padding: 0 5vw;
    text-align: right;
  }
  .mastfeet-links {
    line-height: 10rem;
  }
  .mastfeet-links > li {
    margin: 0 2rem;
  }
  .mastfeet-links.major,
  .mastfeet-links-center,
  .mastfeet-links.minor {
    padding: 0;
  }
  .mastfeet-links.major {
    float: left;
    margin: 0;
  }
  .mastfeet-links.minor {
    display: inline-block;
  }
}
.outer-container {
  padding-top: 6rem;
}
.masthead {
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  min-height: 2rem;
  padding: 0 5vw;
  background: #e3e3e3;
}
a {
  font-weight: 400;
  -webkit-transition: 100ms opacity;
  transition: 100ms opacity;
}
.get-started-button > a {
  font-weight: 700;
  color: white;
}
.masthead > .content-wrapper {
  min-height: inherit;
}
html {
  height: 100%;
}
html {
/*
    This is the basis for doing responsive design using REM units. Using this,
    you can still "think in pixels" but use REM units. Just change "px" to "rem"
    and add a decimal point for the 1s place. Easy! For example:

    1337px = 133.7rem;
    100px = 10.0rem;
    83px = 8.3rem;
    8px = 0.8rem;
  */
  font-size: 0.625em;
}
body {
  font-family: 'Lato';
  color: white;
  font-size: 13px;
  line-height: 1.5em;
  background: #f8f9f9;
  overflow-x: hidden;
/* ;-; */
}
a {
  font-weight: 400;
  color: #3eabff;
  text-decoration: none;
  cursor: pointer;
}
.outer-container {
/* This container is here to support the sticky footer. */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 90%;
  padding-top: 0px;
}
.content-container {
  position: relative;
  z-index: 7;
}
.content-spacer {
  height: 100px;
}
.welcome-content-space {
  margin-top: 2%;
}
.content-wrapper {
  position: relative;
/*  max-width: 1060px; */
 /* margin: 0 auto; */
}
.content-wrapper.with-border-box {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.heading {
  margin-top: 85px;
  line-height: 45px;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body {
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/bg.jpg');
  background-position: center center;
  background-size: cover;
}
.content-container .main-content-wrapper {
  max-width: 528px;
  margin: auto;
}
.heading-l1 {
  margin-top: 5vw;
}
.indent {
  margin-left: 7%;
}
.bandpage-logo {
  width: 20rem;
  height: 4.6rem;
  float: left;
  margin-top: 3%;
  margin-bottom: 7%;
  margin-left: 10%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANoAAAA0CAMAAADbjdYbAAAAVFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////+UMeA9AAAAG3RSTlMAgEDwwBDQoGAwIAHgcJBQsJEIDEhsPAmFOCjeaHVRAAAE9UlEQVR4Xt2a63LjKBCFUXMVAUkzmb3q/d9zERcdIZkwtbGrbPcfIjuN+WjpnCYOY8y79YsQ3rJXjWHthX5VOL52g/uXJPtYfye0fFu0Vb0vmnlbNMPeFU0zJhW9FRrImFjV+6FFJh3G8e3QlGRsCuP0dlXjgcyEUTcA/pJb/Pw2wKeUMgw/JeZ7MBofGZtT7W7Hj1LcyX4LTYQ5jn2fW4x8LFogG3kiG00DrcQk74GG4P6RaIHGBjIeCTtoKO030RD6AWggkyrVLox/t9A8kV+2hOEuaJqIhiWyzfdHw6YpEP5ooUU3p6g530crG2S3T3YPQtPZ0Hwef32FlhyC7ofGpIOZ3hUNhqYZxq/QCKu6B1rynPkRaCobmmBl7KCxO6Jhrx6Axi0MjeLYQ7MvgVbkfiPE2EEzEfL5b0iCock0dtHUUdCkFyFNeMnsMAw2gIdhezXMtcAg7bRlabqJJrKMzIvL3U6YI+eOOiWmictkW4bSBLQvDG3Oo2E9tFEc95hc6ZdGiuxpne5kxRPE+Iqmk/hbkZO4YeWRl3vilBMrt19kG83D0NgSr79EU0K46jBujt0S0PhaYiiLL6FPaKPPM45IWnc1U+dETIa26KNtaPVommiIJelJXo6eyW9AQFv5NFNcM5elZm6gecrM10YrUwhDJi9d7Im+SvT59yi+phtoRyPzu/zPHTRUI2KoZLYzB1rUJtzpFrem1DfRpnTN00ePKqNRfC8lLjlRbkAeG2sDWtvQMEYbcG00HSRCq/1WHteDopqCBn2Y048bzgKBvKBFOXAHlbQ8oelj/6BSosdrEX26oIFkdbKW/9X0fC3uoIUUYNEEuYMBbnPuZmkPaCLslEeHg15hSFcczWouYVIEe8BVQLsa2ljJPz6ihYbnUiTCQ9kg7mhbbC4algMZqWAOVhHRxrrpczExFrTEdnFGA9FKkP0wxvjsoCUHjBQO7NRAoxpiaqKNuOQbGtWSrWNiTXFFOxmZynMsOeHPDlpav2SirvDvoQ1NNIYQBY1OiVe0jxoNREMt/3izj0b3rpr9zaopOkZdtZpoQNef448umitVW+V9njXff9ZUedZUu4eEoSlWyX6K3im7HLTbClmjMXdRyCva+L8U0g7yhLaAaJsTst9Hg1fquEx89rw20Gp7Ehc06B/d8LXplGiOeqtWboCGGlXyL0HWuSHtrPMxL2GotIfEm2h2rVvhK1q+5tk3q27E122M5HVrwyMayEDkKtnvyMjld8YIORGZANRCQytIg1tbaCzyaEOz5nUPKepEU082FzQYGogMZL8j/ghORToQQwOtbuDVbRmpn4gpo8ljIjr/qgpAi7UqRqYhKcf47KApv6vCzHdYaqPh2LVI0UBj487hcV5bzokh/L4JjqCQMLRIBEnpf5/9a0hhKHHhlL2lDPUpO0dIyOUl7TaweX+f9vcQZgmLdrqcspHIl2rP7BAIcIj/AJk+iSS9xre+aBBu+tqUagWRTJJSBZdPiybaaDrXitciWYd/Jh4pjy3q0kQTDIYmOXrk5/3PEcN1GHCubaAVQ6u7fn39i+uzRDnWwvfGBppLZDCyq+zH7OcItChelpO9YLfRdkObTiJ5suKnCVi2EGmkBloky7XyDdl3Af8Z2fqmpDORacj+8oSyP5Q1CuqSXWUfuU8Z9h8i+vfLXTfoja+yr6aRvWj8B1v2RtPrZ4VEAAAAAElFTkSuQmCC");
  background-size: 100% 100%;
}
.youtube-logo {
  width: 16.9rem;
  height: 7.6rem;
  float:left;
  margin-bottom: 10%;
  background: url("/youtube-logo-white.png");
  background-size: 100% 100%;
}
.bandpage-dark-logo {
  width: 22rem;
  height: 8rem;
  float: left;
  margin-top: 4px;
  background: url("/bandpage-logo-black.png");
  background-size: 100% 100%;
}
.youtube-dark-logo {
  width: 12.9rem;
  height: 5.6rem;
  float:left;
  margin-top: 16px;
  margin-left: 20px;
  background: url("/youtube-logo-full.png");
  background-size: 100% 100%;
}
.white-arrow {
  width: 3.9rem;
  height: 2.6rem;
  float:left;
  margin-top: 5.6%;
  margin-left: 20px;
  background: url("/arrow-white.png");
  background-size: 100% 100%;
}
.red-arrow {
  width: 3.9rem;
  height: 2.6rem;
  float:left;
  margin-top: 34px;
  background: url("/arrow-red.png");
  background-size: 100% 100%;
}
.progress {
  width: 20px;
  height: 20px;
  float: right;
  background: url("/processing.gif");
  background-size: 100% 100%;
  display: none;
}
hr {
  border-color: #ffffff;
}

#terms-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 60px;
}

#terms-page h1,
#terms-page h2,
#terms-page h3 {
  padding: 20px 0; /* Padding instead of margin for page anchors. */
}

#terms-page li,
#terms-page p {
  margin: 20px 0;
}

#terms-page h2 {
  font-size: 2em;
  font-weight: 600;
}

#terms-page ol,
#terms-page ul {
  padding-left: 16px;
}

#terms-page ol {
  list-style: decimal;
}

#terms-page hr {
  margin: 60px 0;
}

#terms-links {
  margin-bottom: 10px;
  padding: 20px 0;
  border-bottom: 1px solid white;
  text-align: center;
}

#terms-links a {
  margin: 0 30px;
}
