/* JolmeRavix website styling */


@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700');

body {
  background: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}

html, body {
  width: 100%;
  height: 100%;
}

/*---------------------------------------
  TYPOGRAPHY              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-weight: 300;
}

h1 {
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}

h4 {
  color: #505050;
  font-size: 18px;
  line-height: 28px;
}

p {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.5px;
}


/*---------------------------------------
  BUTTONS               
-----------------------------------------*/

.uHY0PO {
  margin: 32px 0 0 0;
  padding: 0;
}

.uHY0PO a,
.uHY0PO button {
  line-height: 45px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  color: #ffffff;
  font-weight: normal;
}

.uHY0PO a span,
.uHY0PO button span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 0 25px;
  background: #4dc47d;
  border-radius: 1px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.csstransforms3d .uHY0PO a span::before,
.csstransforms3d .uHY0PO button span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 1px;
  color: #ffffff;
  padding: 0 25px;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.uHY0PO a:hover span,
.uHY0PO a:focus span,

.uHY0PO button:hover span,
.uHY0PO button:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
}

.csstransforms3d .uHY0PO a:hover span::before,
.csstransforms3d .uHY0PO a:focus span::before,

.csstransforms3d .uHY0PO button:hover span::before,
.csstransforms3d .uHY0PO button:hover span::before {
  background: #000000;  
}


/*---------------------------------------
  GENERAL               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #4dc47d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #252525;
}

.YzOiLax {
  position: relative;
  padding-bottom: 22px;
}

.EDiqJRnToLv {
  background-attachment: fixed !important;
  background-size: cover !important;
}

#about, #project,
#team, #contact, footer {
  background: #ffffff;
}

#about,
#team, #contact {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}


/*---------------------------------------
  PRE LOADER              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.GiskfV5 {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.GiskfV5:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #959595;
  border-top-color: #ffffff;
  animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}


/*---------------------------------------
  MENU             
-----------------------------------------*/

.T8rfbtSCt {
  margin-bottom: 0;
  background-color: #4dc47d;
  padding: 20px 0;
}

.T8rfbtSCt .ILb5lbfs {
  color: #f9f9f9;
  font-weight: normal;
  font-size: 25px;
}

.T8rfbtSCt .nav li a {
  font-size: 14px;
  font-weight: normal;
  color: #f9f9f9;
  letter-spacing: 0.5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  padding: 0;
  margin: 15px 20px;
  text-transform: uppercase;
}

.T8rfbtSCt .navbar-nav > li > a:hover,
.T8rfbtSCt .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
}

.T8rfbtSCt .navbar-nav li a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 2px;
  margin: auto;
  background: transparent;
  transition: width .3s ease, background-color .3s ease;
}

.T8rfbtSCt .navbar-nav li a:hover:after,
.T8rfbtSCt .nav li.active > a:after {
  background: #ffffff;
  color: #ffffff;
  width: 100%;
}

.T8rfbtSCt .nav li.active > a {
  background-color: transparent;
  color: #ffffff;
}

.T8rfbtSCt .d3JUj3rkd {
  border: none;
  padding-top: 10px;
}

.T8rfbtSCt .d3JUj3rkd {
  background-color: transparent;
}

.T8rfbtSCt .d3JUj3rkd .mnkc52f4QJ {
  background: #ffffff;
  border-color: transparent;
}

@media(min-width:768px) {
  .T8rfbtSCt {
    background: 0 0; 
  }
  .T8rfbtSCt.top-nav-collapse {
    background: #4dc47d;
    padding: 15px 0;
  }
}


/*---------------------------------------
  HOME             
-----------------------------------------*/

#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;
  height: 100vh;
  position: relative;
  padding-top: 10em;
}

#home h1 {
  color: #ffffff;
  font-size: 6em;
  line-height: 1.2em;
}

#home p {
  color: rgba(250,250,250,0.7);
}

#home .uEXfDl8b {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
}

#home video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/

#about {
  padding-top: 200px;
  padding-bottom: 150px;
}

.p3JSZw h3 {
  font-size: 14px;
  letter-spacing: 12px;
  text-transform: uppercase;
  margin: 0;
}


/*---------------------------------------
  PROJECT              
-----------------------------------------*/

.sV8dhxwtfat {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

.pA5YXf0o61 {
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.vfngNY9U {
  padding: 12em 0;
}

.sV8dhxwtfat img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.sV8dhxwtfat:hover img {
  transform: scale(1.1);
}

.pA5YXf0o61 h1 {
  color: #ffffff;
  margin: 0;
}
.pA5YXf0o61 h3 {
  color: #d9d9d9;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-top: 0;
}

.sV8dhxwtfat:hover .pA5YXf0o61 {
  opacity: 1;
}


/*---------------------------------------
   TEAM             
-----------------------------------------*/

#team .item {
  display: block;
  width: 100%;
  margin-bottom: 22px;
}

#team h3,
#team p {
  margin: 0;
}

