/*--------------
All Contents
--------------*/

/*-----------------
1. Reset.css
2. General
3. Navigation and Header
4. Services Styling
5. Features Split
6. Feature with BG
7. Feature Big
8. Testimonial Styling
9. Pricing Section
10. Call To Action Subscribe
11. Contact Section
12. Footer
13. Back to top
------------------*/

/*----- 1. Reset.css -----*/
/* Included in a separate css (bootstrap-reboot.css */


/*----- 2. General -----*/
*{
  font-family: 'Nunito', sans-serif;
  color: #777777;
}
p, p strong, li, dt, dd, td{
  font-family: 'Raleway', sans-serif;
  font-size: 0.95em;
}
.small *{
  line-height: 50%;
}
.korfColor{
  color: #41CD52 !important;
}

/*----- 3. Navigation and Header -----*/
.korfNav{
  min-width: 60%;
  justify-content: space-evenly;
}

.korfButton {
  font-weight: 700;
  color: #f5f5f5 !important;
  background: #41CD52;
  border-radius: 0.4rem;
  box-shadow: 0 3px 10px rgba(65,205,82,.5);
  padding: 0.5rem 1.5rem;
}
.korfButton:hover {
  background-color: #3cbc4b;
  transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  cursor: pointer;
  -webkit-transition: background-color 0.8s ease,
              transform 0.1s linear;
  -moz-transition: background-color 0.8s ease,
              transform 0.1s linear;
  -o-transition: background-color 0.8s ease,
              transform 0.1s linear;
  transition: background-color 0.8s ease,
              transform 0.1s linear;
}
.pop:hover {
  -webkit-box-shadow: -1px 4px 4px 2px rgba(50, 50, 50, 0.10);
  -moz-box-shadow:    -1px 4px 4px 2px rgba(50, 50, 50, 0.10);
  box-shadow:         -1px 4px 4px 2px rgba(50, 50, 50, 0.10);
  -webkit-transition: box-shadow 1s ease;
  -moz-transition: box-shadow 1s ease;
  -ms-transition: box-shadow 1s ease;
  -o-transition: box-shadow 1s ease;
  transition: box-shadow 1s ease;
}

.korfBox{
  font-size: 0.9em;
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#bugTable strong{
  color: #444444;
}