@font-face {
  font-family: 'Super';
  src: url("gt-melanie.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Mono';
  src: url("mono-melanie.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

body {
	font-family: 'Super', sans-serif;
  background-color: white;
  color: #1A1A1A;
  font-weight: regular;
  font-size: 24px;
  
  cursor: url(cursor.png);
}

p {
  font-size: 46px;
  line-height: 56px;
  max-width: 75%;
  letter-spacing: -1px;
}

.photo {
  display: inline-block;
  position: fixed;
  right: 10%;
  bottom: 10%;
  z-index: -1;
  width: 35%;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  
  min-height: 100vh;
  padding: 60px 30px;
}

.main a {
  text-decoration: none;
  color: #1A1A1A;
  border-bottom: 1px solid #D6D6D6;
  transition: 0.2s;
}

.main a:hover {
  border-bottom: 1px solid #1A1A1A;
}

small {
  font-family: 'Mono';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

nav {
  font-family: 'Mono';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
nav a {
  text-decoration: none;
  margin: 0 20px;
  color: #1A1A1A;
}

.stuff h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

#instafeed {
 	display: flex;
 	flex-wrap: wrap;
  z-index: 2;
}

.insta-img {
  width: 33.33%;
}

@media (max-width: 1000px) {
  p {
    font-size: 30px;
    line-height: 36px;
    max-width: 85%;
  }
}

@media (max-width: 700px) {
  p {
    font-size: 24px;
    line-height: 30px;
    max-width: 100%;
  }
  
  .main {
    padding: 30px 30px;
    min-height: 660px;
  }
}
