:root {
  --link: #236fb3;

  --header-background: #1185cb;
  --header-foreground: #fafafa;
  --header-border: #333;
  --header-menu-hover-background: #236fb3;
  --header-menu-active-background: #333;

  --highlight-background: #134471;
  --highlight-foreground: #fafafa;
}

header .logo-left {
  color: var(--header-foreground);
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  height: 21px;
  margin: 0 auto;
  padding: 17px;
  width: fit-content;
}

header nav ul li {
  font-size: 15px;
  height: 17px;
  padding-bottom: 19px;
  padding-top: 19px;
}

h1 {
  color: var(--header-background);
}

#profile-photo {
  border-radius: 50%;
  padding: 34px;
  width: 233px;
}

.banner-full {
  overflow: hidden;
}

.banner-full.highlight {
  background-color: var(--highlight-background);
  color: var(--highlight-foreground);
}

.banner-full.box {
  max-width: 800px;
}

.banner-full.highlight h1 {
  color: var(--highlight-foreground);
}

.banner-full h2 {
  font-size: 34px;
  padding-left: 34px;
  padding-right: 34px;
}

.app-description {
  font-size: 21px;
  line-height: 34px;
  padding-bottom: 34px;
  padding-left: 34px;
  padding-right: 34px;
}

.left .app-description {
  float: right;
}

.right .app-description {
  float: left;
}

.banner-full .image-app {
  max-height: 610px;
}

.banner-full .title {
  padding: 5px;
}

.banner-full .text {
  font-size: 21px;
  padding-bottom: 55px;
  padding-top: 34px;
}

.box-title {
  color: var(--link);
  font-size: 21px;
  font-weight: bold;
}

.box img {
  max-height: 55px;
  padding: 13px;
}

@media screen and (min-width: 987px) {
  .banner-full .left {
    float: left;
    text-align: right;
    width: 50%;
  }

  .banner-full .right {
    float: left;
    text-align: left;
    width: 50%;
  }

  .banner-full .left,
  .banner-full .right {
    padding-bottom: 34px;
    padding-top: 34px;
  }

  .app-description {
    max-width: 377px;
  }
}
