* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
.master {
  width: 100%;
  height: 100%;
}
.hero {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 2% 0 9%;
}
.home {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #0054a6;
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
}
.home span:hover {
  color: #678cbf;
  cursor: pointer;
}
.items {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.items ul {
  text-decoration: none;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  color: #0054a6;
}
.items ul li {
  float: left;
  border-bottom: 1px solid #fff;
  padding: 0.5em 0;
  margin: 0 1em;
}
.items ul li:hover {
  cursor: pointer;
  border-bottom: 1px solid #0054a6;
}
.items ul li a {
  text-decoration: none;
  color: inherit;
}
.hero-content {
  width: 100%;
  height: auto;
  padding-top: 6em;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  font-family: 'Arvo', sans-serif;
  text-align: right;
}
.hero-content .hero-content-container {
  width: 50%;
  min-width: 700px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  margin-right: 15%;
}
.hero-content .hero-content-container h1 {
  font-size: 4em;
  margin: 0;
  color: #0054a6;
}
.hero-content .hero-content-container h3 {
  margin: 0;
  color: #678cbf;
  max-width: 80%;
}
@media screen and (max-width: 1045px) {
  .hero-content-container {
    margin-right: 8% !important;
  }
}
@media screen and (max-width: 900px) {
  .hero-content {
    justify-content: center !important;
    align-items: center !important;
    padding-top: 0 !important;
  }
  .hero-content-container {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding-top: 3em !important;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 760px) {
  .hero-content-container {
    font-size: 1em;
    min-width: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 630px) {
  .hero-content-container {
    font-size: 0.6em;
  }
}
.mounted {
  width: 100%;
  height: auto;
background-color
}
.mounted .mounted-content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: #0054a6;
  color: #fff;
  font-family: 'Arvo', sans-serif;
  padding: 2em 4% 2em 9%;
  font-size: 1.8em;
  background-image: url("../assets/background-main.svg");
}
.mounted .mounted-content h3 {
  padding-top: 1em;
  font-size: 0.8em;
}
@media screen and (max-width: 970px) {
  .mounted-content h1 {
    font-size: 1.5em;
  }
  .mounted-content h3 {
    font-size: 0.8em !important;
  }
  .contact-title h3 {
    font-size: 2.5em !important;
  }
}
@media screen and (max-width: 450px) {
  .mounted-content {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .mounted-content h1 {
    font-size: 1.2em;
  }
  .mounted-content h3 {
    font-size: 0.7em !important;
  }
}
@media screen and (max-width: 350px) {
  .contact-title h3 {
    font-size: 2.2em !important;
  }
}
.contact {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 2em 9%;
}
.contact-components {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4em;
}
@media screen and (max-width: 850px) {
  .contact-components {
    flex-direction: column;
  }
  .contact-people {
    width: 100% !important;
    justify-content: flex-end !important;
    text-align: left !important;
    padding-left: 0 !important;
  }
  .contact-list {
    display: none !important;
/*padding-left 0 !important
		padding-top 2em !important*/
  }
}
.contact-people {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  width: auto;
}
.contact-people ul {
  list-style: none;
  text-decoration: none;
}
.contact-people ul li {
  text-decoration: none;
  font-family: 'Arvo', sans-serif;
}
.contact-people ul li h3 {
  font-size: 2em;
  color: #0054a6;
}
.contact-people ul li label {
  font-size: 1.5em;
  color: #678cbf;
}
.contact-list {
  width: 100%;
  padding: 1em 1em 0 4em;
}
.contact-title {
  padding-top: 1em;
}
.contact-title h3 {
  font-family: 'Arvo', sans-serif;
  font-size: 3em;
  color: #0054a6;
  padding-bottom: 1.5em;
}
.forms {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.forms textarea {
  height: 10em;
  resize: none;
}
.forms input,
.forms textarea {
  border: 1px solid #e8e8e8;
  padding: 1em;
  border-radius: 5px;
  font-size: 1em;
  width: 100%;
}
.forms input:not(:last-child),
.forms textarea:not(:last-child) {
  margin-bottom: 1em;
}
.button-emboss {
  background-color: #0054a6;
  color: #fff;
  font-size: 1.2em;
  padding: 0.5em 1em;
  font-family: 'Montserrat', sans-serif;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 5px 0px 0px #0054a6;
}
.button-emboss:hover {
  cursor: pointer;
  box-shadow: 0px 5px 0px 0px #678cbf;
}
.invis {
  display: none !important;
}
.mobile-nav {
  width: auto;
  opacity: 1 !important;
  z-index: 99999999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.menu-button {
  cursor: pointer;
  right: 0;
  margin-right: 1em;
  margin-top: 0;
}
.menu-button div {
  width: 1.8em;
  height: 0.2em;
  background-color: #0054a6;
  transform: rotate(0deg);
  transition: 0.3s;
}
.menu-button div:not(:last-child) {
  margin-bottom: 0.6em;
}
.menu-button.open div {
  background-color: #fff;
}
.menu-button.open div:first-child {
  transform: translateY(0.8em) rotate(45deg);
}
.menu-button.open div:nth-child(2) {
  opacity: 0;
}
.menu-button.open div:last-child {
  transform: translateY(-0.8em) rotate(-45deg);
}
@media screen and (max-width: 630px) {
  .items {
    display: none;
  }
  .mobile-nav {
    display: inline-block;
  }
  .header {
    justify-content: space-between;
  }
}
.menu-layer {
  width: 100%;
  height: 100%;
  background-color: #678cbf;
  opacity: 0.95;
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  overflow: hidden;
}
.noscroll {
  overflow-x: hidden;
  overflow-y: auto;
}
.menu-layer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  list-style: none;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.75em;
}
.menu-layer ul:hover > li {
  opacity: 0.5;
}
.menu-layer ul:hover > li:hover {
  opacity: 1;
  cursor: pointer;
}
.portfolio {
  width: 100%;
  height: auto;
}
.cards {
  margin-top: 1em;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3%;
}
.card {
  min-width: 300px;
  height: 200px;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}
@media screen and (max-width: 660px) {
  .cards {
    justify-content: center !important;
  }
}
/* SVG styles */
.iceberg {
  width: 100%;
  height: 100%;
  position: relative;
}
.red_2px {
  fill: none;
  stroke: #678cbf;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-mitrelimit: 10;
}
.blue_2px {
  fill: none;
  stroke: #678cbf;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-mitrelimit: 10;
}
.b_1 {
  fill: #afc7de;
}
.b_2 {
  fill: #688dbd;
}
.r_1 {
  fill: #e8e8e8;
}
.r_2 {
  fill: #e1e1e1;
}
.r_3 {
  fill: #e2e2e2;
}
