@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
	background: #f7f1e7;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow-x: hidden !important;
}

/* Responsive Bootstrap-like font-size helpers */
@media (min-width: 576px) {
  .fs-sm-1 { font-size: 2.5rem !important; }
  .fs-sm-2 { font-size: 2rem !important; }
  .fs-sm-3 { font-size: 1.75rem !important; }
  .fs-sm-4 { font-size: 1.5rem !important; }
  .fs-sm-5 { font-size: 1.25rem !important; }
  .fs-sm-6 { font-size: 1rem !important; }
}

@media (min-width: 768px) {
  .fs-md-1 { font-size: 2.5rem !important; }
  .fs-md-2 { font-size: 2rem !important; }
  .fs-md-3 { font-size: 1.75rem !important; }
  .fs-md-4 { font-size: 1.5rem !important; }
  .fs-md-5 { font-size: 1.25rem !important; }
  .fs-md-6 { font-size: 1rem !important; }
}

@media (min-width: 992px) {
  .fs-lg-1 { font-size: 2.5rem !important; }
  .fs-lg-2 { font-size: 2rem !important; }
  .fs-lg-3 { font-size: 1.75rem !important; }
  .fs-lg-4 { font-size: 1.5rem !important; }
  .fs-lg-5 { font-size: 1.25rem !important; }
  .fs-lg-6 { font-size: 1rem !important; }
}

@media (min-width: 1200px) {
  .fs-xl-1 { font-size: 2.5rem !important; }
  .fs-xl-2 { font-size: 2rem !important; }
  .fs-xl-3 { font-size: 1.75rem !important; }
  .fs-xl-4 { font-size: 1.5rem !important; }
  .fs-xl-5 { font-size: 1.25rem !important; }
  .fs-xl-6 { font-size: 1rem !important; }
}

html,body {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 70px;
}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  color: #32484d;
  font-style: normal;
  font-weight: 300;
}

h1,h2,h3 {
  font-weight: 300;
}

h1 {
  font-size: 42px;
  padding-bottom: 14px;
  margin-bottom: 0px;
}

.beratung-titel {
  font-size: 50px;
  padding-bottom: 14px;
  margin-bottom: 0px;
}

h2 {
  font-size: 42px;
  line-height: 52px;
  margin-top: 0px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 6px;
}

h4 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 6px;
}

strong {
  color: #232B2B;
  font-weight: normal;
}

p {
    color: #32484d;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.2px;
}

hr {
  margin: 0px;
}

.text-bg-fade {
  background: linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(255,255,255,0.7) 100%);
  padding: 1rem;
}

@media (max-width: 768px) {
  .text-bg-fade {
    background-image: none !important;
  }
}

.section-btn {
  background-color: #deac2a;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #32484d;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-decoration: none;
  padding: 12px 36px;
  margin-top: 1rem;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  display: inline-block;
}

.section-btn:hover {
  background: #deac2a;
  border-color: transparent;
  color: #ffffff;
}

.btn-success:focus {
  background-color: #32484d;
  border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.section-title {
  position: relative;
  padding-bottom: 22px;
}

#ueberuns,
#leistungen,
#kontakt {
  position: relative;
}

#home .container,
#ueberuns .container, 
#leistungen .container,
#kontakt .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

.background-image {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; 
}

.element-image {
    background-position: center !important;
    background-size: cover !important;
    min-height: 100%;
}

@media (max-width: 768px) {
    .element-image {
      min-height: 250px;
      background-size: contain;
    }
}

.full-vh {
  min-height: 100vh;
}

@media (max-width: 768px) {
  .full-vh {
    min-height: auto; /* ili 100% ako želiš da se prilagodi sadržaju */
  }
}

.color-white {
  color: #ffffff;
}

.color-yellow {
  color: #deac2a;
}

.color-darkgrey {
  color: #32484d;
}

.bg-yellow {
  background: #deac2a;
}

.bg-beige {
  background: #f7f1e7;
}

.bg-white {
  background: #ffffff;
}

.bg-darkgrey {
  background: #32484d;
}

