@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed');
@import url('https://fonts.googleapis.com/css?family=Saira+Condensed');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,600,900');

* {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif, Arial;
}

body, html{
  height: 100%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

li {
  list-style: none;
  display: inline-block
}

a {
  text-decoration: none;
}

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

h1,
h2,
h4 {
  font-weight: 400;
}

p {
  font-size: 20px;
  line-height: 21px;
}

.container {
  max-width: 1090px;
}

.navbar-custom {
  text-align: center;
  margin-bottom: 50px;
}

.navbar-custom ul li{
  padding: 0 50px;
}

.navbar-custom ul li a {
  color: #fff;
  text-decoration: underline;
  transition: all ease-in-out 200ms;
  font-family: 'Saira Extra Condensed', sans-serif;
}

.navbar-custom ul li a h5 {
  font-size: 27px !important;
}

.navbar-custom ul li a:hover {
  color: #ccc;
  text-decoration: underline;
}

/*
* Header
*/

.header {
  min-height: 1402px;
  height: auto;
  overflow: hidden;
  position: relative;
  display: flex;
}

.mobile-header {
  display: none;
  background-image: url("../assets/img/header_ilu/ilu_complete.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  height: auto;
}

.layer {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 1402px;
  height: auto;
  position: fixed;
  z-index: -1;
}

.layer-bg {
  background-image: url("../assets/img/header_ilu/ilu_bg.png");
}

.layer-one {
  background-image: url("../assets/img/header_ilu/nl2.jpg");
}

.layer-two {
  background-image: url("../assets/img/header_ilu/nl1.png");
}

.header-overlay {
  width: 100vw;
  max-height: 800px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.header-overlay .container {
  display: flex;
  justify-content: center;
}

.header-logo {
  max-width: 850px;
  margin: auto;
}

.header-button {
  max-width: 600px;
  margin: 230px auto 0 auto;
}

.header-button img{
  -webkit-backface-visibility: hidden;
  opacity: 1;
  transition: all 80ms ease-out;
  -moz-transition: all 80ms ease-out;
  -webkit-transition: all 80ms ease-out;
  -o-transition: all 80ms ease-out;
}

.header-button a:hover img{
  transform: scale(1.05);
}

.os-icons {
  width: 150px;
  height: 38px;
}

@media (max-width: 768px) {
  .mobile-header {
    overflow-x: hidden;
  }

  .header {
    display: none;
  }

  .header-transition {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .header-overlay {
    min-height: 700px;
  }

  .header-button{
    max-width: 90vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-logo {
    max-width: 90vw;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.header-transition {
  position: absolute;
  top: 0;
  transform: translateY(1px);
  width: 100%;
  min-height: 1402px;
  height: auto;
  background-image: url("../assets/img/header_ilu/nl0.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
* Top Content
*/

.content-top {
  background: rgba(128,181,165,1);
  background: -moz-linear-gradient(top, rgba(128,181,165,1) 0%, rgba(157,203,147,1) 63%, rgba(157,203,147,1) 74%, rgba(181,208,151,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128,181,165,1)), color-stop(63%, rgba(157,203,147,1)), color-stop(74%, rgba(157,203,147,1)), color-stop(100%, rgba(181,208,151,1)));
  background: -webkit-linear-gradient(top, rgba(128,181,165,1) 0%, rgba(157,203,147,1) 63%, rgba(157,203,147,1) 74%, rgba(181,208,151,1) 100%);
  background: -o-linear-gradient(top, rgba(128,181,165,1) 0%, rgba(157,203,147,1) 63%, rgba(157,203,147,1) 74%, rgba(181,208,151,1) 100%);
  background: -ms-linear-gradient(top, rgba(128,181,165,1) 0%, rgba(157,203,147,1) 63%, rgba(157,203,147,1) 74%, rgba(181,208,151,1) 100%);
  background: linear-gradient(to bottom, rgba(128,181,165,1) 0%, rgba(157,203,147,1) 63%, rgba(157,203,147,1) 74%, rgba(181,208,151,1) 100%);
  padding: 50px 0 185px 0;
  position: relative;
  z-index: -1;
}

.content-top .tiles {
  padding-top: 60px;
}

.content-top .tiles-heading {
  text-align: center;
  font-family: 'Saira Extra Condensed', sans-serif, Arial;
  letter-spacing: 10px;
  color: #c4e6ff;
}

.content-top .tiles-text {
  color: #fff;
  text-align: justify;
  font-size: 19px;
  font-family: 'Roboto';
  font-weight: 300;
}

@media (max-width: 768px) {
  .content-top .tiles-text {
    max-width: 360px;
    margin: auto;
    padding-bottom: 20px;
  }
}

.gif-sm-center {
  margin: auto;
}

.transition {
  position:absolute;
  bottom: 0;
  transform: translateY(5px);
  max-width: 100%;
}

.p-link-about {
  transition: ease-in-out 200ms all;
  padding-top: 20px;
}

.p-link-about a{
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-family: 'Saira Extra Condensed', sans-serif, Arial;
  letter-spacing: 5px;
  font-size: 22px;
  color: #c4e6ff;
}

.p-link-about a:hover {
  color: #ddf1ff;
}

/*
* Screenshots
*/

.screenshots {
  min-height: 700px;
  padding: 60px 0;
  background: rgba(44,82,105,1);
  background: -moz-linear-gradient(top, rgba(44,82,105,1) 0%, rgba(129,165,181,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,82,105,1)), color-stop(100%, rgba(129,165,181,1)));
  background: -webkit-linear-gradient(top, rgba(44,82,105,1) 0%, rgba(129,165,181,1) 100%);
  background: -o-linear-gradient(top, rgba(44,82,105,1) 0%, rgba(129,165,181,1) 100%);
  background: -ms-linear-gradient(top, rgba(44,82,105,1) 0%, rgba(129,165,181,1) 100%);
  background: linear-gradient(to bottom, rgba(44,82,105,1) 0%, rgba(129,165,181,1) 100%);
}

.screenshots h1 {
  text-align: center;
  font-family: 'Saira Extra Condensed', sans-serif, Arial;
  letter-spacing: 10px;
  color: #e3dcd7;
  text-transform: uppercase;
}

.screenshots .row {
  padding: 60px 0px;
}

.p-link-gallery a{
  text-transform: uppercase;
  font-family: 'Saira Extra Condensed', sans-serif, Arial;
  letter-spacing: 5px;
  font-size: 22px;
  color: #e3dcd7;
}

.p-link-gallery a::after {
  content: '...';
}

.p-link-gallery a:hover {
  color: #ede9e6;
}

.baguetteBox-button {
  background-color: transparent !important;
  outline: 0 !important;
}

.full-image img {
  max-width: 1280px !important;
}

@media (max-width: 1330px) {
  .full-image img {
    max-width: 98% !important;
  }
}

.gallery a img {
  transition: ease-in-out all 200ms;
}

.gallery a img:hover {
  -webkit-box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.19);
  box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.19);
}

/*
* Bottom Content
*/
.bottom-content {
  background-image: url("../assets/img/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 700px;
  height: auto;
}

.bottom-content .inner-content {
  min-height: 700px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-content .container {
  height: auto !important;
}

.embed-fluid {
  margin-bottom: 50px;
}

.press-button {
  max-width: 600px;
  margin: 0 auto;
}

.press-button img{
  -webkit-backface-visibility: hidden;
  opacity: 1;
  transition: all 80ms ease-in-out;
  -moz-transition: all 80ms ease-in-out;
  -webkit-transition: all 80ms ease-in-out;
  -o-transition: all 80ms ease-in-out;
}

.press-button a:hover img{
  transform: scale(1.05);
}

.media-icons img {
  max-width: 100px;
  width: 20vw;
  padding: 10px;
}



/*
* Footer
*/

.footer {
  background-color: #2c5269;
  padding: 60px 0;
  overflow-x: hidden;
}

.footer h2 {
  text-transform: uppercase;
  font-family: 'Saira Extra Condensed', sans-serif, Arial;
  letter-spacing: 5px;
  color: #e3dcd7;
  text-align: center;
}

.footer p {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1225px) {
  .footer .custom-font-size {
    display: none;
  }
  .footer {
    text-align: center;
  }
}

@media (max-width: 990px) {
  .footer .custom-font-size {
    display: block;
  }
  .tm-logo {
    max-width: 200px !important;
    padding-bottom: 17px;
  }
}

@media (max-width: 768px) {
  .footer img {
    max-width: 200px !important;
    padding-bottom: 17px;
  }
  .links {
    padding-bottom: 30px;
  }
}

.footer p.name a{
  color: #c4e6ff;
  font-weight: bold;
  letter-spacing: 2px;
}
.footer p.links a {
  color: #fff;
}

.footer p.links a:hover {
  color: #f4f4f4;
}
