*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  box-sizing: inherit;
  height: 100vh;
  width: 100%;
  background-color: #1d1c1a;
  color: #f1f1f1;
  text-align: center;
  font: normal normal 400 18px/1.5 'Barlow Semi Condensed', sans-serif;
  overflow: hidden;
}

body {
  height: inherit;
  margin: 0;
}

.container {
  height: inherit;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

address {
  line-height: 1.75;
}

a,
a:active,
a:focus,
a:visited {
  color: #f1f1f1;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.pad-right {
  padding-right: 8px;
}

.title {
  margin-bottom: 0;
}

#ornament {
  max-width: 236px;
  width: 236px;
  margin: 0 auto 6px auto;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: '\e900';
}
.icon-location-pin:before {
  content: '\e901';
}
.icon-location:before {
  content: '\e902';
}
.icon-mail:before {
  content: '\e903';
  vertical-align: middle;
}
.icon-old-phone:before {
  content: '\e904';
}
