* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /* 1rem=10px=62.5% */
}

body {
  font-family: "Century Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
}

/* HEADER */

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}

.logo h1 {
  display: none;
}

.menu {
  display: flex;
  gap: 4.8rem;
}

.menu a {
  text-decoration: none;
  color: #1b2327;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
}

.menu a:hover {
  color: #8a959a;
}

/* FOOTER */

footer {
  color: #fff;
}

.upper {
  background-color: #1b1d1f;
  padding: 7.2rem 0;
}

.upper .container {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  column-gap: 11rem;
}

.upper h4 {
  margin-bottom: 1.6rem;
}

.upper p,
.upper a {
  font-size: 1.3rem;
}

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

.upper a:hover {
  color: #136ba0;
  font-weight: bold;
}

footer .col3 {
  justify-self: right;
}

ion-icon {
  font-size: 1.3rem;
  font-weight: 900;
}

footer li {
  display: flex;
  align-items: center;
  gap: 3px;
}

.bottom {
  background-color: #141618;
  padding: 3.6rem 0;
  text-align: center;
}

/*HEADINGS */
h2,
h3 {
  color: #136ba0;
  text-align: center;
}

h2 {
  font-size: 3rem;
  margin-bottom: 4.8rem;
}

h3 {
  font-size: 2.3rem;
  margin-bottom: 2.4rem;
}

h4 {
  font-size: 1.6rem;
  margin: 2.4rem 0 0.8rem 0;
}
