/* Scss Document */
/* Mobile first queries */
body {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.org {
  font-weight: bold; }

.tel, .fax {
  display: inline-block; }

.six img {
  width: 100%; }

.soon {
  text-align: center; }

#soon {
  width: 16rem;
  height: auto;
  max-width: 100%; }

#banner {
  margin: 4rem auto;
  display: block;
  max-width: 100%;
  height: auto; }

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

#contact {
  line-height: 2; }

/* Larger than mobile */
@media (min-width: 400px) {
  body {
    margin-top: 4rem;
    padding-bottom: 3rem; }

  .soon {
    text-align: right; } }
/* Larger than phablet */
/* Larger than tablet */
@media (min-width: 750px) {
  #banner {
    display: block;
    margin: 7rem 0; } }
/* Larger than desktop */
/* Larger than Desktop HD */
