/* Theme Name: Neon Fox */

*{
      font-family: 'Roboto';
      font-weight: 400;
}

.logo.desktop{
      visibility: hidden;
}
.logo{
      height:50px;
      margin: -10px 0px;
}
.logo.mobile{
      width: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      visibility: visible;
      position: absolute;
      margin-left: -15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
      border: 0px solid transparent;
}
div.navbar-header{
      height: 60px;
      padding: 0px;
}
button.navbar-toggle{
      border: 0px solid transparent;
      z-index: 66;
      margin-top: 13px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
      background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
      background-color: #bcd631;
}
body{
      background-color: white;
      overflow-x: hidden;
      overflow-y: scroll;
}
.nav>li{
      margin-top: 5px;    
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
      color: #bcd631;
      opacity: .7;
}
nav.navbar{
      padding: 5px;
      border-radius: 0px;
      background-color: rgba(0, 0, 0, .8);
      position: fixed;
      width: 100%;
      border: 0px solid transparent;
      z-index: 20;
      top: 0px;
}
.navbar-default .navbar-nav>li>a{
      text-transform: uppercase;
      text-shadow: none;
       color: #bcd631;
}


/* HERO */
.hero{
      text-align: center;
      color: white;
      
}
div.jumbotron.hero-jumbotron{
      background-size: cover;
      background-position: center;
      margin-bottom: 0px;
      height: 660px;
      top: 0px;
      margin-top: 0px;
      background-color: white;
      display: flex;
      display: -moz-flex;
      display: -webkit-flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
}
.hero-container{
      width: 100%;
      max-width: 910px;
      padding: 10px;
}
p.hero{
      font-size: 15px;
      margin: 0px;
}
h1.hero{
      margin-bottom: 25px;
      color: #BBD531;
      font-size: 30px;
      font-weight: 500;
      text-transform: uppercase;
}



/*ABOUT*/
.section-container{
      background-color: white;
      background-size: cover;
       background-position: center;
      height: 660px;
      margin: -20px 0px 0px 0px;
      position: relative;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-content: center;
}
div.section-content{
      margin: 0px auto;
      width: 100%;
      text-align: center;
      color: white;
      font-size: 15px;
}
div.section-content.about{
      padding: 10px;
      max-width: 910px;
}
div.section-content.services{
      width: 100%;
      max-width: 1130px;
}
.section-title{
      margin-bottom: 60px;
      color: white;
      text-transform: uppercase;
      font-family: "Roboto";
      font-weight: 500;
      font-size: 25px;
}
.section-title.services{
      margin-bottom: 30px;
      margin-top: -10px;
      text-align: center;
}
#home{
      position: absolute;
      top: 0px;
}
div.service-container{
      height: 50px;
      margin: 0px auto;
      margin-bottom: 20px;
}

div.service-description{
      height: 50px;
      margin: 0px;
}
.service-image{
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      height: 100%;
}
p.service-description{
     position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      text-align: left;
      text-transform: uppercase;
      font-size: 16px;
      padding-bottom: 0px;
}
div.service-subsection{
      margin-bottom: 20px;
      margin-top: 20px;
      padding-top: 10px;
}
h3.service-subsection{
      font-family: "Roboto";
      font-weight: 400;
      font-size: 20px;
      color: #bcd631;
      margin-top: 0px;
      text-transform: uppercase;
}
.view-more{
      color: #bcd631;
      border: 3px solid #bcd631;
      padding: 7px 10px;
      border-radius: 5px;
      margin-top: 0px;
      text-align: center;
}
a.view-more:hover, a.view-more:focus{
      background-color: #bcd631;
      text-decoration: none;
      color: white;
      border-color: #bcd631;
}

a.service-link{
      color: white;
}

/*CONTACT*/
.section-container.contact{
      width: 100%;
      overflow: hidden;
      padding: 10px;
}
.section-content.contact{
      max-width: 694px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      position: absolute;
}
h2.section-title.contact{
      text-align: center;
      width: 100%;
}
form.contact-form{
      width: 100%;
      margin: 0px auto;
}
div.input-container{
      padding: 2px 10px;
}

.text-input{
      width: 100%;
      border-radius: 5px;
      padding: 6px 8px;
}

.text-input::-webkit-input-placeholder{  
      font-style: italic;
}
.text-input:-moz-placeholder{  
      font-style: italic;
}
.text-input::-moz-placeholder{  
      font-style: italic;
}
.text-input:-ms-input-placeholder {  
      font-style: italic;
}
input.submit{
      position: absolute;
      background-color: transparent;
      border: 3px solid #bcd631;
      outline: none;
      color: #bcd631;
      right: 9px;
      border-radius: 5px;
      padding: 3px 8px;
      text-transform: uppercase;
      font-size: 16px;
      padding: 7px 10px;
}
input.submit:hover{
      background-color: #bcd631;
      color: black;
}

.overlay{
      background-color: rgba(0, 0, 0, .7);
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 66;
      top: 0px;
}
.overlay-box{
      position: absolute;
      width: 282px;
      height: 186px;
      background-color: white;
      border-radius: 5px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
}
.contact-message{
      text-align: center;
}
h5.contact-message{
      font-size: 24px;
}
p.contact-message{
      font-size: 20px;
      color: black;
}
.overlay-content-container{
      width: 100%;
      position: absolute;
      padding: 20px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
}
h5.confirm{
      color: #bcd631;
}
h5.error{
      color: #7C1F1A;
}
.close-icon{
      position: absolute;
      height: 20px;
      width: 20px;
      right: 10px;
      top: 10px;
      cursor: pointer;
}

div.container-service{
      padding: 30px 10px;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      position: relative;
      min-height: 660px;
      flex-direction: row;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      background-color: black;
      padding-bottom: 30px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      text-align: center;
}
div.content-service{
      max-width: 897px;
      color: white;
      align-self: center;
      display: inline-block;
      text-align: left;
}
div.icon-service{
      height: 50px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
}
h2.title-service{
      font-weight: 500;
      text-align: center;
      margin-bottom: 0px;
      font-size: 20px;
      text-transform: uppercase;
}
div.description-service{
      font-size: 16px;
      padding-bottom: 30px;
}

div.container-service:last-of-type{
      padding-bottom: 50px;
}
@media (min-width: 992px) {
      h1.hero{
            font-size: 40px;
            margin-bottom: 50px;
      }
      p.hero{
            font-size: 16px;
      }
      .hero.container{
            margin-top: 0px;
      }
      
      .section-title.services{
            margin-bottom: 30px;
      }
      div.section-content{
            font-size: 16px;
      }
      div.service-container:nth-of-type(odd){
            padding-right: 20px;
      }
      div.service-container:nth-of-type(even){
            padding-left: 20px;
      }
      div.service-container{
            margin-bottom: 60px;
            padding-bottom: 0px;
      }
      p.service-description{
            font-size: 20px;
            margin-top: 0px;
            padding-top: 0px;
      }
      h3.service-subsection{
            font-size: 25px;
            margin-top: 20px;
      }
      div.service-subsection{
            margin-bottom: 40px;
            margin-top: 0px;
            padding-top: 0px;
      }
      div.description-service{
            font-size: 18px;
      }
      h2.title-service{
            font-size: 25px;
      }
      div.icon-service{
            height: 90px;
      }
      .view-more{
            margin-top: 0px;
      }
      .logo.mobile{
            visibility: hidden;
      }
      .logo.desktop{
            visibility: visible;
      }
}

