﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: white;
  color: black;
  background-image: url("../img/back.png");
}

a {
  color: #e07902;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline dotted;
}
a.extern::after {
  content: "↩";
}

.clearfix {
  display: block;
  clear: both;
}

.content-box {
  width: 100%;
  max-width: 900px;
  box-shadow: 0 20px 30px black;
  margin: 0 auto;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.showcase-gallery {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  flex-wrap: wrap;
  padding: 46px;
  box-shadow: inset 0 0 15px black;
}
.showcase-gallery .showcase-gallery_photo {
  border: 1px solid black;
  padding: 4px;
  background-color: white;
  margin: 5px;
  cursor: pointer;
}
.showcase-gallery .showcase-gallery_photo:hover {
  transition: all 0.3s;
  transform: scale(1.15, 1.15);
}

.info-about {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.info-about strong {
  font-weight: 800;
}
.info-about strong.specially-strong {
  font-size: 25px;
}
.info-about p {
  padding: 0.5em 25px;
}
.info-about h3 {
  border-bottom: solid 1px #919191;
  font-size: 22px;
  font-weight: 700;
  margin: 0 25px;
}
.info-about .illustration {
  width: 100%;
}

.primary-header {
  width: 96%;
}
.primary-header .logo {
  float: left;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  padding: 4px 2em;
  height: 50px;
}
.primary-header .logo h1 {
  font-weight: 900;
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
}
.primary-header .logo .slogan {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-weight: 400;
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: middle;
  color: #454545;
}
.primary-header .download-now {
  float: right;
}
.primary-header::after {
  display: block;
  clear: both;
}

.my-copyright {
  text-align: center;
  color: #919191;
  font-size: 18px;
}

.primary-footer {
  padding: 8px;
  color: white;
  background-color: #e07902;
  background-image: url("../img/footer_shadow.png");
  background-repeat: repeat-x;
}

.informative-footer {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.informative-footer a {
  color: rgba(255, 255, 255, 0.3921568627);
}
.informative-footer a:hover {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
.informative-footer .more-about {
  display: table-cell;
  padding: 6px;
  vertical-align: middle;
}
.informative-footer .more-about:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.0666666667);
}
.informative-footer .more-about h4 {
  padding: 0.5em;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-shadow: 1px 1px black;
}
.informative-footer .more-about ul {
  padding-bottom: 3em;
  line-height: 1.3em;
}
.informative-footer .more-about ul li {
  margin-left: 2em;
}