.headline {
  font-family:"Roboto", "Helvetica Neue";
  font-style: normal;
  font-size: 50px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
}

.line {
  font-family: "Roboto", "Helvetica Neue";
  text-transform: uppercase;
  text-align: center;
  margin: auto;
  padding: 20px;
  color: #000;
  font-size: 50px;
  font-weight: 300;
}

.sheadline {
  font-family: "Roboto", "Helvetica Neue";
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1;
}
  .mod {
    font-size: 50px;
    font-style: italic;
    font-weight: 200;
  }

.usheadline {
  font-family:"Roboto", "Helvetica Neue";
  font-style: normal;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.musheadline {
  font-family:"Roboto", "Helvetica Neue";
  font-style: normal;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
}

.para {
  font-family:"Roboto", "Helvetica Neue";
  font-style: normal;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.smod {
  font-style: normal;
  font-size: 100px;
  font-weight: 300;
}

@media screen and (max-width: 1600px) {
      .mod {
        font-size: 35px;
      }
      .smod {
        font-size: 80px;
      }
      .portfolio a {
        font-size: 25px;
      }
}

@media screen and (max-width: 1368px) {
      .headline {
        font-size: 40px;
      }
      .usheadline {
        font-size: 30px;
      }
      .mod {
        font-size: 25px;
      }
      .smod {
        font-size: 65px;
      }
      .portfolio a {
        font-size: 20px;
      }
}

@media screen and (max-width: 1023px) {
      .headline {
        font-size: 25px;
      }
      .usheadline {
        font-size: 30px;
      }
      .mod {
        font-size: 25px;
      }
      .smod {
        font-size: 65px;
      }
      .portfolio a {
        font-size: 20px;
      }
}
