html,
body { height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  background: url(../img/storebg.jpg) center center no-repeat fixed;
  background-size: cover;
  overflow-x: hidden;
  color: #fff;
  position: relative;
  right: 0;
  -webkit-transition: right .3s;
  transition: right .3s;
  font-weight: 400;
}

h1,
h2 { font-size: 49.741px; }

h1,
h2,
h3 { font-weight: 400; }

a,
a:hover,
a:active { color: #fff; }

a:focus {
  outline: none;
  color: #fff;
}

a:hover { text-decoration: none; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img { max-width: 100%; }

.overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.section-spacing { padding: 4.5em 0; }

.content h1,
.content h2 { text-transform: uppercase; }

#home { line-height: 1.3; }

.logo {
  display: inline-block;
  margin-bottom: 3em;
  width: 220px;
}

.content .top-header h2 {
  text-transform: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 28px;
}

.social-icons { margin-top: 3em; }

.social-icons li {
  display: inline-block;
  margin-right: 1em;
}

.social-icons li:last-child { margin-right: 0; }

.social-icons li a {
  border-radius: 50%;
  display: inline-block;
  font-size: 1.5em;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.social-icons li a:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
}