@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
  height: 4rem;
  margin-top: -4rem;
  content: "";
  display: block;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
  padding: 1rem;
}

.navbar {
  padding: .7rem 1rem;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .1rem;
  transition: background-color .5s ease 0s;
}
.navbar-brand img {
  height: 6rem;
}
.svg-inline--fa.fa-w-14 {
  color: white;
  font-size: 1.6rem;
}
.navbar-nav li {
  padding-right: .8rem;
}
.navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #006fff;
  transition: color .5s ease .0s;
}
.navbar.solid {
  background: rgba(0, 0, 0, 0.7)!important;
  transition: background-color 1s ease 0s;
}


/*========== Landing Page =================*/
.home-inner {
  background-image: url('img/clinic2.png');
}


.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 56%;
  z-index: 1;
}
.caption h1 {
  color: white;
  font-size: 4.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}

.caption span{
  color: #007bff; /*lub #005a81*/
  font-size: 4.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
}

.caption h3 {
  color: white;
  font-size: 2.5rem;
  letter-spacing: .3rem;
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 2rem;
}
.btn-lg {
  border-width: medium;
  border-radius: 2;
  padding: .8rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block!important;
}


/*========== OFFER SECTION =================*/

.offer{
  background-image: url(img/image.png);
}

.home-inner .offer{
  background-color: rgba(0, 0, 0, 0.55);
}

.info{
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 4rem; 
}

/*========== FEATURES SECTION =================*/

.narrow{
  width: 75%;
  margin: 0 auto;
  padding: 4rem;
}

.btn-sm{
  border-width: medium;
  padding: .5rem 1.1rem;
  text-transform: uppercase;
  margin: 1rem;
}

.btn-primary{
  opacity: .7;
}

.btn-primary:hover{
  opacity: 1.5;
  transition: opacity .6s ease .0s
}

.btn-secondary:hover{
  opacity: 2;
  transition: opacity .6s ease .0s
}


.jumbotron{
  margin-bottom: 0;
  border-radius: 0;
  padding: 1rem 0 3rem;
}

h3.heading{
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.9rem; 
}

.heading-underline{
  width: 3rem;
  height: .2rem;
  background-color: #007bff;
  margin: 0 auto 2rem;
}

.feature{
  text-align: center;
}

.feature .fa-layers{
  color: #005a81; /*lub #005a81;*/
  height: 6rem;
  margin: 0 auto;
  width: 3.9rem;
}

.feature h3{
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: .4rem;
}

.feature p{
  font-size: 1.1rem;
}


/*===== FIXED BACKGROUND IMG DARK =====*/

#fixed {
  background-image: url('img/fixed/fixed1.png');
  z-index: -1;
}

.dark {
  background-color: rgba(0, 0, 0, 0.35);
  padding: 7rem 2rem;
  text-align: center;
  z-index: 1000!important;
}

.dark h3, .dark p {
  color: #E9ECEF;
}

/*===== Start Portfolio Section =====*/

.row.padding{
  padding: 2rem 0 1rem;
}

img.example-image{
  max-width: 100%;
}

.row.no-padding [class*=col-] {
  padding: 0;
}

.portfolio-item img:hover {
  transform: scale(1.3);
  cursor: zoom-in;
}

.portfolio-item img{
  transition: transform .4s ease;
}

.portfolio-item{
  overflow: hidden;
}



/*============= About SECTION FIXED BG IMG LIGHT =============*/

#fixed-2 {
  background-image: url('img/fixed/fixed-2.png');
  z-index: -1;
}

.light {
  height: auto;
  background-color: rgba( 0, 0, 0, .35);
  padding: 3rem 4rem 4rem;
  z-index: 1000!important;
}


.light h3{
  color: white!important;
}

.about{
  height: 50vh;
  
}

.about h5 {
   color:white!important;
   font-weight: 700;
   padding: 1rem 13rem;
   letter-spacing: .1rem;
}



/*=============== Contact Section ===============*/

footer{
/*  background:url(img/footer_test.png) no-repeat;*/
  background-color: #1e334c;
  background-size: cover;
  color: white;
  text-align: center;
}

footer .row{
  background-color: rgba(0, 0, 0, 0.55);
  padding: 1rem 2rem 3rem;
}

footer img{
  height: 5rem;
  margin: 1.5rem 0;
}

#phone{
  cursor: pointer;
  margin: 0 auto;
  padding: 1rem;
  font-weight: 400;
  color: #007bff;
}


footer svg.svg-inline--fa{
  font-size: 1.6rem;
}

footer .svg-inline--fa{
  color: #007bff;
}

footer .svg-inline--fa.fa-w-14{
  color: #007bff;
}

footer a,
.socket{
  color: white;
}

hr.socket {
  border-top: .1rem solid #007bff;
  width: 100%;
}

.privacy{
  padding: 0rem 2rem;
}

.privacy:hover{
  text-decoration: none;
  color: #007bff;
  transition: color .6s ease;
}


/*=============== Top Scroll ===============*/

.top-scroll svg.svg-inline--fa{
  font-size: 3rem;
  height: 1.7rem;
  color: #53595f;
  background: white;
}

a.top-scroll{
  right: 1.2rem;
  bottom: 1.2rem;
  position: fixed;
  opacity: 0.5; 
}

a.top-scroll:hover{
  opacity: .9;
  transition: .7s ease;
}


/*=======MEDIA QUERIES=====*/

/*Devices under 992px (lg) */
@media(max-width: 991px){
  .caption h1{
    font-size: 3.5rem;
    letter-spacing: .2rem;
    padding-bottom: .8rem
  }

  .caption h3{
    font-size: 2.2rem;
    padding-bottom: 1.7rem;
  }

  .btn-lg{
    padding: .7rem 1.2rem;
    font-size: 1rem;
  }

  .narrow h1{
    font-size: 2.1rem;
  }

  .feature h3{
     font-weight: 400;
     font-size: 1.1rem;
  }

  .light {
    padding: 1rem 1rem 2rem;
    background-color: rgba(0, 0, 0, 0.55);
  }

  footer .row{
    text-align: center;
  }
}


/*Devices under 767px (md) */
@media(max-width: 767px){

  .navbar-brand img {
      height: 3.5rem;
    }

  .caption h1{
    font-size: 2.7rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem
  }

  .caption h3{
    font-size: 1.7rem;
    padding-bottom: 1.2rem;
  }

  .btn-lg{
    padding: .6rem 1.1rem;
    font-size: 1rem;
  }

  .narrow{
    padding: 0rem!important;
  }

  .narrow h1{
    font-size: 1.8rem;
  }

  }


/* Devices under 576px (sm) */
@media (max-width: 575px) {

  .caption h1 {
    font-size: 1.9rem;
    letter-spacing: .1rem;
    padding-bottom: .4rem;
  }

  .caption span{
    font-size: 1.9rem;
    letter-spacing: .1rem;
    padding-bottom: .4rem;
  }

  .caption h3 {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
  .btn-lg {
    padding: .4rem .9rem;
    font-size: .9rem;
  }

  .feature{
    margin: 0 auto;
    text-align: center;
  }

  .feature h3{
    font-size: 1.2rem;
  }

  .narrow {
    width: 100%;
  }

  .info{
    font-size: 1rem;
    padding: 2rem;
  }
}


/*------------------Bootstrap Break Points:
Extra Small (xs) devices (portrait phones, less than 576px)
No media query since this is default in Bootstrap

Small(sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) {...}

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) {...}

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) {...}

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {...}

------------------*/