body {
  color: #231f20;
  font-family: "Open Sans", sans-serif;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

address a {
  text-decoration: underline;
}

.cinforma_container {
  background-color: #fff;
}

.cinforma_container .container {
  max-width: 100%;
}

.cinforma_container.alt {
  margin-top: 40px;
  background-color: #0075b2;
  color: #fff;
}

h1 {
  font-weight: 200;
  font-size: 6em;
  margin-bottom: 20px;
}

h1.consulting {
  color: #0075b2;
}

h1.services {
  color: #ea9423;
}

h1.contact {
  color: #fff;
}

.logo {
  display: block;
  margin: 20px auto;
  width: 400px;
}

.carmen_image {
  float: left;
  margin-right: 20px;
  width: 200px;
}

h2.callout {
  margin-top: 0;
  font-weight: lighter;
}

h2.callout em {
  font-weight: bold;
  font-style: normal;
}

.address {
  margin-top: 20px;
  margin-bottom: 40px;
}

.motto {
  background-color: #ea9423;
  font-weight: 200;
  font-size: 0.5em;
  font-style: italic;
  text-align: center;
  color: white;
  padding: 1em 0;
  margin-bottom: 60px;
  margin-top: 20px;
}
.mission {
  background-image: url("../images/mission.jpg");
  width: 100%;
  display: block;
}

.missionblur {
  background-image: url("../images/missionblur.jpg");
  width: 100%;
  display: block;
}

.mission.top {
  background-position: center 20%;
  height: 400px;
  margin-top: -20px;
}

.missionblur.bottom {
  margin-top: 60px;
  background-position: center bottom;
  height: 400px;
}

.heading_right {
  color: white;
  font-weight: 400;
  text-align: right;
  padding-right: 8%;
  margin-top: 150px;
  text-shadow: 0px 1px #222;
}

.heading_center {
  color: white;
  font-size: 60px;
  font-weight: 200;
  text-align: center;
  padding-top: 160px;
  text-shadow: 0px 1px #222;
  padding-left: 2%;
  padding-right: 2%;
  line-height: 140%;
}

.attr a {
  text-decoration: underline;
}
.attr {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 11px;
}
.attr_left {
  float: left;
}

.attr_right {
  float: right;
  text-align: right;
}

.mini_social {
  float: right;
  margin-top: 360px;
  margin-right: 20px;
}

/* Social media links container styles */
.social_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.social_links a {
  display: flex;
  align-items: center;
}
