* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #777;
  background: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

a {
  color: inherit;
}

.container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.top-bar {
  background: #000099;
  color: #fff;
}

.top-wrap {
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: center;
  gap: 22px;
  min-height: 104px;
}

.site-title {
  margin: 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  text-transform: uppercase;
}

.site-title a {
  color: #fff;
  text-decoration: none;
}

.site-description {
  margin: 7px 0 0;
  color: #dfe5ff;
  font-size: 14px;
  font-weight: 400;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 40px;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, .45);
  background: transparent;
  color: #fff;
  font-size: 24px;
}

.main-nav ul,
.inside-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav a {
  display: block;
  padding: 14px 18px;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 23px;
  text-decoration: none;
  transition: color .2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: #e60000;
}

.hero {
  min-height: 210px;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 80, .45), rgba(0, 0, 80, .35)),
    url("globe-colored-1200.jpg") center/cover fixed;
}

.hero h1 {
  max-width: 960px;
  margin: 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  text-transform: uppercase;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .45);
}

.site-content {
  padding: 34px 0 48px;
}

.entry-title {
  margin: 0 0 32px;
  color: #555;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 34px;
  line-height: 1.15;
  text-align: center;
}

.readable {
  color: #aaa;
  font-size: 18px;
}

.readable p {
  margin: 0 0 24px;
}

.readable h3,
.section-heading {
  margin: 28px 0 16px;
  color: #555;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
}

.center-blue,
.bold-blue {
  color: #000099;
  font-weight: 700;
}

.center-blue {
  text-align: center;
}

blockquote {
  margin: 0 0 28px;
  padding: 24px 26px;
  border-left: 5px solid #000099;
  background: #f5f5f5;
}

blockquote::before {
  content: "\25A0";
  float: left;
  margin: 0 12px 0 0;
  color: #000099;
  font-size: 20px;
  line-height: 1.6;
}

.readable-pull {
  color: #848484;
  font-size: 18px;
  font-weight: 700;
}

.inside-nav {
  margin: -10px 0 38px;
  background: #000099;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
}

.inside-nav ul {
  justify-content: center;
  flex-wrap: wrap;
}

.inside-nav a {
  display: block;
  padding: 13px 28px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.inside-nav a:hover {
  color: #e60000;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 42%) 1fr;
  gap: 30px;
  align-items: start;
}

.portrait {
  width: 100%;
  max-width: 600px;
  display: block;
}

.gray-box {
  width: min(980px, 100%);
  margin: 26px auto;
  padding: 28px;
  background: #f5f5f5;
}

.spaced li {
  padding-bottom: 18px;
}

hr {
  margin: 36px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

.band-title {
  margin: 50px 0 28px;
  text-align: center;
}

.band-title span {
  display: inline-block;
  color: #555;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.band-title::after {
  content: "";
  display: block;
  width: 78px;
  margin: 16px auto 0;
  border-top: 4px solid #000099;
}

.priority-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 18px 0 48px;
  text-align: center;
}

.priority-card {
  padding: 0 12px;
}

.priority-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #000099;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 26px;
}

.priority-card h4 {
  margin: 0 0 12px;
  color: #555;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 22px;
}

.priority-card p {
  margin: 0;
  color: #aaa;
  font-size: 16px;
}

.testimonial-band {
  margin: 24px calc(50% - 50vw) 48px;
  padding: 48px 0 54px;
  color: #fff;
  background:
    linear-gradient(rgba(0, 0, 80, .74), rgba(0, 0, 80, .72)),
    url("globe-colored-1200.jpg") center/cover;
}

.testimonial-band .band-title span,
.testimonial-band .client-name {
  color: #fff;
}

.testimonial-band .band-title::after {
  border-top-color: #fff;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 32px;
}

.testimonial-body {
  position: relative;
  min-height: 190px;
  margin-bottom: 18px;
  padding: 22px;
  background: #fff;
  color: #777;
}

.testimonial-body::after {
  content: "";
  position: absolute;
  left: 32px;
  bottom: -18px;
  border: 9px solid transparent;
  border-top-color: #fff;
}

.client {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  align-items: center;
}

.client-photo,
.client-initials {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.client-initials {
  display: grid;
  place-items: center;
  background: #fff;
  color: #000099;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 25px;
}

.client-name {
  margin: 0;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 24px;
}

.client-function {
  display: block;
  color: #d7d7ff;
  line-height: 1.35;
}

.action-area {
  margin: 50px calc(50% - 50vw) 0;
  padding: 48px 0 56px;
  text-align: center;
  background: #f5f5f5;
}

.action-area h3 {
  margin: 0 0 22px;
  color: #555;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}

.action-text-lower {
  color: #777;
  font-size: 24px;
  line-height: 1.45;
}

.footer-widget-area {
  padding: 38px 0;
  background: #333;
  color: #ddd;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.footer-widget h3 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.footer-widget a {
  color: #fff;
  text-decoration: none;
}

.footer-widget a:hover {
  color: #e60000;
}

.footer-link,
.contact-line {
  margin: 10px 0;
}

.facebook-box {
  width: min(300px, 100%);
  min-height: 130px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid #555;
  background: #282828;
  text-align: center;
}

.site-footer {
  padding: 24px 0;
  background: #222;
  color: #ccc;
  font-size: 14px;
  text-align: center;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .top-wrap {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    grid-column: 1 / -1;
  }

  .main-nav.open {
    display: block;
  }

  .main-nav ul {
    display: block;
    padding-bottom: 18px;
  }

  .main-nav a {
    padding: 9px 0;
    font-size: 21px;
  }

  .intro-grid,
  .priority-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .readable {
    font-size: 17px;
  }

  .readable-pull {
    font-size: 17px;
  }

  .inside-nav a {
    padding: 10px 14px;
    font-size: 17px;
  }
}

@media (max-width: 560px) {
  .site-title {
    font-size: 23px;
  }

  .entry-title {
    font-size: 30px;
  }

  .hero {
    min-height: 170px;
    background-attachment: scroll;
  }

  .client {
    grid-template-columns: 72px 1fr;
  }

  .client-photo,
  .client-initials {
    width: 70px;
    height: 70px;
  }

  .action-text-lower {
    font-size: 21px;
  }
}
