@font-face {
	font-family: 'HK Grotesk';
	src: url('light/HKGrotesk-Light.eot');
	src: url('light/HKGrotesk-Light.eot?#iefix') format('embedded-opentype'),
	  url('light/HKGrotesk-Light.woff2') format('woff2'),
	  url('light/HKGrotesk-Light.woff') format('woff'),
	  url('light/HKGrotesk-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
  }
  /* Regular */
  @font-face {
	font-family: 'HK Grotesk';
	src: url('regular/HKGrotesk-Regular.eot');
	src: url('regular/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
	  url('regular/HKGrotesk-Regular.woff2') format('woff2'),
	  url('regular/HKGrotesk-Regular.woff') format('woff'),
	  url('regular/HKGrotesk-Regular.ttf') format('truetype');
	font-weight: normal;
	font-weight: 400;
	font-style: normal;
  }
  /* Medium */
  @font-face {
	font-family: 'HK Grotesk';
	src: url('medium/HKGrotesk-Medium.eot');
	src: url('medium/HKGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
	  url('medium/HKGrotesk-Medium.woff2') format('woff2'),
	  url('medium/HKGrotesk-Medium.woff') format('woff'),
	  url('medium/HKGrotesk-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
  }
  /* Bold */
  @font-face {
	font-family: 'HK Grotesk';
	src: url('bold/HKGrotesk-Bold.eot');
	src: url('bold/HKGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
	  url('bold/HKGrotesk-Bold.woff2') format('woff2'),
	  url('bold/HKGrotesk-Bold.woff') format('woff'),
	  url('bold/HKGrotesk-Bold.ttf') format('truetype');
	font-weight: bold;
	font-weight: 700;
	font-style: normal;
  }
  
  body {
      color: #fff;
  }

  .bgblack {
    border: 34px solid #fff;
    background-color: #000;
  }

h1 {
    font-family: HK Grotesk;
    font-style: normal;
    font-weight: bold;
    font-size: 120px;
    line-height: 144px;
    
    /* identical to box height */
    text-align: center;
    margin-top: 118px;
    margin-bottom: 0;
  }

.nav {
  margin-top: 43px;
}
.nav a{
  text-decoration: none;      
  font-family: HK Grotesk;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #FFF;
}



  footer {
    margin-top: 200px;
    margin-bottom: 95px;
    padding: 0;
    border: 0;
  }
p {
    font-family: HK Grotesk;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    letter-spacing: -0.01em;

    margin: 0;
    padding: 0;
    border: 0;
  }

.number {
      font-weight: bold;
  }

.paragraph {
  max-width: 1400px;
  margin-top: 142px;
  margin-right: auto;
  margin-left: auto;
}

.footerlinks {  
  text-decoration: none;
  color: #FFF;

}


@media (max-width: 1000px) {
  h1 {
    font-family: HK Grotesk;
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 120px;
    
    /* identical to box height */
    text-align: center;
    margin-top: 118px;
    margin-bottom: 0;
  }
  
  .paragraph {
    margin-top: 100px;
    margin-right: 20px;
    margin-left: 20px;
  }
}