/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #4a403a;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  color: #4a403a;
  text-align: center;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.card-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/*
 * Card
 */

.card {
  padding: 40px 40px;
  background-color: rgba(255, 198, 0, 0.16);
  
  -moz-box-shadow: inset 0 0 10px 10px #fff;
  -webkit-box-shadow: inset 0 0 10px 10px #fff;
  box-shadow: inset 0 0 10px 10px #fff;
}

.logoAddressGroup {
  float: left;
  padding-top: 35px;
  padding-bottom: 30px;
  
  text-align: left;
}

.logo {
  margin-left: 0px;
}

.address {
  position: relative;
  text-align: left;
  margin-left: 123px;
}

.image {
  text-align: center;
}


/*
 * Footer
 */

.cardfoot {
  /*color: #999;*/ /* IE8 proofing */
  /*color: rgba(255,255,255,.5);*/
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .card-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  .image {
    text-align: right;
  }
  .logoAddressGroup {
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .card-container {
    width: 700px;
  }
}