@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);
@viewport {
  width: extend-to-zoom;
  zoom: 1.0; }
@-ms-viewport {
  width: extend-to-zoom;
  zoom: 1.0; }
@font-face {
  font-family: Aqua;
  src: url(../../aqua.ttf); }
/* eg
.podcasts {
margin: 1em auto;
@include breakpoint(phablet){
width: 100%;
}
@include breakpoint(desktop){
width: 50%;
// maybe some desktop layout styles.
}
} */
/*
example:
h1 {
@include fp(font-size, 50, 100); // 50px at 320, 100px at 1920;
}
output:
h1 {
font-size: calc(3.125vw + 40px); //This is the magic!
}
@media (max-width:320px){ //Clips the start to the min value
font-size:50px;
}
@media (min-width:1920px){ //Clips the end to the max value
font-size:100px;
}
*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  font: "Open sans", sans-serif;
  color: #000816;
  direction: ltr;
  -webkit-font-smoothing: antialiased; }

.vbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden; }

.hbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
  height: 50vw;
  max-height: 100vh;
  min-height: 50vw;
  background: transparent;
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 8, 22, 0.3);
  -moz-box-shadow: 10px 10px 8px 10px rgba(0, 8, 22, 0.3);
  box-shadow: 10px 2px 40px 2px rgba(0, 8, 22, 0.5); }

.hbox1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
  min-height: 50vw; }

@media (orientation: landscape) {
  .hbox1 {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    height: 100vh;
    min-height: 300px; } }
.hbox:after {
  content: "";
  display: table;
  clear: both; }

.hbox#about {
  background: transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 8, 22, 0.5);
  height: auto;
  max-height: auto;
  min-height: auto;
  overflow: visible; }

.hbox#team, .hbox#projects {
  display: -webkit-inline;
  display: -moz-inline;
  display: -ms-inline;
  display: inline; }

.hbox#foot {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
  max-height: auto;
  min-height: auto;
  overflow-y: visible; }

@media (max-width: 62.5em) {
  .hbox {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50vw;
    max-height: 100vh;
    min-height: 100vw;
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 8, 22, 0.3);
    -moz-box-shadow: 10px 10px 8px 10px rgba(0, 8, 22, 0.3);
    box-shadow: 10px 2px 40px 2px rgba(0, 8, 22, 0.5); }

  .hbox#team, .hbox#projects {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .hbox#about {
    height: auto;
    max-height: auto;
    min-height: auto; }

  .hbox#foot {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }
img, embed, iframe {
  -webkit-user-select: none;
  user-select: none; }

::-moz-selection {
  color: #fcfdff;
  background: #000816; }

::selection {
  color: #fcfdff;
  background: #000816; }

.block a {
  text-decoration: underline dotted;
  color: #fcfdff; }

.block a:hover {
  text-decoration: underline; }

a {
  text-decoration: none;
  color: inherit; }

#social a {
  color: #234e9c; }

.top {
  background: transparent; }

.head {
  padding: 0;
  letter-spacing: .4px;
  color: #fcfdff; }
  .head a {
    padding: 0;
    height: 40px;
    line-height: 39px;
    border: 0;
    font: "Open sans condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #fcfdff; }

#sub a {
  height: 30px;
  line-height: 29px;
  color: #fcfdff;
  background-color: rgba(153, 153, 153, 0.2); }

#p {
  font-family: Aqua, "Open sans", sans-serif;
  font-weight: 600;
  letter-spacing: .7px;
  background-color: rgba(0, 8, 22, 0.4);
  line-height: 42px; }

#a {
  background-color: rgba(0, 8, 22, 0.4); }

#a:hover, #p:hover {
  background-color: rgba(0, 8, 22, 0.6);
  color: #fcfdff; }

#sub a:hover {
  background-color: rgba(153, 153, 153, 0.4); }

.active {
  background-color: rgba(153, 153, 153, 0.2); }

.active:hover {
  background-color: rgba(153, 153, 153, 0); }

*:focus {
  outline: none; }

body {
  background: #d9d9d9;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

#login-box {
  position: relative;
  margin: 5% auto;
  width: 600px;
  height: 400px;
  background: #fcfdff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 8, 22, 0.4);
  color: #000816; }

.left {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 40px;
  width: 300px;
  height: 400px;
  /*------------------------------------------------------------------
  [ Input ]*/ }
  .left h1 {
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 28px; }
  .left input[type="submit"] {
    margin-top: 28px;
    width: 120px;
    height: 32px;
    background: #234e9c;
    border: none;
    border-radius: 2px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.1s ease;
    cursor: pointer; }
  .left input[type="submit"]:hover,
  .left input[type="submit"]:focus {
    opacity: 0.8;
    box-shadow: 0 2px 4px rgba(0, 8, 22, 0.4);
    transition: 0.1s ease; }
  .left input[type="submit"]:active {
    opacity: 1;
    box-shadow: 0 1px 2px rgba(0, 8, 22, 0.4);
    transition: 0.1s ease; }
  .left .wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 0;
    margin-bottom: 20px;
    height: 32px; }
  .left .input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 1rem;
    color: #555555;
    padding: 4px;
    height: 28px; }
  .left .focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 32px;
    top: 0;
    left: 0;
    pointer-events: none; }
  .left .focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #234e9c; }

