body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  letter-spacing: 0px;
}

h2 {
  font-size: 28px;
  font-weight: 600;
  color: #9e1b34;
  margin-top: 40px;
}

h3,
h4,
h5 {
  margin: 0;
}

h1 {
  margin-bottom: 0;
}

h3 {
  font-size: 19px;
}

h3 strong {
  font-weight: 600;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 17px;
  font-style: italic;
  color: #817f7f;
}

a {
  text-decoration: none;
  border-bottom: 1px solid #111;
  color: #111;
}

a:hover {
  color: #9e1b34;
  border-bottom: 1px solid #9e1b34;
}

/* -------------- HEADER ------------------*/

header {
  color: #fff;
  text-align: center;
}

header.container {
  max-width: none;
  width: 100%;
  margin: 0px;
  background-color: #9e1b34;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-clip-path: polygon(
    0 -600px,
    100% -600px,
    100% calc(100% - 30px),
    0 100%
  );
  clip-path: polygon(0 -600px, 100% -600px, 100% calc(100% - 30px), 0 100%);
}

header .row {
  max-width: 960px;
  margin: 0 auto;
}

header #avatar {
  margin: 20px 40px;
  width: 152px;
}

header #avatar img {
  border-radius: 100px;
  border: 2px solid #fff;
  width: 100%;
  height: auto;
}

header #title {
  margin-left: 20px;
  margin-right: 20px;
}

header h1 {
  margin: 0 !important;
  font-weight: bold;
  margin-top: 50px;
}

header p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}

/* -------------- MAIN ------------------*/

main.container {
  margin-top: 20px;
}

.block {
  margin-bottom: 20px;
}

.block p {
  margin: 0px;
  margin-top: 5px;
}

p strong {
  font-weight: 600;
}

ul {
  list-style-type: none;
}

ul li i {
  padding-right: 5px;
}

ul i {
  height: 20px;
  width: 20px;
}

footer {
  margin-bottom: 50px;
}

@media screen and (max-width: 720px) {
  header.container {
    flex-direction: column;

    padding-bottom: 50px;
    -webkit-clip-path: polygon(
      0 -600px,
      100% -600px,
      100% calc(100% - 20px),
      0 100%
    );
    clip-path: polygon(0 -600px, 100% -600px, 100% calc(100% - 20px), 0 100%);
  }
  main h2 {
    margin-top: 50px;
  }
  main h2#first {
    margin-top: 0px;
  }
}
