/*------------------------------------*\
   Variables
\*------------------------------------*/
/*------------------------------------*\
   Default
\*------------------------------------*/
* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

div, input, a {
  box-sizing: border-box; }

/*------------------------------------*\
   Main CSS
\*------------------------------------*/
body {
  font-family: 'Lora', sans-serif; }

a {
  text-decoration: none; }

h1, h2, h3, p {
  margin-bottom: 15px; }

h1 {
  font-size: 36px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 10px; }

h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px; }

h3 {
  font-size: 24px;
  font-weight: normal; }

p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em; }

.container {
  width: 1170px;
  max-width: 100%;
  margin: auto;
  padding: 20px; }

.flex-contain {
  display: flex; }

.slider {
  background-image: linear-gradient(rgba(86, 109, 143, 0.8), rgba(86, 109, 143, 0.8)), url("images/bg.jpg");
  background-size: auto, cover;
  background-position: center; }
  .slider ul li .slide {
    color: #fff;
    padding: 40px 20px;
    width: 90%;
    margin: auto; }
    .slider ul li .slide h3 {
      font-size: 20px;
      font-weight: normal; }

.top-content {
  margin-top: 20px; }
  .top-content h2 {
    color: #000; }
  .top-content .text-centered {
    text-align: center; }
  .top-content .video {
    width: 100%;
    margin: 20px auto;
    height: 280px;
    max-width: 100%; }
  .top-content .form {
    width: 1000px;
    max-width: 100%;
    margin: 30px auto;
    background: #e8e8e8;
    padding: 20px; }
  .top-content .form input[type=text], .top-content .form input[type=email], .top-content .form textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 18px;
    background: #fff;
    border: 1px solid #ccc; }
  .top-content .form textarea {
    height: 100px; }
  .top-content .form input[type=submit] {
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer; }
  .top-content .form h3 {
    font-size: 24px;
    font-weight: normal;
    background: #585858;
    padding: 10px;
    color: #fff; }
  .top-content .flex-contain {
    flex-direction: column; }

.main-content .flex-product, .prod-coaching .flex-product {
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #536989; }
.main-content .flex-product:first-child, .prod-coaching .flex-product:first-child {
  margin-top: 50px; }
.main-content .flex-product:last-child, .prod-coaching .flex-product:last-child {
  border-bottom: none; }
.main-content .prod-img, .prod-coaching .prod-img {
  min-width: 400px;
  margin-right: 10px; }
  .main-content .prod-img img, .prod-coaching .prod-img img {
    width: 350px;
    margin: auto; }
.main-content .prod-content h3, .prod-coaching .prod-content h3 {
  color: #536989; }
.main-content p.button a, .prod-coaching p.button a {
  display: inline-block;
  padding: 15px;
  color: #536989;
  border: 2px solid #536989;
  border-radius: 3px;
  transition: .3s all; }
.main-content p.button a:hover, .prod-coaching p.button a:hover {
  background-color: #536989 !important;
  color: #fff !important; }

.prod-coaching {
  width: 100%;
  background: url("images/Passionate-love-couple-wallpaper-free.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
  .prod-coaching .flex-coaching {
    justify-content: space-between; }
    .prod-coaching .flex-coaching .prod-content {
      flex-basis: 45%;
      margin: 10px 20px;
      padding: 20px;
      background: white; }
  .prod-coaching p.button a {
    background-color: #536989 !important;
    color: #fff !important; }
  .prod-coaching p.button a:hover {
    background-color: #405169 !important;
    color: #fff !important; }

footer {
  background-color: #0d1725;
  padding: 20px; }
  footer .container {
    display: flex;
    justify-content: space-between; }
    footer .container p, footer .container a {
      color: #fff; }

/*------------------------------------*\
   Responsive
\*------------------------------------*/
@media screen and (max-width: 999px) {
  .flex-contain {
    flex-direction: column; }

  .main-content .prod-img, .prod-coaching .prod-img {
    margin-right: 0; }

  footer .container {
    flex-direction: column; }
    footer .container p {
      text-align: center; } }
@media screen and (max-width: 480px) {
  .main-content .prod-img, .prod-coaching .prod-img {
    min-width: auto; }
    .main-content .prod-img img, .prod-coaching .prod-img img {
      width: 95%;
      margin: auto; }
  .main-content .prod-content, .prod-coaching .prod-content {
    margin-top: 20px; }
    .main-content .prod-content h1, .prod-coaching .prod-content h1, .main-content .prod-content h3, .prod-coaching .prod-content h3 {
      text-align: center; }
  .main-content p.button a, .prod-coaching p.button a {
    width: 100%;
    text-align: center; } }

/*# sourceMappingURL=style.css.map */