.ijwTCHuHO {
  overflow: hidden;
  position: relative;
  margin-top: 34px;
  margin-bottom: 16px;
}

.ijwTCHuHO img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.ijwTCHuHO:hover img {
  transform: scale(1.1);
}

.oZVJaSwYR {
  background: rgba(0,0,0,0.5);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.oZVJaSwYR .OJydzt {
  position: relative;
  top: 45%;
}
.oZVJaSwYR .OJydzt li a {
  background: #ffffff;
  color: #191919;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.ijwTCHuHO:hover .oZVJaSwYR {
  opacity: 1;
}


/*---------------------------------------
  CONTACT             
-----------------------------------------*/

#contact {
  background: url('../qJ4SaPJepJe/bAgHTbx9.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
}

#contact-form {
  padding-top: 22px;
}

#contact .Qee6XbGC,
#contact .YRBueg {
  display: none;
  padding: 0 0 5px 20px;
}

#contact .jv2dW1 {
  border: none;
  box-shadow: none;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 22px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#contact .jv2dW1:focus {
  border-color: #d9d9d9;
}

#contact input {
  height: 55px;
  line-height: 45px;
}

#contact .uHY0PO {
  margin: 5px 0 0 0;
}

#contact button#cf-submit {
  background: transparent;
  border: none;
  padding: 0;
  line-height: 50px;
}


/*---------------------------------------
  FOOTER              
-----------------------------------------*/

footer {
  padding-top: 120px;
  padding-bottom: 120px;
}

footer h4 {
  padding-top: 12px;
}

footer a {
  color: #757575;
}

footer .v5t8BFzN {
  padding-top: 42px;
}


/*---------------------------------------
  SOCIAL ICON             
-----------------------------------------*/

.OJydzt {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

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

.OJydzt li a {
  border-radius: 100%;
  color: #292929;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-align: center;
  position: relative;
  margin: 4px 8px 0 8px;
}

.OJydzt li a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/

@media (max-width: 992px) {
  #home h1 {
    font-size: 4em;
    line-height: normal;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 30px;
    line-height: inherit;
  }

  #home {
    padding-top: 0em;
  }

  #about {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .vfngNY9U {
    padding: 4em 0;
  }

  footer {
    text-align: center;
  }
  footer .OJydzt {
    margin-top: 32px;
  }
}

@media (max-width: 770px) {
  #home h1 {
    font-size: 3.5em;
  }
}

@media (max-width: 767px) {
  .T8rfbtSCt {
    padding: 10px 0;
  }
  .T8rfbtSCt .nav li a {
    display: inline-block;
    line-height: 15px;
    margin-bottom: 0;
  }
  .T8rfbtSCt .nav li:last-child a {
    margin-bottom: 5px;
  }

  .vfngNY9U {
    padding: 10em 0;
  }

  .SqvY9daZ {
    padding: 22px 0 22px 0;
  }
}


