/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-10-08, 20:09:25
    Author     : mariusz
*/
body,
html {
  width: 100%;
  min-height: 100%;
}
body {
  background-image: linear-gradient(to right bottom, #fc7253, #ff8850, #ff9e51, #ffb356, #ffc75f);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.navbar-default {
  background: transparent;
  border: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.navbar-default .navbar-collapse {
  border-color: transparent;
}
.navbar-default .navbar-collapse.in .navbar-nav > li.active a::before {
  left: initial;
}
.navbar-default .navbar-toggle {
  background: none;
  border: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-default .navbar-brand {
  padding-top: 8px;
}
.navbar-default .navbar-brand > img {
  max-width: 220px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover::before {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #fff;
}
.navbar-default .navbar-nav > li.active a {
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav > li.active a:hover {
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav > li.active a::before {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #fff;
}
h3.title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  line-height: 58px;
  margin-bottom: 30px;
}
.desc {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 40px;
  margin-top: 30px;
}
.owl-carousel {
  margin-top: 40px;
}
.owl-carousel .owl-stage-outer {
  border-radius: 10px;
  border: 4px solid #fff;
}
/*# sourceMappingURL=landing-page.css.map */