/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #deac2a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #deac2a;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #deac2a;
  border-top-color: #f9f9f9;
  animation: spinner .6s linear infinite;
}

@-webkit-@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

/*---------------------------------------
    Logo section              
-----------------------------------------*/

.logo {
  width: auto;
  height: 65px;
}

@media(max-width:768px) {
.logo {
  width: auto;
  height: 50px;
}
}

/*---------------------------------------
    Navigation section              
-----------------------------------------*/

.custom-navbar {
  margin-bottom: 0;
}

.custom-navbar .navbar-brand {
  color: #32484d;
	text-shadow: 1px 1px #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 1px;
}

.custom-navbar .nav li a {
    color: #32484d;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #deac2a;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #deac2a;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #deac2a;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    padding: 12px 0;
    border-bottom: 0;
    background: 0 0; 
  }
  .custom-navbar.top-nav-collapse {
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    padding: 0;
  }
}

/*---------------------------------------
    Home section              
-----------------------------------------*/

#home h1 {
  padding-bottom: 18px;
}

#home .col-md-6 {
  background: #f7f1e7;
  padding-right: 0;
  padding-left: 0;
}

#home .home-img {
  background: url('../images/DSC09137.webp') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100vh;
}

.hero-img {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-img .hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;              
  object-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-img .container {
  position: relative;
  z-index: 3;
}

.overlay {
    background: #121212;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.7;
}

#home .home-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  padding: 0 45px 0 45px;
}

.about-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  padding: 0 45px 0 45px;
}

/* tablet */
@media (max-width: 992px) {
  #home .home-img {
    max-height: 80vh;
  }
}

/* mobile landscape */
@media (max-width: 768px) {
  #home .home-img {
    max-height: 40vh;
  }
}

/* tablet */
@media (max-width: 992px) {
  .hero-img {
    max-height: 80vh;
    background-position: top !important;
    margin-top: 70px;
  }
}

/* mobile landscape */
@media (max-width: 768px) {
  .hero-img {
    max-height: 40vh;
    background-position: top !important;
    margin-top: 70px;
  }
}

/*---------------------------------------
   ueberuns section              
-----------------------------------------*/

#ueberuns .row {
  display: flex;
  align-items: stretch;
}

#ueberuns .ueberuns-img {
    background: url('../images/DSC09038.webp') no-repeat center center;
    background-size: contain;
    min-height: 100%;
}

#ueberuns .ueberuns-thumb {
  padding: 22px 32px 32px 32px;
}

#ueberuns .skill-thumb {
  padding: 22px 32px 32px 32px;
  flex: 1;
}

#ueberuns .progress {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  height: 2px;
}

#ueberuns .progress-bar-primary {
  background: #232B2B;
}

#ueberuns strong,
#ueberuns span {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 8px;
}

/* tablet */
@media (max-width: 992px) {
  #ueberuns .ueberuns-img {
    max-height: 80vh;
    background-size: contain;
    background-position: top !important;
    width: 100%;
  }
}

/* mobile landscape */
@media (max-width: 768px) {
  #ueberuns .ueberuns-img {
    max-height: 40vh;
    background-size: contain;
    background-position: top !important;
    width: 100%;
  }
}

/*---------------------------------------
    Beratung section      
-----------------------------------------*/

#beratung {
  background: url("../images/Beratungshintergrund.webp") center/cover no-repeat;
  min-height: 420px;            
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#beratung .beratung-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80vh;
  padding: 0 45px 0 45px;
}

#beratung .beratung-img {
  background: url('../images/DSC09173.webp') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100vh;
}

/* tablet */
@media (max-width: 992px) {
  #beratung .beratung-img {
    max-height: 80vh;
  }
}

/* mobile landscape */
@media (max-width: 768px) {
  #beratung .beratung-img {
    max-height: 40vh;
  }
} 

/* mobile landscape */
@media (max-width: 768px) {
  #beratung .beratung-thumb {
    max-height: 20vh;
  }
} 

/*---------------------------------------
    leistungen section              
-----------------------------------------*/

