body {
  background-color: rgb(198, 190, 190);
  font: 400 20px/1.38 'Merriweather Sans';
  color: rgb(255, 255, 255);
}

.container {
  display: block;
  float: left;
  width: 139px;
  min-width: 110px;
  max-width: 139px;
  height: 55px;
  margin: 20px 0 0 10px;
  background-color: rgba(255, 255, 255, 0);
}

.container_all {
  position: relative;
  z-index: 7;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 30px 30px 60px;
  background-color: rgb(255, 255, 255);
}

.container_header_thin {
  width: 100%;
  min-width: 600px;
  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
}

.container_home {
  display: block;
  float: left;
  width: 117px;
  min-width: 85px;
  max-width: 117px;
  height: 55px;
  margin: 20px 0 0 20px;
  border-radius: 5px;
  background-color: rgba(199, 199, 199, 0.12);
}

.container_main_image {
  width: 100%;
  min-width: 600px;
  margin: 0 auto;
  padding: 1px;
}

.container_portfolio {
  display: block;
  float: left;
  width: 162px;
  min-width: 120px;
  max-width: 162px;
  height: 55px;
  margin: 20px 0 0 15px;
  background-color: rgba(255, 255, 255, 0);
}

.element {
  width: 100%;
  min-width: 600px;
}

.element_disclaimer {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 600px;
  height: 32px;
  margin: 0 auto;
  padding: 10px;
  background-color: rgb(48, 39, 40);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 16;
  height: 100px;
  margin: 0 auto;
  background-color: rgb(48, 39, 40);
}

.image_bg {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.image_logo {
  display: block;
  float: left;
  width: 10.5833333333%;
  min-width: 127px;
  max-width: 127px;
  height: auto;
  overflow: hidden;
}

.info {
  margin: 60px auto 0;
  padding: 20px;
  background-color: rgba(66, 63, 59, 0.3);
}

.text,
.text_home,
.text_portfolio {
  margin: 0 auto;
  font: 300 40px/1.38 Oswald;
  text-align: center;
  color: rgb(230, 230, 230);
}

.text_disclaimer {
  float: left;
  width: 100%;
  font: 12px/1.38 Helvetica;
  color: rgb(255, 255, 255);
}

.text_info_header {
  width: 90%;
  max-width: 1048px;
  margin: 0 auto;
  font: 30px/1.38 Helvetica;
  color: rgb(255, 255, 255);
}

.text_info_text {
  float: left;
  clear: both;
  width: 80%;
  max-width: 928px;
  min-height: 86px;
  margin: 10px 0 0 8.75%;
  font-weight: 400;
  line-height: 1.38;
  text-align: justify;
  color: rgb(255, 255, 255);
}

.text_info_text p {
  margin-bottom: 1em;
}