html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.4rem;
}

blockquote {
  font-size: 1.75rem;
}

@font-face {
  font-family: "Quantify";
  src: url("../fonts/quantify.ttf");
}

h1 {
  font-size: 3.6rem;
}

h4 {
  font-size: 1.8rem;
}

.clickable {
  cursor: pointer;
}

body.no-scrolling {
  overflow: hidden;
  position: fixed;
}

.landing {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
  background: url(../images/dark-side.jpg) center center no-repeat;
  background-size: cover;
}

.landing:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/overlay-video.png) repeat transparent;
  z-index: 10;
  position: absolute;
  top: 0;
}

.landing__logo-container {
  z-index: 11;
  position: relative;
}

.landing__photo-credit {
  position: absolute;
  bottom: 12px;
  color: white;
  right: 12px;
  z-index: 1;
  opacity: 0.6;
  user-select: none;
}

.logo-container__frame {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.6);
}

.valign-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.valign {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.menu__menu-overlay {
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  width: 100%;
  z-index: 12;
  position: fixed;
  display: none;
}

.menu__menu-button {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 13;
  transition: 0.2s;
}

.menu__menu-button.small {
  background-color: #4db6ac;
  width: 50px;
  height: 50px;
}

.menu__menu-button.small .navicon-button {
  transform: scale(0.7);
  padding: 22.3px 5px;
}

.menu-overlay__language-buttons {
  width: 70%;
  margin: 0 auto;
  top: 50%;
  margin-top: -107px;
  position: relative;
}

.menu-overlay__social-buttons {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 12;
}

.language-buttons__button {
  height: 214px;
  z-index: 12;
  cursor: pointer;
  transition: 0.3s;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.language-buttons__button:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}

.language-buttons__button--english {
  background: url("../images/pick-eng.svg") no-repeat center;
}

.language-buttons__button--italian {
  background: url("../images/pick-ita.svg") no-repeat center;
}

.social-buttons__button {
  float: left;
  transition: 0.2s;
  cursor: pointer;
}

.social-buttons__button:hover {
  transform: scale(1.2);
}

.social-buttons__button:not(:first-child) {
  margin-left: 12px;
}

section.biography {
  padding: 30px;
  background: #f5f5f5;
  min-height: 400px;
}

section.mission {
  padding: 30px;
  background: #ffffff;
  min-height: 400px;
}

section.references {
  padding: 30px 60px;
  background: #ffffff;
  min-height: 400px;
}

section.portfolio {
  padding: 30px;
  background: #ffffff;
  min-height: 400px;
}

.mission-gallery .mission-gallery__gallery-header {
  margin-bottom: 20px;
}

.mission-gallery__disclaimer {
  display: inline-block;
  margin-top: 20px;
}

.get-the-app__disclaimer {
  margin-bottom: 30px;
  display: block;
}

.mission-gallery {
  margin-top: 30px;
}

.has-feedback .form-control-feedback {
  top: 25px;
  right: 0;
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 9px;
  right: 15px;
}

section.get-the-app {
  background: #f5f5f5;
}

section.contacts {
  padding: 30px;
  background: #ffffff;
  min-height: 400px;
}

.get-app-button {
  max-width: 200px;
}

.footer {
  background-color: #4db6ac;
  height: 40px;
  color: #ffffff;
}

.footer .container {
  height: 100%;
}

section {
  display: table;
  width: 100%;
}

section > .container {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

h1 {
  font-family: Quantify, sans-serif;
  /* color: #009933;*/
  color: #4db6ac;
}

h1 + p {
  padding-top: 30px;
} 

@media (max-width: 767px) {
  /* xs */
  .menu-overlay__language-buttons {
    margin-top: -140px;
  }

  .language-buttons__button {
    height: 150px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  /* sm */
}

@media (min-width: 992px) {
  /* md */
}

@media (min-width: 1200px) {
  /* lg */
}

a,
a:hover,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
}

.grecaptcha-badge {
  display: none;
}

.img-thumbnail {
  max-width: 75%;
  min-width: 75%;
}