#leistungen .leistungen-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  padding: 0 45px 0 45px;
}

  #leistungen .leistungen-thumb {
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 12px;
  }

  #leistungen .leistungen-img {
  background: url('../images/DSC09173.webp') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100vh;
}

/* tablet */
@media (max-width: 992px) {
  .leistungen-img {
    max-height: 80vh;
  }
}

/* mobile landscape */
@media (max-width: 768px) {
  .leistungen-img {
    max-height: 40vh;
  }
}

/* mobile */
@media (max-width: 576px) {
  #leistungen .leistungen-thumb  {
    height: auto;
  }
}

/*---------------------------------------
    timeline section              
-----------------------------------------*/

/* timeline container */
.timeline {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* vertical line in the middle */
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #32484d;
  transform: translateX(-50%);
}

/* items (hidden) */
.timeline-item {
  position: relative;     /* dot se sada veže za item */
  margin: 3rem 0;
  min-height: 120px;      /* osiguraj da ima mjesta za dot */
  opacity: 0;             /* skriven prije animacije */
  transform: translateY(30px);
}

/* visible (with JS-a) */
.timeline-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease-out, transform .6s ease-out;
}

/* dot on timeline */
.timeline-dot {
  position: absolute;
  top: 50%; /* on top of item */
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #deac2a;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
  z-index: 2;
}

/* content of the card (center) */
.timeline-content {
  display: block;
  margin: 1.25rem auto 0;
  text-align: center;
  width: 90%;
  max-width: 560px;
  color: #32484d;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 8px 30px rgba(17, 24, 39, 0.06);
}

/* responsive */
@media (max-width: 576px) {
  .timeline-content { 
    width: 95%; 
    margin-top: 1rem; 
  }
  .timeline::before { left: 50%; }
}

/* Timeline left/right */

/* Alternating layout */
.timeline-item {
  width: 50%;           /* every takes half of the width */
}

.timeline-item:nth-child(odd) {
  left: 0;              /* left*/
}

.timeline-item:nth-child(even) {
  left: 50%;            /* right */
}

.timeline-item:nth-child(odd) .timeline-dot{
  left: 100%;
}

.timeline-item:nth-child(even) .timeline-dot {
  left: 0;
}

@media (max-width: 768px) {
  .timeline-item {
    width: 100%;
    left: 0 !important;
    text-align: left;
  }
  .timeline-dot {
    top: 0; /* always on top of the item */
    left: 50% !important;
  }
}


/* Treci timeline */
/*---------------------------------------
    Card Stack Timeline
-----------------------------------------*/
.timeline2-section {
  background: #f8f8f5;
}

.timeline2-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.75rem 1.75rem;
  margin-bottom: 2rem;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  border-left: 6px solid #deac2a;
  transition: all 0.3s ease;
}

.timeline2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.timeline2-number {
  position: absolute;
  top: -18px;
  left: -18px;
  background: #deac2a;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px #fff;
}

.timeline2-content h4 {
  color: #32484d;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.timeline2-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .timeline2-card {
    padding: 1.5rem;
  }
  .timeline2-number {
    top: -15px;
    left: -15px;
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }
}


/*---------------------------------------
    Education section              
-----------------------------------------*/

#education {
  background: #deac2a;
}

#education .education-img {
  background: url('../images/education-img.jpg') no-repeat;
}

#education .media-heading {
  margin-bottom: 0px;
}

#education .media .fa {
  font-size: 42px;
  margin-right: 14px;
}

#education small {
  color: #886D1E;
  font-weight: bold;
}

/* tablet */
@media (max-width: 992px) {
  #education .education-img {
    max-height: 80vh;
    background-size: contain;
    background-position: 50% 50%;
    width: 100%;
  }
}

/* mobile landscape */
@media (max-width: 768px) {
  #education .education-img {
    max-height: 40vh;
    background-size: contain;
    background-position: 50% 50%;
    width: 100%;
  }
}

/*---------------------------------------
   Reviews section              
-----------------------------------------*/

#reviews {
    background: url('../images/quotes-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    position: relative;
    padding: 100px 0px;
}

