/*
Filene's Basement CSS
*/

/* General
=================================================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?hhtlw0');
  src:  url('../fonts/icomoon.eot?hhtlw0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hhtlw0') format('truetype'),
    url('../fonts/icomoon.woff?hhtlw0') format('woff'),
    url('../fonts/icomoon.svg?hhtlw0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-instagram:before {
  content: "\f16d";
}

html, body { display: block; background: #fff; margin: 0; }


.site-container { display: flex; flex-direction: column; min-height: 100vh; }
.site-inner { background: url(../img/filenes_basement_bg.jpg) center center no-repeat; background-size: cover; background-position: 50% 25%; display: flex; align-items: center; justify-content: center; flex-direction: column; flex: 1; min-height: 450px; position: relative; }
.site-inner:before { content: ""; background: rgba(43, 43, 43, 0.3); position:absolute; width: 100%; height: 100%; }

.company-logo { display: block; padding: 0 2em; z-index: 99; }
.company-logo img { width: 240px; max-width: 100%; }

.social { display: flex; justify-content: center; padding-top: 1.25em; z-index: 99; }
.social a { color: #fff; font-size: 1.4rem; display: inline-block; padding: 0 1em; text-decoration: none; }

.footer-container { display: block; position: relative; width: 100%; }
.footer-content { position: absolute; left: 0; right: 0; bottom: 0; margin-left: auto; margin-right: auto; z-index: 999; }
.footer-content p { color: #fff; font-family: 'Open Sans', sans-serif; font-size: .7rem; font-weight: 400; letter-spacing: .08em; line-height: 1.8; margin: 0; margin: 0 0 0.5em; padding: 0 2em; position: relative; text-align: center; text-transform: uppercase; }

/* Responsive
-------------------------------- */
@media only screen and ( max-height: 480px ) {
.site-inner { min-height: 350px; }
}