
body {
  padding-top: 3.375rem;
  color: #000;
font-family: 'Montserrat', sans-serif;}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;      
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;  font-weight: 300;
  text-transform: lowercase;
  color: #000;
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}

h2 {
  font-size: 3.5rem;
}

@media (max-width: 480px) {
 h1 {
  font-size: 5rem;
  line-height: 4.5rem;
}

h2 {
  font-size: 2.5rem;
}
    
}

.text-black {
    color: #000;
}

.subheading {
  text-transform: lowercase;
  font-weight: 500;
font-family: 'Montserrat', sans-serif;  font-size: 1.35rem;
}

.list-social-icons a {
  color: #000;
}

.list-social-icons a:hover {
  color: #619294;
}

.list-social-icons a .fa-lg {
  font-size: 1.75rem;
}

.list-icons {
  font-size: 3rem;
}

.list-icons .list-inline-item i:hover {
  color: #000;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  text-transform: lowercase;
}

/*
#sideNav .nav-item a {
    color: #cc6600;
}

#sideNav .nav-item a:hover {
    color: #DF4BDD;
}

#sideNav .nav-item a:focus {
    color: #000;
}
*/

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }
  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.5rem solid rgba(255, 255, 255, 0.2);
  }
  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

section.resume-section {
  border-bottom: 0px solid #4DEE35;
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

#home {
  background-image: linear-gradient(rgba(255,255,255,0.80), rgba(255,255,255,0.10)), url("/images/bg-2023.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#about {
    background: rgba(0,0,0,1.00) url("/images/bg-bold-green.jpg") top center fixed;
    background-size: cover;
    color: #fff;
}

#products {
  background-image: linear-gradient(rgba(255,255,255,0.80), rgba(255,255,255,0.10)), url("../images/bg-2023.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#services-treatments {
  background-image: linear-gradient(rgba(255,255,255,0.00), rgba(255,255,255,0.00)), url("../images/bg-bold-green.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#contact {
  background-image: linear-gradient(rgba(255,255,255,0.80), rgba(255,255,255,0.10)), url("../images/bg-2023.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}


@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 24rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.bg-primary {
  background-color: #FFF !important;
}

.text-primary {
  color: #619294 !important;
}



a {
  color: #619294;
}

a:hover, a:focus, a:active {
  color: #000;
}


.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid #619294;
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: normal;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: #619294;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}


.navbar-toggler {
  font-size: 120%;
  padding: 8px;
  color: #619294;
  border: none;
    border-radius: 0px;
}

.navbar-toggler:focus {
  outline: none;
}


/* ----- BUTTONS ----- */


.btn {
      -webkit-transition: all ease .5s ;
    -moz-transition: all ease .5s ;
    transition: all ease .5s ;
}

.btn:focus {
        box-shadow: none !important;
        outline: 0 none !important;
}


.btn-big {
    font-size: 120%;
	text-align: center;
	background: #619294;
	color: #FFF;
	margin: 20px 0px 30px 0px;
	padding: 10px 40px 10px 40px;
	border-radius: 35px;
}

.btn-big:hover {
	background: #fff;
	color: #619294;
}

.btn-big:active {
	background: #000;
	color: #fff;
}

.btn-big-alt {
    font-size: 140%;
	text-align: center;
	background: #8EB3B5;
	color: #FFF;
	margin: 20px 0px 30px 0px;
	padding: 10px 40px 10px 40px;
	border-radius: 35px;
}

.btn-big-alt:hover {
	background: #619294;
	color: #fff;
}

.btn-big-alt:active {
	background: #000;
	color: #fff;
}