.or {
  position: absolute;
  top: 180px;
  left: 280px;
  width: 40px;
  height: 40px;
  background: #d9d9d9;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 8, 22, 0.4);
  line-height: 40px;
  text-align: center; }

.right {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 40px;
  width: 300px;
  height: 400px;
  border-radius: 0 2px 2px 0; }
  .right .loginwith {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #000816;
    text-align: left; }

button.social-signin {
  margin-bottom: 20px;
  width: 220px;
  height: 36px;
  border: none;
  border-radius: 2px;
  color: #fcfdff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  transition: 0.2s ease;
  cursor: pointer; }

button.social-signin:hover,
button.social-signin:focus {
  box-shadow: 0 2px 4px rgba(0, 8, 22, 0.4);
  transition: 0.2s ease; }

button.social-signin:active {
  box-shadow: 0 1px 2px rgba(0, 8, 22, 0.4);
  transition: 0.2s ease; }

button.social-signin.facebook {
  background: #32508E; }

button.social-signin.twitter {
  background: #55ACEE; }

button.social-signin.google {
  background: #DD4B39; }

@media (max-width: 40.625em) {
  #login-box {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden; }

  .left {
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 1.7rem;
    width: 290px;
    height: 420px;
    margin: 0 auto; }

  .or {
    position: absolute;
    top: 380px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: #d9d9d9;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 8, 22, 0.4);
    line-height: 40px;
    text-align: center; }

  .right {
    position: relative;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 1.7rem;
    width: 290px;
    height: auto;
    border-radius: 0 2px 2px 0;
    margin: 0 auto; } }
/*----------------------CONTACT FORM-----------------------*/
input {
  outline: none;
  border: none; }

textarea {
  outline: none;
  border: none; }

textarea:focus, input:focus {
  border-color: transparent !important; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

textarea:focus::-moz-placeholder {
  color: transparent; }

textarea:focus:-ms-input-placeholder {
  color: transparent; }

input::-webkit-input-placeholder {
  color: #555555; }

input:-moz-placeholder {
  color: #555555; }

input::-moz-placeholder {
  color: #555555; }

input:-ms-input-placeholder {
  color: #555555; }

textarea::-webkit-input-placeholder {
  color: #555555; }

textarea:-moz-placeholder {
  color: #555555; }

textarea::-moz-placeholder {
  color: #555555; }

textarea:-ms-input-placeholder {
  color: #555555; }

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent; }

input {
  background: transparent; }

/*==================================================================
[ Form ]*/
.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 68px; }

.contact100-form-title {
  display: block;
  width: 100%;
  font-size: 2rem;
  color: #000816;
  text-align: left;
  padding-bottom: 44px; }

/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
  margin-bottom: 65px; }

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2); }

.label-input100 {
  font-size: 1.1rem;
  color: #999999;
  padding-left: 5px; }

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 1rem;
  color: #555555;
  padding: 0 5px; }

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #234e9c; }

/*---------------------------------------------*/
input.input100 {
  height: 40px;
  font-family: inherit;
  cursor: text; }

input {
  font-family: inherit;
  cursor: text; }

textarea.input100 {
  min-height: 110px;
  font-family: inherit;
  padding-top: 9px;
  padding-bottom: 13px; }

.input100:focus + .focus-input100::before {
  width: 100%; }

.has-val.input100 + .focus-input100::before {
  width: 100%; }

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
  border: 0; }
  .container-contact100-form-btn input {
    font-size: 1rem;
    color: #fcfdff; }

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 40%;
  min-width: 130px;
  height: 50px;
  background-color: #234e9c;
  border-radius: 25px;
  font-size: .9rem;
  color: #fcfdff;
  line-height: 50px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0 10px 30px 0px rgba(35, 78, 156, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(35, 78, 156, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(35, 78, 156, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(35, 78, 156, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(35, 78, 156, 0.5); }

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }

.contact100-form-btn:hover {
  background-color: #000816;
  box-shadow: 0 10px 30px 0px rgba(0, 8, 22, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(0, 8, 22, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(0, 8, 22, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(0, 8, 22, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(0, 8, 22, 0.5); }

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px); }

/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 62.5em) {
  .wrap-contact100 {
    padding: 82px 80px 33px 80px; } }
@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%; } }
@media (max-width: 32.5em) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px; } }
/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
  position: relative; }

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fcfdff;
  border: 1px solid #234e9c;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  color: #234e9c;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.alert-validate::after {
  content: "\f06a";
  display: block;
  position: absolute;
  color: #234e9c;
  font-size: 16px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px; }

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1; }

@media (max-width: 62.5em) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1; } }
.ui-dialog-contain {
  width: 92.5%;
  max-width: 1000px;
  margin: 5% auto 15px auto;
  padding: 0;
  position: relative;
  top: -15px;
  background-color: #f4f4f4; }

.exit {
  margin: 5px 10px 0 0;
  float: right;
  font-size: 1.5rem; }

textarea {
  height: 40px; }

@media (max-width: 50em) {
  .ui-dialog-contain {
    margin: 0;
    width: 100%;
    top: 0;
    height: 100vh;
    overflow: hidden; }

  .wrap-input100 {
    padding-bottom: 1px;
    margin-bottom: 30px; }

  .contact100-form {
    padding-bottom: 30px; }

  .contact100-form-title {
    padding-bottom: 30px; }

  .container-contact100-form-btn {
    margin-top: -5px; }

  .exit {
    margin: 10px 20px 0 0;
    backface-visibility: hidden;
    perspective: 1000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 150; } }
#land {
  overflow-y: hidden; }

