@font-face {
  font-family: 'Roboto-Bold';
  src: url("https://cdn.craghoppers.com/fonts/roboto/RobotoCondensed-Bold.eot");
  src: url("https://cdn.craghoppers.com/fonts/roboto/RobotoCondensed-Bold.woff2") format("woff2"), url("https://cdn.craghoppers.com/fonts/roboto/RobotoCondensed-Bold.woff") format("woff"), url("https://cdn.craghoppers.com/fonts/roboto/RobotoCondensed-Bold.ttf") format("truetype"), url("https://cdn.craghoppers.com/fonts/roboto/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("https://cdn.craghoppers.com/fonts/roboto/RobotoCondensed-Bold.otf") format("otf");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-bold/OpenSans-Bold.eot');
  src: url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-bold/OpenSans-Bold.woff2') format('woff2'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-bold/OpenSans-Bold.woff') format('woff'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-bold/OpenSans-Bold.ttf') format('truetype'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-bold/OpenSans-Bold.otf') format('otf'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-semibold/OpenSans-SemiBold.eot');
  src: url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-semibold/OpenSans-SemiBold.woff2') format('woff2'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-semibold/OpenSans-SemiBold.woff') format('woff'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-semibold/OpenSans-SemiBold.ttf') format('truetype'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-semibold/OpenSans-SemiBold.otf') format('otf'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-semibold/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-light/OpenSans-Light.eot');
  src: url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-light/OpenSans-Light.woff2') format('woff2'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-light/OpenSans-Light.woff') format('woff'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-light/OpenSans-Light.ttf') format('truetype'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-light/OpenSans-Light.otf') format('otf'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-light/OpenSans-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-regular/OpenSans-Regular.eot');
  src: url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-regular/OpenSans-Regular.woff2') format('woff2'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-regular/OpenSans-Regular.woff') format('woff'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-regular/OpenSans-Regular.ttf') format('truetype'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-regular/OpenSans-Regular.otf') format('otf'),
    url('https://cdn.craghoppers.com/fonts/open_sans/OS/os-regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: "OpenSans-Regular", Helvetica, Arial, sans-serif;
  background-image: url(../images/loyalty/loyaltyBanner.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  color: #343434;
}

body {
  margin: 0;
}

p {
    letter-spacing: 0.8px;
    font-size: 18px;
}

.centerContainer {
  width: 100%;
  text-align: center;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title{
  text-transform: uppercase;
  font-family: "Roboto-Bold", Helvetica, Arial, sans-serif;
  font-size: 35px;
  letter-spacing: 1.5px;
  margin: 0 0 25px 0;
}

.subTitle {
    font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
}

.subTitle span {
  display: block;
}

.homeBttn {
  text-transform: uppercase;
  color: #343434;
  font-size: 22px;
  letter-spacing: 1.2px;
}

.logo{
  max-width: 75%;
}

@media only screen and (max-width: 450px){
  .centerContainer div{
    margin: 0 10px;
  }

  .title{
    font-size: 8vw;
  }

  .subTitle,
  p{
    font-size: 4.3vw;
  }

  .subTitle span {
    display: inline-block;
  }

  .homeBttn{
    font-size: 5vw;
  }

}
