.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

@media (min-width: 1200px) {
  .container {
    width: 960px;
    max-width: 100%; } }

body {
  position: fixed;
  background-color: #000;
  background-image: url("../images/placeholder.gif");
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  height: 100vh;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #999; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

body {
  /* Allows you to scroll below the viewport; default value is visible */
  overflow-y: scroll;
  /* To smooth any scrolling behavior */
  -webkit-overflow-scrolling: touch; }

.bodytext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  margin: 0 auto;
  position: relative; }
  .bodytext .circle {
    border: 1px solid rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    display: block;
    padding: 5px; }
    .bodytext .circle--container {
      width: 420px;
      display: inline-block;
      position: relative; }
      @media only screen and (min-width: 375px) {
        .bodytext .circle--container {
          width: 420px; } }
      @media only screen and (min-width: 500px) {
        .bodytext .circle--container {
          width: 480px; } }
      @media only screen and (min-width: 768px) {
        .bodytext .circle--container {
          width: 500px; } }
      .bodytext .circle--container .spacer {
        position: relative;
        padding-top: 100%; }
    .bodytext .circle > div {
      width: 80%;
      max-width: 300px;
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (min-width: 540px) {
        .bodytext .circle > div {
          max-width: none; } }
      .bodytext .circle > div > p, .bodytext .circle > div > h1 {
        display: block; }
    .bodytext .circle:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -2%; }

.mainfeature--header {
  line-height: 1em;
  padding-bottom: 1em; }
  .mainfeature--header img {
    width: 280px; }
    @media only screen and (min-width: 540px) {
      .mainfeature--header img {
        width: 310px; } }
  .mainfeature--header p {
    padding-bottom: 0;
    line-height: 1em;
    margin-bottom: 0; }

.mainfeature--title {
  font-size: 15px;
  padding-bottom: 12px;
  line-height: 1.25em; }
  @media only screen and (min-width: 768px) {
    .mainfeature--title {
      font-size: 18px; } }

.mainfeature--paragraph {
  line-height: 1.25em;
  font-size: 11px; }

@media only screen and (min-width: 650px) {
  font-size: 12px;
}

.background-image--container div {
  display: none; }

.background-image--container > div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #999; }

.pspectext {
  position: absolute;
  margin-top: 5%;
  margin-left: 5%;
  width: 150px;
  z-index: 999;
  left: 0;
  top: 0;
  top: 0; }
  @media only screen and (min-width: 540px) {
    .pspectext {
      margin-top: 2.5%;
      margin-left: 2.5%; } }
  .pspectext > div {
    display: none;
    position: absolute;
    left: 0; }
    .pspectext > div p {
      color: #fff;
      line-height: 1em; }
  .pspectext p {
    font-size: 14px; }

footer .row p {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.2em;
  font-size: 12px;
  margin-left: 5%;
  margin-right: 5%; }
  footer .row p a {
    color: #fff; }
    footer .row p a:hover {
      color: #fff; }

.emailform {
  margin-top: 24px; }
  .emailform .successMsg {
    display: none;
    padding: 5px 10px;
    font-size: 13px; }
    .emailform .successMsg:before {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: 400;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .5em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: -1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f00c'; }
  .emailform .errorMsg {
    display: none;
    padding: 5px 10px;
    color: #D8000C;
    font-size: 13px;
    vertical-align: center; }
    .emailform .errorMsg:before {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: 400;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .5em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: -.5em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f06a'; }
  .emailform input[type=email] {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 20px 0 0 20px;
    padding-left: 18px;
    color: #fff;
    min-width: 60%; }
  .emailform input[type=submit] {
    border: 0;
    border-radius: 0 20px 20px 0;
    background-color: #fff;
    color: #000;
    margin-left: -6px;
    padding: 0 12px;
    cursor: pointer; }
    .emailform input[type=submit]:hover {
      background-color: rgba(234, 234, 234, 0.8); }
  .emailform input {
    font-size: 13px;
    vertical-align: top;
    height: 32px;
    outline: 0; }
    .emailform input::-webkit-input-placeholder {
      /* Chrome */
      color: #fff; }
    .emailform input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .emailform input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      opacity: 1; }
    .emailform input:-moz-placeholder {
      /* Firefox 4 - 18 */
      color: #fff;
      opacity: 1; }

body {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden; }

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