@media (max-width: 580px) {
  h1 {
    font-size: 26px;
  }

  #home {
    height: 100vh;
  }

  .p3JSZw h3 {
    font-size: 12px;
    letter-spacing: 6px;
  }

  .vfngNY9U {
    padding: 5em 0;
  }
}
/* JolmeRavix rebrand */
body { background: #11100f; color: #f4ead9; }
p { color: #d8cbb5; }
a { color: #c8a15a; }
a:hover, a:active, a:focus { color: #f4ead9; }
.uHY0PO a span, .uHY0PO button span { background: #0c4b3b; color: #fff8e8; }
.csstransforms3d .uHY0PO a span::before, .csstransforms3d .uHY0PO button span::before { background: #9b1f2e; }
.T8rfbtSCt { background-color: rgba(9, 14, 12, 0.96); border: none; }
.T8rfbtSCt .ILb5lbfs { color: #d6ad60; letter-spacing: 1.5px; font-weight: 700; }
.T8rfbtSCt .nav li a { color: #fff8e8; font-size: 12px; letter-spacing: 1px; }
.T8rfbtSCt .navbar-nav li a:hover:after, .T8rfbtSCt .nav li.active > a:after { background: #d6ad60; }
@media(min-width:768px) { .T8rfbtSCt { background: rgba(0,0,0,0.25); } .T8rfbtSCt.top-nav-collapse { background: rgba(9, 14, 12, 0.98); } }
#home { background: url('../img/jolmeravix-hero.jpg') center center / cover no-repeat fixed; }
#home .uEXfDl8b { background: linear-gradient(90deg, rgba(0,0,0,0.84), rgba(12,75,59,0.45), rgba(0,0,0,0.62)); }
#home h1 { color: #fff8e8; letter-spacing: 2px; text-shadow: 0 14px 40px rgba(0,0,0,0.6); }
#home p { color: rgba(255,248,232,0.85); font-size: 20px; }
#home video { opacity: 0.28; }
.e1Yw81nH5a { height: 68vh !important; min-height: 460px; }
.biX6S2 { background-image: url('../KUKZGIlg0rl/WCbExD79Yn.jpg') !important; }
.CB274Z4w { display: inline-block; margin-top: 18px; padding: 8px 14px; border: 1px solid rgba(214,173,96,0.55); color: #fff8e8 !important; background: rgba(0,0,0,0.35); font-size: 14px !important; }
#about, #project, #team, #contact, footer, .RH4uKUz { background: #11100f; }
#about { background: #171410; }
.p3JSZw h3 { color: #d6ad60; }
.p3JSZw h1, .YzOiLax h1, .RH4uKUz h2, footer h2 { color: #fff8e8; }
#project { padding: 90px 0 65px; background: #0b0f0d; }
.pA5YXf0o61 { background: rgba(9, 14, 12, 0.72); border: 1px solid rgba(214,173,96,0.25); }
.pA5YXf0o61 h1 { color: #fff8e8; }
.pA5YXf0o61 h3 { color: #d6ad60; }
#team { background: #15110f; }
#team h3 { color: #d8cbb5; font-size: 16px; line-height: 26px; font-weight: 300; }
#team p { color: #d6ad60; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.oZVJaSwYR { background: rgba(12,75,59,0.78); display: flex; align-items: center; justify-content: center; }
.bTbpdsyMm { color: #fff8e8 !important; }
.RH4uKUz { padding: 95px 0; }
.RH4uKUz.alt { background: #1b1512; }
.RH4uKUz blockquote { border-left: 3px solid #d6ad60; color: #fff8e8; font-size: 19px; line-height: 32px; }
.lyT4NCH6eb { min-height: 230px; padding: 34px 28px; margin-bottom: 30px; background: #1b1512; border: 1px solid rgba(214,173,96,0.25); }
.lyT4NCH6eb h3 { color: #d6ad60; margin-top: 0; }
.PYSu0x2jJ { text-align: left; }
.faq-item { border-bottom: 1px solid rgba(214,173,96,0.25); }
.faq-question { width: 100%; padding: 20px 0; background: transparent; border: none; color: #fff8e8; text-align: left; font-size: 19px; }
.faq-question span { float: right; color: #d6ad60; }
.faq-answer { display: none; padding-bottom: 18px; }
.faq-item.active .faq-answer { display: block; }
#contact { background: url('../KUKZGIlg0rl/bAgHTbx9.jpg') center center / cover fixed; }
#contact:before { content: ''; display: block; }
#contact .YzOiLax h1, #contact p, #contact a { color: #fff8e8; }
#contact .jv2dW1 { background: rgba(255,248,232,0.95); color: #11100f; border-radius: 0; }
.S9REal6U { min-height: 320px; border: 1px solid rgba(214,173,96,0.35); background: linear-gradient(135deg, #171410, #0c4b3b); color: #fff8e8; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 22px; letter-spacing: 1px; }
.kKilom h2 { color: #d6ad60; margin-top: 34px; }
footer { border-top: 1px solid rgba(214,173,96,0.24); background: #090e0c; }
footer a, footer p { color: #d8cbb5; }
footer .QrhzzO3CXNW { color: #fff8e8; border-left: 3px solid #9b1f2e; padding-left: 14px; }
.uIZPw8eVTa { display: none; position: fixed; left: 22px; right: 22px; bottom: 22px; z-index: 9999; background: rgba(9,14,12,0.97); border: 1px solid rgba(214,173,96,0.5); padding: 18px 20px; max-width: 760px; box-shadow: 0 20px 60px rgba(0,0,0,0.45); }
.uIZPw8eVTa p { display: inline-block; margin: 0 18px 0 0; color: #fff8e8; }
.uIZPw8eVTa button { background: #0c4b3b; color: #fff8e8; border: none; padding: 10px 18px; }
@media (max-width: 767px) { .T8rfbtSCt .nav li a { margin: 12px 20px; } #home h1 { font-size: 3em; } .RH4uKUz { padding: 70px 0; } .uIZPw8eVTa p { display:block; margin-bottom:12px; } }
