/* GLOBAL STYLES
-------------------------------------------------- */

/* background-image: url('/img/bg-placeholder-1600x800.png'); */

/*
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: center top;
  background-image: url('/img/bg-introduction.png');
*/

body {
  font-family: 'Open Sans', serif;
  font-size: 14px;
  line-height: 18pt;
}

#pageabout h1 {
  font-size: 22px;
  padding-bottom: 10px;
  line-height: 24pt;
}
section p {
  font-size: 15px;
  line-height: 18pt;
}
@media (max-width: 991.98px) {
  section p {
  font-size: 14px;
  line-height: 16pt;
}
}

h1,
h2,
nav p,
.flying p {
  font-family: 'Noto Serif JP', serif;
}

p {
  font-family: 'Open Sans', serif;
}



/* 
  ------------------------------------------------------------------------------
  PAGE BLUE
  ------------------------------------------------------------------------------
*/

.page-blue {
  background: #082645;
}

.page-blue,
.page-blue a,
body.page-blue {
  color: #fff;
}

.page-blue a:hover,
.page-blue a:focus,
.page-blue a:active {
  text-decoration: none;
  color: #7eb6f1;
}




/* 
  ------------------------------------------------------------------------------
  HEADER BLUE
  ------------------------------------------------------------------------------
*/

h1 {
  font-size: 36px;
  padding-bottom: 10px;
  line-height: 32pt;
}

h2 {
  font-size: 22px;
}

header.blue {
  text-align: center;
  text-align: left;
  padding-bottom: 5vh;
  padding-top: 500px;
  margin-top: -200px;
  background-image: url('/img/header.png');
  background-position: center top;
  background-size: 1100px auto;
  background-repeat: no-repeat;

}

@media (max-width: 991.98px) {
  header.blue {
    margin-top: -10px;
    padding-top: 350px;
    background-size: 800px auto;
  }
  h1 {}
}

@media (max-width: 767.98px) {
  header {}
  header.blue {}
  h1 {}
}

@media (max-width: 575.98px) {
  header {}
  header.blue {}
  h1 {
    font-size: 26px;
    padding-bottom: 10px;
    line-height: 26pt;
  }
  h2 {
    font-size: 16px;
  }
}

/* HEADER WHITE
-------------------------------------------------- */

/* padding linked to color */

header.white {
  height: 200px;
  padding-left: 30px;
  padding-top: 75px;
  margin-bottom: 30px;
}

@media (max-width:991.98px) {
  header.white {
    height: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
}

@media (min-width:992px) {
  header.white {
    background: #082645;
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
    margin-left: -30px;
    margin-top: -60px;
  }
}

.unity-right {
  background: #f2f2f2;
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  margin-left: -30px;
  padding: 20px;
  z-index: 999;
}

.unity-left {
  background: #f2f2f2;
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  margin-left: -30px;
  padding: 40px;
  margin-top: 40px;
  z-index: -999;
}


/* 
  ------------------------------------------------------------------------------
  PAGE WHITE
  ------------------------------------------------------------------------------
*/

.page-white {
  background: #fff;
}

.bg-grey {
  color: #f2f2f2;
}

.page-white,
body.page-white {
  color: #2a373d;
}

.page-white a {
  color: #082645;
}

.page-white h1 {
  font-weight: 600;
}

.page-white a:hover,
.page-white a:focus,
.page-white a:active {
  text-decoration: none;
  color: #ff711b;
}




/* NAVBAR colors
-------------------------------------------------- */

@media (min-width:992px) {
  .dissapear-big {
    display: none;
  }
}

@media (max-width:991.98px) {
  .navbar-collapse {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }
  .navbar-collapse.white {
    background: inherit;
  }
}

.navbar-collapse.white a {
  color: #2a373d;
}

.navbar-collapse.white a:hover,
navbar-collapse.white a:active,
navbar-collapse.white a:focus {
  color: #7eb6f1;
}

.nav-custom-spacing {
  border-bottom: 3px solid #f2f2f2;
}

#pageabout .nav-custom-spacing {
  border-bottom: 3px solid #ff711b;
}

.nav-custom-spacing {
  padding-bottom: 20px;
}

.nav-custom-small {
  padding-top: 10px;
}

.nav-custom-small a {
  font-size: 12px;
}

.nav-custom-small p {
  opacity: 1;
}

/* NAVBAR positions
-------------------------------------------------- */

.flying {
  top: 225px;
  height: 200px;
  right: 7vw;
  position: fixed;
  display: inline-block;
  z-index: 10;
}

.navbar {
  padding-top: 5vh;
  padding-bottom: 10vh;
  z-index: 20;
}

#pageabout .navbar {
  padding-top: 250px;
}

.navbar p,
.flying p {
  font-weight: 400;
  font-size: 16px;
  line-height: 16pt;
  margin-bottom: 5px;
}

.nav-custom-small p {
  margin-bottom: 0px;
}


a.navbar-brand img {
  height: 20vw;
  max-height: 120px;
}



#pageabout a.navbar-brand img {
  height: 20vw;
  max-height: 80px;
}

.navbar-toggler {
  border: none;
  opacity: 1;
  color: white;
}

#pageabout .navbar-toggler {
  color: #fff;
}

