@font-face {
  font-family: 'Arvo';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arvo/v23/tDbN2oWUg0MKqSIQ6A.ttf) format('truetype');
}
@font-face {
  font-family: 'Arvo';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arvo/v23/tDbO2oWUg0MKqSIoVLHK9g.ttf) format('truetype');
}
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arvo/v23/tDbD2oWUg0MKmSA.ttf) format('truetype');
}
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/arvo/v23/tDbM2oWUg0MKoZw1yLQ.ttf) format('truetype');
}
body {
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Arvo', serif;
  background-image: url('https://mattricks.ca/images/mattricks.ca_bg.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h1 {
  font-size: 3.5em;
  font-weight: lighter;
}
a {
  color: #000000;
  text-decoration: none;
}
#wrapper {
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#wrapper #container {
  width: 95%;
  height: 100%;
  padding: 0 2.5% 0 2.5%;
  position: relative;
}
header {
  padding-top: 60px;
}
header #header_logo {
  width: 148px;
  height: 138px;
  display: block;
  background-image: url('https://mattricks.ca/images/logo_sticker.png');
  background-size: cover;
}
header #header_logo:hover {
  background-image: url('https://mattricks.ca/images/logo_sticker_hover.png');
}
footer {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000000;
  padding: 10px 20px 10px 20px;
}
footer a {
  color: #ffffff;
}
#say_hello {
  background-color: #000000;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 3em;
}
.say_hello_contact {
  display: block;
  margin: 30px 0px;
  font-size: 1.5em;
}

