body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: #fff;
  transition: background .3s;
}

body p {
  margin: 1em auto;
}

body .hidden {
  display: none;
}

main > section {
  padding-top: 3em;
  padding-bottom: 3em;
}

main > section article header {
  font-weight: 400;
}

main > section article header::after {
  content: '';
  position: absolute;
  display: table;
  clear: both;
  height: 1px;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  background: #ccc;
}

main > section article header h1 {
  margin-top: 0;
  font-weight: 300;
}

#logo {
  border-radius: 300px;
  max-width: 140px;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "Roboto", sans-serif;
}

.table-scroll {
  margin-left: 20px;
  margin-right: 20px;
}

strong {
  font-weight: 400 !important;
}

#header {
  background-color: #ff9900;
  height: 100px;
  text-align: center;
}

#header #branding,
#header #slogan {
  color: #fff;
}

#header #branding {
  font-family: "Comfortaa", cursive;
  font-size: 48px;
  margin-bottom: 0;
}

#header #slogan {
  font-family: Courier, monospace;
  font-size: 20px;
}

#window {
  background: url(../images/bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

#intro {
  background-color: #ff9900;
  color: #fff;
  /*   article {
  padding-top: 3em;
  padding-bottom: 3em;
} */
}

#intro article p {
  margin-left: 20px;
  margin-right: 20px;
}

#gallery {
  min-height: 300px;
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}

#gallery figure {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 500px;
  margin: 20px;
}

#gallery figure img {
  border-radius: 500px;
  overflow: hidden;
}

#company-info {
  background: #f1f1f1;
}

#company-info header {
  text-align: center;
  margin-bottom: 3em;
}

#company-info table {
  margin: auto;
}

#company-info table tbody {
  background: transparent;
  border: none;
}

#company-info table tr {
  background: none;
  border: none;
}

#company-info table tr td {
  font-weight: 400;
  padding: 3px;
}

#company-info table tr td:first-child {
  text-align: right;
  font-weight: 300;
}

#company-structure table {
  margin: auto;
}

#company-structure table th, #company-structure table td {
  padding-left: 20px;
  padding-right: 20px;
}

#company-structure table thead tr {
  background-color: #ff9900;
  color: #fff;
}

#company-structure table thead tr th {
  text-align: center;
}

#company-structure table tbody tr td:first-child {
  font-weight: 400;
}

#footer {
  background-color: #edd6a8;
}

#footer .footer__line {
  text-align: center;
  margin: 2em 20px;
}

#footer .footer__brand {
  font-weight: bold;
}


//# sourceMappingURL=styles.min.css.map
