/*
================================
Table of Content:
--------------------------------
  1. Fonts Import
  2. Variables
  3. General
    3.1. Forms
    3.2. Buttons
  4. Navbar
  5. Header
  6. Footer
  7. Product Page
  8. FAQ
  
================================ */

/* 1. Fonts Import */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('/assets/vendor/fontawesome-free/css/all.min.css');

/* 2. Variables */
:root {
  --primary: #8dc63f;
  --primary-hover: #96d343;
  --dark: #323232;
  --body: #646464;
  --text-muted: #969696;
  --light-gray: #c8c8c8;
  --light: #f4f4f4;
}

/* 3. General */
html,
body {
  color: #323232;
  font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 14px;
  height: 100%;
  min-height: 100%;
}
@media (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
a {
  color: #8dc63f;
  -webkit-transition: all .35s;
  transition: all .35s;
}
a:hover, a:focus {
  color: #96d343;
}
::selection {
  background: #96d343;
  color: #fff;
}
::-moz-selection { /* code for firefox */
  background: #96d343;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 700;
  text-transform: capitalize;
}
hr {
  border-color: #8dc63f;
  border-width: 5px;
  margin: 2rem auto;
  max-width: 5rem;
}
hr.transparent {
  border-color: 0
}
p {
  line-height: 1.5;
}
section {
  padding: 5rem 0;
}
.bordered {
  box-shadow: inset 0 0 1px 1px cyan;
}
.box-shadow {
  box-shadow: 0 0 1rem 0 rgba(0,0,0,0.1);
}

.bg-primary {
  background-color: #8dc63f !important;
}
.bg-dark {
  background-color: #323232 !important;
}
.bg-body {
  background-color: #646464 !important;
}
.bg-light {
  background-color: #f4f4f4 !important;
}

.line-through {
  text-decoration: line-through !important;
}
.op-50 {
  opacity: 0.5 !important;
}
.overlay-dark {
  background-color: #323232;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.p-6 {
  padding: 6rem !important;
}
.pl-6,
.px-6 {
  padding-left: 6rem !important;
}
.pr-6,
.px-6 {
  padding-right: 6rem !important;
}
.rounded {
  border-radius: 1.5rem !important;
}
.text-primary {
  color: #8dc63f !important;
}
.text-muted {
  color: #969696 !important;
}

/* 3.1. Forms */
.form-control {
  background-color: #fff;
  color: #646464;
  display: block;
  width: 100%;
  height: calc(2.25rem + 0.125rem);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 2px solid #fff;
  transition: border-color .15s ease-in-out,  box-shadow .15s ease-in-out;
}
.form-control:focus {
  border-color: #8dc63f;
  box-shadow: none;
  color: #323232;
  outline: 0;
}
.form-control-lg {
  height: calc(3rem + 4px);
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem 1.5rem;
}
.form-control::-webkit-input-placeholder {
  color: #969696;
}
.form-control::-moz-placeholder {
  color: #969696;
}
.form-control:-ms-input-placeholder {
  color: #969696;
}
.form-control::-ms-input-placeholder {
  color: #969696;
}
.form-control::placeholder {
  color: #969696;
}

/* 3.2. Buttons */
button,
.btn.active,
.btn.focus,
.btn:active,
.btn:active:focus,
.btn:focus,
.btn:hover,
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:hover {
  box-shadow: none !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn {
  border-width: 2px;
  box-shadow: none !important;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1rem;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 2rem;
  font-size: 11px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1rem;
  font-size: 11px;
}
.btn-pill {
  border-radius: 499rem !important;
}
.btn-pill-left {
  border-top-left-radius: 499rem !important;
  border-bottom-left-radius: 499rem !important;
}
.btn-pill-right {
  border-top-right-radius: 499rem !important;
  border-bottom-right-radius: 499rem !important;
}
.btn-primary {
  color: #fff;
  background-color: #8dc63f;
  border-color: #8dc63f;
}
.btn-primary:hover,
.btn-primary:focus, .btn-primary.focus,
.btn-primary:active, .btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #96d343;
  border-color: #96d343;
}
.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-light:hover,
.btn-outline-light:focus, .btn-outline-light.focus,
.btn-outline-light:active, .btn-outline-light.active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #96d343;
  border-color: #96d343;
}
.btn-link {
  color: #8dc63f;
  background-color: transparent;
}
.btn-link:hover,
.btn-link:focus, .btn-link.focus {
  color: #96d343;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* 4. Navbar */
#mainNav.bg-dark {
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  position: absolute;
  z-index: 1030;
}
@media (min-width: 992px) {
  #mainNav.bg-dark {
    background-color: transparent !important;
    border-color: transparent;
  }
}
#mainNav .navbar-nav > li > a {
  font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.navbar-toggler {
  border: 0;
  border-radius: .5rem;
  color: #fff !important;
  font-size: 1.5rem;
  line-height: 1;
  padding: .5rem .75rem;
}

/* 5. Header */
header {
  background: no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  header {
    height: 100vh;
    min-height: 640px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* 6. Footer */
#footer {
  font-size: 0.875rem;
}
#footer p {
  color: #969696;
}
#footer a {
  color: #969696;
}

/* 7. Product Page */
#product .col-4 {
  opacity: 0.5;
}
#product .col-4:hover,
#product .col-4.active {
/*border: 3px solid #8dc63f;*/
  opacity: 1;
}

/* 8. FAQ */
#faq .col-2 {
  padding: 0;
  text-align: center;
}
#faq .card {
  border: 0;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
}
#faq .border-top-left {
  border-top-left-radius: 0;
}
#faq .border-top-right {
  border-top-right-radius: 0;
}
#faq .question .card {
  background-color: #8dc63f;
}
#faq .question .card h4 {
  margin-bottom: 0;
  text-transform: none;
}
#faq .question .fa-user-circle {
  color: #8dc63f;
  font-size: 3rem;
}
#faq .answer .card {
  background-color: #f4f4f4;
}
#faq .answer .circle {
  background: url(/assets/img/answer.png) no-repeat center center;
  background-size: cover;
  border-radius: 499rem !important;
  display: inline-block;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
}