#reviews .overlay {
    background: #121212;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.7;
}

#reviews .fa {
  font-size: 42px;
  margin-top: 32px;
  margin-bottom: 22px;
}

#reviews p {
  padding-top: 32px;
}

/*---------------------------------------
    kontakt section              
-----------------------------------------*/

#kontakt {
  background: #ffffff;
}

#kontakt .kontakt-form,
#kontakt .kontakt-thumb {
  padding: 22px 32px 22px 32px;
  min-height: 75vh;
}

#kontakt .kontakt-img {
  background: url('../images/kontakt-img.jpg') no-repeat;
  min-height: 75vh;
}

#kontakt .kontakt-info {
  padding-top: 6px;
  padding-bottom: 6px;
}

#kontakt .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #deac2a;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 25px;
  transition: all 0.4s ease-in-out;
}

#kontakt .form-control:focus {
  border-bottom-color: #ffffff;
}

#kontakt input {
  height: 45px;
}

#kontakt input[type="submit"] {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 40px;
  color: #161616;
  padding-bottom: 10px;
}

#kontakt input[type="submit"]:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#kontakt .fa {
  padding-right: 10px;
}

/* tablet */
@media (max-width: 992px) {
  #kontakt .kontakt-img {
    max-height: 80vh;
    background-size: contain;
    background-position: 50% 50%;
    width: 100%;
  }
}

/* mobile landscape */
@media (max-width: 768px) {
  #kontakt .kontakt-img {
    max-height: 40vh;
    background-size: contain;
    background-position: 50% 50%;
    width: 100%;
  }
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.contact-form button {
  background-color: var(--accent);
  border: none;
  padding: 0.8rem;
  font-weight: bold;
  color: var(--bg-dark);
  cursor: pointer;
}

/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    padding: 140px 0px;
}

/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border: 2px solid transparent;
    color: #999;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 22px 4px 10px 4px;
}

.social-icon li a:hover {
    background: #deac2a;
    border-color: #ffffff;
    color: #ffffff;
    transform: scale(1.1);
}

/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media (max-width: 580px) {
  h1 {
    font-size: 24px !important;
  }

  .beratung-titel {
    font-size: 24px !important;
  }

  h2 {
    font-size: 20px !important;
    line-height: inherit;
  }

  h3 {
    font-size: 18px !important;
    line-height: inherit;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  .beratung-titel {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
    line-height: inherit;
  }

  h3 {
    font-size: 22px;
    line-height: inherit;
  }
}


@media only screen and (max-width: 767px) {
  .custom-navbar .navbar-brand {
    line-height: 18px;
  }

  #home .home-thumb {
    height: auto;
    padding-top: 32px;
    padding-bottom: 12px;
  }

  .about-thumb {
    height: auto;
    padding-top: 32px;
    padding-bottom: 12px;
  }

  #home .container,
  #ueberuns .container, 
  #leistungen .container,
  #kontakt .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  #ueberuns .col-md-3,
  #leistungen .col-md-6,
  #kontakt .col-md-3 {
    padding: 0;
    margin: 0;
  }

  .background-image {
    position: relative;
    min-height: 65vh;
  }
}

@media only screen and (max-width: 1024px) {
  .section-title {
    padding-bottom: 12px;
  }

  footer {
    padding: 40px 0;
  }
}

/*---------------------------------------------------------------------------
   Über mich Seite         
---------------------------------------------------------------------------*/

.distance {
  padding-top: 90px;
}

.about-img {
  background: url('../images/DSC09132.webp') no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  width: 100%;
  height: 100vh;
}

.about-background {
  background: url('../images/backgroundAboutUs.webp') no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100vh;
}

/* tablet */
@media (max-width: 992px) {
  .about-img {
    max-height: 80vh;
  }
  .about-background {
    max-height: 80vh;
  }
}

/* mobile landscape */
@media (max-width: 768px) {
  .about-img {
    max-height: 40vh;
  }
  .about-background {
    max-height: 20vh;
  }
  .distance {
  padding-top: 70px;
  }

}