html,
body {
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.container .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5%;
  width: 100%;
  margin-left: 20%;
  margin-right: 20%;
}
.container .row .col-12 {
  width: 100%;
}
@media (min-width: 1200px) {
  .container .row .col-md-8 {
    flex: 0 0 62%;
    width: 62%;
    max-width: 62%;
  }
}
@media (min-width: 1200px) {
  .container .row .col-md-4 {
    flex: 0 0 33%;
    width: 33%;
    max-width: 33%;
  }
}

/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/raleway-v28-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/raleway-v28-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway-v28-latin-regular.woff2") format("woff2"), url("/fonts/raleway-v28-latin-regular.woff") format("woff"), url("/fonts/raleway-v28-latin-regular.ttf") format("truetype"), url("/fonts/raleway-v28-latin-regular.svg#Raleway") format("svg");
  /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/raleway-v28-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/raleway-v28-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway-v28-latin-700.woff2") format("woff2"), url("/fonts/raleway-v28-latin-700.woff") format("woff"), url("/fonts/raleway-v28-latin-700.ttf") format("truetype"), url("/fonts/raleway-v28-latin-700.svg#Raleway") format("svg");
  /* Legacy iOS */
}
/* raleway-900 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/raleway-v28-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/raleway-v28-latin-900.eot?#iefix") format("embedded-opentype"), url("/fonts/raleway-v28-latin-900.woff2") format("woff2"), url("/fonts/raleway-v28-latin-900.woff") format("woff"), url("/fonts/raleway-v28-latin-900.ttf") format("truetype"), url("/fonts/raleway-v28-latin-900.svg#Raleway") format("svg");
  /* Legacy iOS */
}
/* noto-serif-regular - latin */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/noto-serif-v21-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/noto-serif-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/noto-serif-v21-latin-regular.woff2") format("woff2"), url("/fonts/noto-serif-v21-latin-regular.woff") format("woff"), url("/fonts/noto-serif-v21-latin-regular.ttf") format("truetype"), url("/fonts/noto-serif-v21-latin-regular.svg#NotoSerif") format("svg");
  /* Legacy iOS */
}
/* noto-serif-700 - latin */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/noto-serif-v21-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("/fonts/noto-serif-v21-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/noto-serif-v21-latin-700.woff2") format("woff2"), url("/fonts/noto-serif-v21-latin-700.woff") format("woff"), url("/fonts/noto-serif-v21-latin-700.ttf") format("truetype"), url("/fonts/noto-serif-v21-latin-700.svg#NotoSerif") format("svg"); /* Legacy iOS */
}
* {
  font-family: "Noto Serif", Georgia, Times, serif;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-primary);
  font-family: Raleway, Arial, Helvetica, sans-serif;
}

.subtitle {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
}

.text-light {
  color: var(--light);
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
.text-dark {
  color: var(--dark);
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
.text-primary {
  color: var(--text-primary);
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
.text-secondary {
  color: var(--text-secondary);
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
.text-secondary a {
  color: var(--text-secondary);
  text-decoration: none;
  word-wrap: break-word;
}
.text-bold {
  font-weight: 700;
}
.text-upper {
  text-transform: uppercase;
}

.fw-700 {
  font-weight: 700;
}

header {
  background-color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 50px;
}
header h1 {
  color: white;
  width: 100%;
  text-align: center;
  font-size: 70px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  padding-top: 30px;
}
header h1 a {
  text-decoration: none;
  color: white;
}
header p {
  margin: 0 10% 1.2rem 10%;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: Raleway, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

main {
  padding-left: -2%;
  padding-right: -2%;
}
main h2,
main h3 {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
main h2 {
  font-size: 24px;
}
main h2.sidebar {
  font-size: 16px;
}
main p {
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 15px;
}
main p span.highlight {
  font-weight: bold;
}
main .contact {
  margin-top: 1.2rem;
  background-color: #f7f7f7;
  width: 100%;
}
main .contact .hr {
  height: 5px;
  min-height: 5px;
  background-color: #dfdfdf;
  margin-bottom: 10px;
}
main .contact div:first-child {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 1.2rem;
}
main .contact p.contact-caption {
  padding-top: 1.2rem;
  margin-bottom: 10px;
}
main .contact .cta {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  font-family: Raleway, Arial, Helvetica, sans-serif;
}
main .contact img {
  width: 100%;
  max-width: 100%;
}
main .contact .icon-experience {
  padding: 30px;
}

footer {
  margin: 0;
  width: 100%;
  height: 5rem;
  background-color: var(--secondary);
  margin-top: 50px;
}
footer .row {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
footer a {
  margin-right: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}

/*# sourceMappingURL=style.css.map */
