body,
html {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

#layout {
  background: url(./images/bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

#content {
  position: relative;
  width: 460px;
  margin: 0 auto;
  z-index: 10;
  font-size: 1rem;
}

.logo>img {
  height: auto;
  width: 100%;
  padding-top: 13.5em;
}

.social-icons {
  padding-top: 6.250em;
  text-align: center;
}

.social-icons .icon {
  color: #fff;
  font-size: 2rem;
}

.social-icons a {
  margin: 0 .313rem;
}

.address * {
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0;
  font-size: .875rem;
}

.address {
  text-align: center;
  padding-top: 8em;
  padding-bottom: 25px;
}

.map-link {
  margin-top: 10px!important;
}

.map-link>a {
  text-transform: uppercase;
  color: inherit;
  text-decoration: underline;
}

.google-map {
  position: relative;
}

.map-link>a:hover {
  text-decoration: none;
}

@media (min-width:320px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  #content {
    width: 200px;
    font-size: 0.5rem;
  }
}

@media (max-width:600px) {
  .logo>img {
    padding-top: 5em;
  }
  .address * {
    font-size: .75rem;
  }
}

@media (min-width:374px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  #content {
    width: 200px;
    font-size: 0.7rem;
  }
}

@media (min-width:480px) {
  /* smartphones, Android phones, landscape iPhone */
  #content {
    width: 300px;
    font-size: 0.7rem;
  }
}

@media (min-width:600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  #content {
    width: 400px;
    font-size: 0.7rem;
  }
}

@media (min-width:801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  #content {
    width: 400px;
    font-size: 0.8rem;
  }
}

@media (min-width:1025px) {
  /* big landscape tablets, laptops, and desktops */
  #content {
    width: 400px;
    font-size: 1rem;
  }
}

@media (min-width:1281px) {
  /* hi-res laptops and desktops */
  #content {
    width: 460px;
    font-size: 1rem;
  }
}