@media (min-width: 1600px) {
  .flying {
    right: 15vw;
  }
}
@media (max-width: 1199.98px) {
  .flying {
    right: 5vw;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  #pageabout .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #082645;
  }
  .navbar-collapse {
    padding: 30px;
  }
  .navbar-collapse p,
  .flying p {
    margin-bottom: 20px;
  }
  a.navbar-brand img,
  #pageabout a.navbar-brand img {
    max-height: 70px;
  }
  .navbar-collapse.white a {
    color: #fff;
  }

  .navbar-collapse.white a:hover,
  navbar-collapse.white a:active,
  navbar-collapse.white a:focus {
    color: #7eb6f1;
  }

  .nav-custom-small p,
  .flying p {
    padding-bottom: 10px;
    margin-bottom: 0px;
  }

}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}



/* SECTION
-------------------------------------------------- */

section {
  padding-bottom: 0px;
  padding-top: 60px;
}


section.light {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* padding linked to color */

section.subfooter h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  color: white;
}

section.subfooter p {
  font-size: 15px;
  margin: 0px;
  line-height: 20pt;
}

/* padding linked to color */

section.subfooter a {
  opacity: 0.5;
  color: white;
}

section.subfooter a:hover,
section.subfooter a:focus,
section.subfooter a:active {
  opacity: 1;
  color: white;
}

@media (max-width: 768px) {
  section {
    padding-bottom: 0px;
    padding-top: 40px;
  }

  .container {
    padding-left: 20px;
  }
  section.subfooter {
    padding-bottom: 0px;
    margin-top: 60px;
    padding-top: 20px;
  }
  section.subfooter h2 {
    padding-top: 40px;
  }
  .blue-bgopacity-small {
    background: #082645;
    opacity: 0.25;
  }
}

@media (max-width: 991.98px) {
  section.subfooter p {
    font-size: 14px;
    line-height: 16pt;
  }
  section.light {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}



/*
section.subfooter.subfooter-white h2 {
  color: #082645;
}
section.subfooter.subfooter-white a {
  color: #082645;
  opacity: 0.75;
}
section.subfooter.subfooter-white a:hover,
section.subfooter.subfooter-white a:focus,
section.subfooter.subfooter-white a:active {
  opacity: 1;
  color: #7eb6f1;
}
*/

section.careers {
  background: #646b86;
  color: #fff;
}

/* 
  ------------------------------------------------------------------------------
  CONTACT
  ------------------------------------------------------------------------------
*/

section.contact {
  padding-top: 0px;
  padding-bottom: 0px;
  
}
section.contact, .contact-text {
  background: #f2f2f2;
}

@media (min-width: 768px) {
  section.contact {
    background-image: url('/img/map.png');
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: left top;
  }
}

.contact-text-inside {
  padding-left: 40px;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .contact-text-inside {
    padding-left: 0px;
  }

}

.contact-text {
  padding-top: 40px;
  padding-bottom: 60px;
}




/* 
  ------------------------------------------------------------------------------
  FOOTER
  ------------------------------------------------------------------------------
*/

footer {
  margin-top: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
  background: #082645;
  color: white;
  opacity: 0.4;
}
@media (max-width: 991.98px) {
  footer {
  margin-top: 110px;
}
}

.page-white footer {
  background: #2a373d;
  color: white;
  opacity: 0.5;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer p {
  padding: 0px;
  margin: 0px;
  line-height: 10pt;
  font-size: 10px;
}

footer,
p.text-disclaimer {
  line-height: 10pt;
  font-size: 10px;
}



/* UTILS
-------------------------------------------------- */

ul {
  list-style: none;
  padding-left: 0px;
}

.text-small {
  color: #2a373d;
  opacity: 0.75;
  font-size: 12px;
  text-transform: uppercase;
}

.text-above-header {
  color: #7eb6f1;
  opacity: 1;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.underline-orange {
  border-bottom: 2px solid #7eb6f1;
}

.underline-lightblue {
  border-bottom: 2px solid #7eb6f1;
}

.gradient-orange {
  background: -webkit-linear-gradient(#fff, #b3d8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-lightblue {
  background: -webkit-linear-gradient(#fff, #3e91ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767.98px) {
  .hidden-small {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .hidden-phone {
    display: none;
  }
}



ion-icon {
  font-size: 34px;
}

.icon-small {
  font-size: 7px;
}

.icon-tiny {
  font-size: 12px;
}
.icon-text {
  font-size: 10px !important;
}

.blue-bgopacity {
  padding-top: 20px;
  background: linear-gradient(to top, rgba(8, 38, 69, 1) 85%, rgba(8, 38, 69, 0));
}

.delay-050s {
  animation-delay: 0.5s;
}

.delay-075s {
  animation-delay: 0.75s;
}

.delay-125s {
  animation-delay: 1.25s;
}

.delay-175s {
  animation-delay: 1.75s;
}

@media (max-width: 988px) {
  .no-delay-small {
    animation-delay: 0s;
  }
}

.text-lightblue {
  color: #7eb6f1;
}
span.orange {
  color: #ff711b !important;
}

.form-control {
  display: block;
  width: 90%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #ff711b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

input {
  margin-bottom: 10px;
  height: 45px;
}

button.btn {
  border-radius: 0px;
  width: 90%;
  height: 45px;
  color: #fff;
  background: #ff711b;
  border: 1px #ff711b;
}
