body {
  background-color: #333;
  padding-bottom: 20px;
}

h1 {
  font-size: 26px;
  margin-top: 0;
}

div.checkbox {
  margin-top: 0;
}

.callout {
  padding: 3px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #ce4844;
  background: #ffdddc;
  display: none;
}

.container-main {
  max-width: 1000px;
}

.container-main {
  background: #FFF;
  padding-right: 0;
  padding-left: 0;
}

.container-content {
  padding-bottom: 20px;
}

.container-footer {
  color: #EEE;
  text-align: center;
  font-size: 10px;
  padding-top: 15px;
}

.arec-header {
  background-image: url('calgary.jpg');
  background-position: 50% 39%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0 !important;
  height: 256px;
  margin-bottom: 0;
}

.arec-header > h1 {
  font-size: 2.5em;
  text-shadow: 1px 1px white;
  margin-top: 0
}

.arec-header > p {
  margin-top: -10px;
  font-size: 1em;
  font-weight: 500;
  text-shadow: 0.5px 0.5px white;
}

.arec-nav-bar {
  border-radius: 0;
}

.arec-nav-container .navbar-brand {
  display: none;
}

@media(max-width:767px) {
  .arec-header {
    display: block;
    max-height: 80px;
    background-size: 200%;
    background-position: 69% 50%;
  }

  h1 {
    font-size: 1.6em;
  }

  .arec-header > h1 {
    font-size: 1em;
    margin-top: -20px;
  }

  .arec-header > p {
    margin-top: 10px;
    font-size: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    display: none;
  }

  .arec-nav-container .navbar-brand {
    display: inherit;
  }
}

@media(min-width:768px) {
  .arec-header {
    max-height: 200px;
  }
}

@media(min-width:992px) {

}

@media(min-width:1200px) {
  .container {
      width: auto;
  }
}

div.shade {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

div.shade > span {
  position: absolute;
  color: white;
  width: 200px;
  height: 200px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
}

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
  from { transform: scale(1) rotate(0deg); }
  to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

a.fb {
    color: white;
    display: inline-block;
    background: #365899;
    line-height: 30px;
    height: 30px;
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}