/* Typographie - Base styles */

/* main colors */

/* citrus: #fcf8e3; */

html,
body {
  height: 100%;
  width: 100%;
  background-color: #f3f3f3;
}

body {
  /* font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif'; */
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #4f4f4f;
}

a:hover,
a:focus {
  color: #a94442;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

hr.devider1 {
  max-width: 70px;
  margin-bottom: 20px;
  border-top: 3px solid;
  border-color: #f9c74d;
}

hr.devider2 {
  margin-bottom: 20px;
  border-top: 2px solid;
  border-color: #a94442;
}

hr.color {
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 0px;
  width: 40pt;
  border-top: 2px solid #fdcc52;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif'; */
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  font-weight: 300;
  letter-spacing: 1px;
}

p {
  color: #4f4f4f;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
}

span.emph {
  border-bottom: 1px dotted;
}

span.emph2 {
  color: #fdcc52;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/background/header-background.jpg") center center no-repeat;
  /* fallback for old browsers */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/background/header-background.jpg") center center no-repeat;
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/background/header-background.jpg") center center no-repeat;
  background-size: cover;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
}

header .header-content {
  text-align: center;
  padding: 150px 0 50px;
  position: relative;
}

header .header-content .header-content-inner {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
}

header .header-content .header-content-inner .list-badges {
  margin-bottom: 25px;
}

header .header-content .header-content-inner .list-badges img {
  height: 50px;
  margin-bottom: 25px;
}

header .logo-container {
  /* max-width: 300px; */
  margin: 0 auto;
}

header .logo-container .screen img {
  border-radius: 3px;
}

/**************
    FOOTER
**************/

footer {
  background-color: #e4e9e9;
  padding: 75px 0;
}

footer .btn {
  border-radius: 0%;
}

footer .btn-outline {
  color: #a94442;
}

footer h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

footer p {
  font-size: 14px;
  margin: 1px;
}

footer .info-phone {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 20px;
}

footer .sh-bar-white {
  color: #4f4f4f;
  margin-bottom: 15px;
  font-weight: 500;
}

footer .sh-bar-white:after {
  content: "";
  margin-top: 5px;
  width: 30px;
  height: 3px;
  display: block;
  background-color: #a94442;
}

footer ul {
  margin-bottom: 0;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 15px;
}

footer ul>li {
  margin-bottom: 10px;
  letter-spacing: 0.8;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
  text-decoration: none;
}

footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer-copyright {
  padding: 12px;
  background: #23272e;
  color: #bebcbc;
}

/* Layouts */

.heading-font {
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
}

.body-font {
  font-family: "Muli", "Helvetica", "Arial", "sans-serif";
}

.alt-font {
  font-family: "Lato", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  font-weight: 200;
  letter-spacing: 1px;
  color: black;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #fcbd20;
}

.navbar-default .navbar-header .navbar-toggle {
  font-size: 12px;
  color: #222222;
  padding: 8px 10px;
}

.navbar-default .nav>li>a {
  font-family: "Lato", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
  color: #222222;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
  color: #fdcc52;
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
  color: #f9c74d !important;
  background-color: transparent;
}

.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
  background-color: transparent;
}

section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.bg-overlay-light {
  background-size: cover;
  /* background: rgba(71,95,140,1); */
  /* background: linear-gradient(160deg, rgba(6,11,21,1) 0,rgba(23,42,77,1) 50%,rgba(71,95,140,.96) 100%),url(../images/background/kid-dog.jpg) no-repeat; */
  background: -moz-linear-gradient( left, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%), url(../images/background/kid-dog.jpg) no-repeat right center;
  /* FF3.6-15 */
  background: -webkit-linear-gradient( left, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%), url(../images/background/kid-dog.jpg) no-repeat right center;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient( to right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%), url(../images/background/kid-dog.jpg) no-repeat right center;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); IE6-9 */
}

.bg-overlay-dark {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  height: 450px;
  padding-top: 50px;
}

.bg-primary {
  /* background: #fd6652; */
  background: #2d712b85;
  background: -webkit-linear-gradient(#2d712b85, #2d712b85);
  background: linear-gradient(#2d712b85, #2d712b85);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Buttons */

.btn-outline {
  color: white;
  border-color: white;
  border: 1px solid;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  /* background-color: #fdcc52; */
  border-color: #fdcc52;
}

.btn {
  font-family: "Lato", "Helvetica", "Arial", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 300px;
}

.btn-xl {
  padding: 15px 45px;
  font-size: 13px;
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}

img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

.cc-window {
  font-size: 14px;
}

.cc-banner .cc-btn:last-child {
  min-width: 100px;
}