@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,700");
body {
  color: #232323;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif";
  font-size: 15pt;
  line-height: 1.25;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body #video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  overflow: hidden;
}

::-webkit-input-placeholder {
  color: #fff !important;
}

::-moz-placeholder {
  color: #fff !important;
}

:-moz-placeholder {
  color: #fff !important;
}

:-ms-input-placeholder {
  color: #fff !important;
}

.footer a:hover {
  color: #ADA;
  text-decoration: none;
  outline: none;
}

.footer a {
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.footer .mail {
 
  position: absolute;
  bottom: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

/* p { */
  /* font-size: 18px; */
  /* color: rgba(255, 255, 255, 0.85); */
  /* margin: 0; */
/* } */

/* .main p { */
  /* background: rgba(0, 0, 0, 0.3); */
  /* padding-bottom: 20px; */
  /* display: block; */
/* } */

.main {
  background-size: cover;
  display: table;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.3);
}

.content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.container {
  background: rgba(0, 0, 0, 0.3);
}

h1 {
  color: #fff;
  font-weight: 100;
  font-size: 67px;
  padding: 20px 0 15px 0;
  margin: 0;
}

.footer {
  background-size: cover;
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: right;
  z-index: 1;
  overflow-x: hidden;
}

.footer h2 {
  margin: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-weight: normal;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  width: 50%;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

figure {
  padding-bottom: 20px;
  display: block;
  padding: 35px 60px 15px 60px;
  color: rgba(255, 255, 255, 0.85);
}

blockquote {
  position: relative;
  margin: 0 0 20px;
  display: inline-block;
}

blockquote p {
  margin: 0;
  font-style: italic;
}

blockquote:before {
  position: absolute;
  top: -5px;
  left: -45px;
  content: url("data:image/svg+xml,%3Csvg fill='%23ffffffD9' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.85);
}
blockquote:after {
  position: absolute;
  top: -5px;
  right: -40px;
  content: url("data:image/svg+xml,%3Csvg fill='%23ffffffD9' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.85);
}

figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}