/* Links */
a {
  text-decoration: none;
}

a:link {
  color: rgb(97, 97, 97);
}

a:visited {
  color: rgb(97, 97, 97);
}

a:focus {
  color: rgb(255, 190, 132);
}

a:hover {
  color: rgb(255, 190, 132);
}

a:active {
  color: rgb(255, 190, 132);
}

body {
  font: italic 100% "Fira Sans", serif;
  /* font: 100% 'Open Sans', sans-serif; */
  margin: 0px;
  background-color: rgb(255, 250, 245);
  min-height: 100%;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu_bar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /* background-color: $color-redish-02); */
  justify-content: flex-start;
  align-items: center;
}
.menu_bar > .menu_item {
  padding: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  color: rgb(117, 117, 117);
  font-size: 2rem;
}

.active_page > a {
  color: rgb(255, 190, 132);
}

#home-fig {
  width: 410px;
}

.contact-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  margin-top: 100px;
  margin-left: 120px;
  padding-left: 120px;
  padding: 20px;
  background-color: rgba(255, 190, 132, 0.2);
  box-shadow: 0px 0px 20px 11px #EAE8E8;
}
.contact-container > span {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 160%;
}
.contact-container > span > span {
  padding-right: 20px;
}
.contact-container > img {
  width: 300px;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 50px;
}
.footer > span {
  padding: 10px;
  padding-right: 100px;
  padding-left: 100px;
  font-size: 1.5rem;
}

#about-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  margin-top: 50px;
  background-color: rgba(255, 190, 132, 0.2);
  box-shadow: 0px 0px 20px 11px #EAE8E8;
}
#about-container > span {
  padding-right: 100px;
  font-size: 2.2rem;
}
#about-container > img {
  width: 250px;
  padding-right: 150px;
}
#about-container > #about-fig {
  width: 200px;
}

#home {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 50px;
  background-color: rgba(255, 190, 132, 0.2);
  box-shadow: 0px 0px 20px 11px #EAE8E8;
}
#home > .txt {
  padding: 20px;
  padding-left: 100px;
}
#home > .txt > h1 {
  font-size: 2.7rem;
  margin-top: 20px;
  margin-bottom: 5px;
}
#home > .txt > h2 {
  font-size: 2.2rem;
  margin-top: 5px;
  margin-bottom: 50px;
}
#home > .txt > .paragraph {
  line-height: 2;
  font-size: 1.7rem;
}
#home > .fig {
  padding: 20px;
  padding-right: 100px;
  padding-left: 100px;
}

.text-container {
  padding-top: 30px;
  background-color: rgba(255, 190, 132, 0.2);
}
.text-container > .normal-text {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 130px;
  margin-right: 150px;
  font-size: 1.7rem;
  background-color: rgb(255, 250, 245);
}
.text-container > .normal-text > h1 {
  font-size: 2.7rem;
  margin-top: 20px;
  margin-bottom: 5px;
}
.text-container > .normal-text > h2 {
  font-size: 2.2rem;
  margin-top: 5px;
  margin-bottom: 50px;
}
.text-container > .normal-text > .paragraph {
  line-height: 1.4;
}
.text-container > .normal-text > ul {
  line-height: 1.5;
}

.citation {
  font-style: bold;
  color: rgb(117, 117, 117);
  font-weight: lighter;
}

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