
@font-face {
  font-family: 'BentonModDisp-Light';
  src: url('BentonModDisp-Light.eot?#iefix') format('embedded-opentype'),  url('BentonModDisp-Light.otf')  format('opentype'),
       url('BentonModDisp-Light.woff') format('woff'), url('BentonModDisp-Light.ttf')  format('truetype'), url('BentonModDisp-Light.svg#BentonModDisp-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brown-Regular';
  src: url('Brown-Regular.eot?#iefix') format('embedded-opentype'),  url('Brown-Regular.otf')  format('opentype'),
       url('Brown-Regular.woff') format('woff'), url('Brown-Regular.ttf')  format('truetype'), url('Brown-Regular.svg#Brown-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brown-Light';
  src: url('Brown-Light.eot?#iefix') format('embedded-opentype'),  url('Brown-Light.otf')  format('opentype'),
       url('Brown-Light.woff') format('woff'), url('Brown-Light.ttf')  format('truetype'), url('Brown-Light.svg#Brown-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
    body.splash {
      padding: 0;
      margin: 0;
      background-color: #8551a1;
    }

    
.splash .container{
  text-align: center;
}
.splash img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}
.splash .text{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  margin-bottom: 40px;
}

.splash .text p, .text p a{
  color: #fff;
  font-family: 'Brown-Light';
    letter-spacing: 5px;
    font-size: 14px;
  text-transform: uppercase;
}
.splash .text p a{
  text-decoration: none;
}
.splash .text p.tel{
    font-family: 'BentonModDisp-Light';
    letter-spacing: 5px;
    font-size: 18px;
}
@media (max-width: 480px) {
  .splash img{
    max-width: 90%;
  }
  .splash .text{
    margin-bottom: 10px;
  }
}
@media (max-height: 600px) {
  .splash img{
    height: 35vh;
    width: auto;
  }
  .splash .text{
    margin-bottom: 10px;
  }
}
@media (max-height: 370px) {
  .splash img, .text{
    position: relative;
  }
  .splash img{
    margin-top: 15px;
  }
}