#landing {
  height: 100vh;
  max-height: 400vw;
  padding: 0; }
  #landing .hbox {
    height: 100%; }

.landbt {
  height: 100%;
  width: 100%;
  flex-grow: 1;
  position: relative;
  background: #000816;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .landbt h1 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fcfdff; }

.click {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fcfdff;
  font-size: 1.5rem;
  font-weight: 500;
  z-index: 50;
  background-color: rgba(0, 8, 22, 0.5);
  text-shadow: 0 0 7px #000816;
  pointer-events: none;
  animation: pulse 6s infinite; }
  .click span {
    display: inline-block;
    margin: auto;
    vertical-align: middle; }

@keyframes pulse {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  40% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
#parhe {
  background: radial-gradient(at 50vw 25vh, #a7cef7 0%, #234e9c 105%) top center;
  background-size: cover; }
  #parhe h1 {
    height: 100%;
    color: #000816;
    width: 100%;
    line-height: 50vh;
    text-align: center;
    background: url(../../images/Parhelios%20Services%20Inc%20logo%20light.png) center center no-repeat;
    background-size: 100%;
    transition: all 200ms ease;
    text-shadow: 0 0 7px #000816; }

.hov {
  display: none; }

#parhe h1:hover, #parhe h1:active {
  background: url(../../images/Parhelios%20Services%20Inc%20logo%20light.png) center center no-repeat, rgba(35, 78, 156, 0.2);
  background-size: 105%;
  transition: all 200ms ease;
  text-shadow: none;
  color: transparent;
  z-index: 250; }

#sign {
  background-color: #000816;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto; }
  #sign h1 {
    border: 1px solid #fcfdff;
    padding: 0.2rem 0.4rem;
    font-family: "Open sans", sans-serif;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.5rem;
    display: inline-block;
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    border: 3px solid #fcfdff;
    box-shadow: -0.3rem 0.3rem 0 rgba(252, 253, 255, 0.5);
    background: rgba(252, 253, 255, 0.95);
    mix-blend-mode: lighten;
    color: #000816;
    padding: 1rem;
    width: auto;
    letter-spacing: 0.1em;
    text-shadow: none;
    line-height: 1;
    transform: translate3d(0.3rem, -0.3rem, 0);
    transition: all 100ms linear; }
    #sign h1:hover {
      transform: translate3d(0.5rem, -0.5rem, 0);
      box-shadow: -0.5rem 0.5rem 0 rgba(252, 253, 255, 0.5);
      background: rgba(35, 78, 156, 0.9);
      color: #fcfdff; }
    #sign h1:active {
      transform: translate3d(0px, 0px, 0);
      box-shadow: 0px 0px 0 rgba(252, 253, 255, 0.5); }

@media (max-width: 32.5em) {
  .untitled__slideContent span {
    font-size: 3.2rem; }

  .button {
    font-size: 0.8rem; } }
