@font-face {
  font-family: 'RR Beaver';
  src: url('/beaver.ttf');
}
a {
  color: RGBA(213,30,36,1);
}
.wrapper {
  overflow:hidden;
max-width: 1200px;
text-align: center;
}
.wrapper div {
   min-height: 200px;
max-width: 1200px;
text-align: center;
}
.one {
display: inline-block;
overflow: hidden;
width:320px;
margin: 20px;
}
.two {
display: inline-block;
overflow: hidden;
margin: 20px;
width: 320px;
}
.three {
display: inline-block;
overflow: hidden;
margin: 20px;
width: 320px;
}

#four {
display: inline-block;
overflow: hidden;
margin: 20px;
width: 320px;
}

@media screen and (max-width: 400px) {
   #one {
    float: none;
    margin-right:0;
    width:auto;
    border:0;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  background-image: url("https://www.telegraph.co.uk/content/dam/travel/Spark/tourism-western-australia/perth-skyline.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.parallax {
  /* The image used */
  background-image: url("https://www.telegraph.co.uk/content/dam/travel/Spark/tourism-western-australia/perth-skyline.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

