:root {
  --primary: #f0825f;
  --white: #fff;
  --secondary: #695d61;
  --medium: #ddd;
  --dark: #000;
  --warning: #f57c29;
  --light: #c6c6c6;
}

body {
  font-size: 14px;
  color: var(--secondary);
}

a:hover {
  text-decoration: none;
}

.font-100 {
  font-weight: 100;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

.font-900 {
  font-weight: 900;
}

.font-bold {
  font-weight: bold;
}

.font-bolder {
  font-weight: bolder;
}

.radius-10 {
  border-radius: 10px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.separator-medium {
  border: none;
  background: var(--medium);
  height: 8px;
}

.separator-medium div {
  background: var(--primary);
  height: 8px;
  width: 25%;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.text-light {
  color: var(--light) !important;
}

.text-white {
  color: var(--white) !important;
}

.text-warning {
  color: var(--warning) !important;
}

.bg-primary {
  background: var(--primary) !important;
}

.bg-secondary {
  background: var(--secondary) !important;
}

.bg-dark {
  background: var(--dark) !important;
}

.bg-light {
  background: var(--light) !important;
}

.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 20px;
}

.btn-secondary {
  background: #2f2c2c;
  border-color: #2f2c2c;
  border-radius: 20px;
}

.btn-outline-secondary {
  border-color: var(--primary);
}

.sf-menu .nav-link {
  color: var(--secondary);
  font-weight: 700;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.unstyled {
  list-style: none;
}

.heading {
  overflow: hidden;
}

.heading h2 {
  font-size: 2rem;
}

.block-title:before {
  width: 100%;
  height: 100%;
  background-color: #f0825f;
  position: absolute;
  left: -166px;
  content: "";
  z-index: 1;
  transform: rotate(-125deg);
  top: 1px;
}

.block-title:after {
  width: 100%;
  height: 100%;
  background-color: #f0825f;
  position: absolute;
  right: -166px;
  content: "";
  z-index: 1;
  transform: rotate(-125deg);
  top: 1px;
}

.block-title h2 {
  position: relative;
  z-index: 10;
}

/* #header { border-top: var(--primary) solid 6px; } */

/* top-contact-info */

.top-contact-info {
  color: var(--white);
}

.top-contact-info span {
  padding-right: 10px;
  padding-left: 10px;
}

.top-social-links a {
  color: var(--white);
  font-size: 16px;
}

/* ********************* */

/* CATEGORIES */

/* ********************* */

#categories img {
  width: initial !important;
}

/* videos */

#videos .heading {
  background: var(--primary);
}

#videos .link {
  font-size: 23px;
  color: #fff;
}

#videos svg {
  padding-top: 7px;
}

/* ********************* */

/* companiesCarousel */

/* ********************* */

#companiesCarousel .block-title:before {
  left: -196px;
}

#companiesCarousel .block-title::after {
  right: -196px;
}

/* ********************* */

/* photos */

/* ********************* */

#photos .link {
  font-size: 23px;
  color: #fff;
}

#photos svg {
  padding-top: 7px;
}

#section2 svg {
  margin-bottom: -18px;
}

/* ********************* */

/* footer */

/* ********************* */

#footer h3 {
  font-size: 15px;
}

#footer .contact i {
  color: #fb6629;
  padding: 6px;
  background: #fff;
  font-size: 20px;
  width: 31px;
  height: 31px;
  margin-right: 8px;
}

#footer .social i {
  font-size: 12px;
  background: #fff;
  color: #fb6629;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
}

/* ********************* */

/* MOBILE */

/* ********************* */

h2 {
  font-size: 1.2rem;
}