@media (orientation: landscape) {
  #landing {
    height: 100vh;
    max-height: 100vw;
    padding: 0;
    background: #fcfdff;
    background-size: auto 100%; }
    #landing .hbox {
      height: 100%;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }

  #parhe {
    background: radial-gradient(at 25vw 50vh, #a7cef7 0%, #234e9c 125%) center center; }
    #parhe h1 {
      height: 100%;
      width: 100%;
      line-height: 100vh;
      background-size: 100%;
      transition: all 200ms ease; } }
@media (max-aspect-ratio: 1 / 1) and (min-aspect-ratio: 2 / 3) {
  #landing {
    height: 100vh;
    max-height: 100vw;
    padding: 0;
    background: #fcfdff;
    background-size: auto 100%; }
    #landing .hbox {
      height: 100%;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }

  #parhe {
    background: radial-gradient(at 50vw 25vh, #a7cef7 0%, #234e9c 105%) top center; }
    #parhe h1 {
      height: 100%;
      width: 100%;
      background: url(../../images/Parhelios%20Services%20Inc%20logo%20light.png) center center no-repeat;
      background-size: auto 100%;
      transition: all 200ms ease; }

  #parhe h1:hover, #parhe h1:active {
    background: url(../../images/Parhelios%20Services%20Inc%20logo%20light.png) center center no-repeat, rgba(35, 78, 156, 0.2);
    background-size: auto 105%;
    transition: all 200ms ease; } }
#ab, #pro, #tim {
  background: url(../../images/bg.jpg) center center no-repeat;
  color: #fcfdff;
  background-size: cover;
  text-shadow: none; }

.ui-header {
  background: url(../../images/bg.jpg) center center no-repeat;
  color: #fcfdff;
  background-size: cover;
  text-shadow: none; }

.block {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
  color: #fcfdff;
  position: relative;
  overflow: hidden;
  line-height: normal;
  background: transparent; }

.about .block {
  padding: 0vw 1rem 7vw 1rem;
  font-size: 1.2rem;
  color: #fcfdff;
  text-align: center;
  overflow: visible; }

.aboutcenter {
  margin-top: auto;
  margin-bottom: auto; }

.about {
  display: flex;
  height: calc(100vh - 75px);
  padding: 0 2rem; }

.block#about2 {
  padding-bottom: 6vw; }

.projects, .team {
  margin: 0 0 1.2rem 1.2rem; }

.team img {
  height: calc(100vw/3);
  width: 100%;
  object-fit: cover;
  opacity: .7;
  display: block;
  transform: perspective(100vw) translateZ(0px);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  will-change: transform; }

.projects img {
  height: calc(100vw/3);
  width: 100%;
  object-fit: cover;
  opacity: .7;
  display: block;
  transform: perspective(100vw) translateZ(0px);
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  will-change: transform;
  overflow: hidden; }

.block img:hover {
  opacity: 1;
  transform: perspective(100vw) translateZ(80px);
  will-change: transform;
  overflow: hidden; }

.name {
  font-size: 1.5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 8, 22, 0.6);
  padding: 1rem 0;
  height: auto;
  width: 100%;
  will-change: transform; }

.title {
  font-size: 2vw;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 8, 22, 0.6);
  padding: 1rem 0;
  height: auto;
  width: 100%;
  will-change: transform; }

.projects .block {
  background: transparent;
  width: calc(1/2 * 100%  - 1.2rem);
  float: left;
  min-height: calc(100vw/4);
  margin: 1.2rem 1.2rem 0 0; }

.team .block {
  background: transparent;
  width: calc(1/3 * 100%  - 1.2rem);
  float: left;
  margin: 1.2rem 1.2rem 0 0; }

.contact .block {
  padding: 5% 10%;
  overflow: visible; }

#social {
  color: #234e9c;
  font-size: 3.4rem;
  text-shadow: 1px 1px 1px #ccc;
  margin: 1rem 1rem 1rem 0;
  display: inline; }

#social i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border: 3px;
  text-align: center; }

#social i:hover {
  color: #000816; }

@media (max-width: 62.5em) {
  .name, .title {
    font-size: 1.3rem; }

  .team .block, .projects .block {
    width: calc(1/2 * 100%  - 1.2rem);
    float: left; }

  .team img, .projects img {
    height: calc(50vw); }

  .block img:hover {
    transform: perspective(100vw) translateZ(50px); } }
@media (max-width: 32.5em) {
  .about .block {
    padding: 0; }

  .name, .title {
    font-size: 5vw;
    padding: 10px 0; }

  .team .block, .projects .block {
    width: calc(1 * 100% - 1.2rem);
    float: left; }

  .team img {
    height: 100vw; }

  .projects img {
    height: 50vw; }

  .block img:hover {
    transform: perspective(100vw) translateZ(30px); } }

/*# sourceMappingURL=style.css.map */
