﻿body { }

.center-screen-bottom { position: absolute; bottom: 0; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); }

.intro { width: 100%; position: relative; background: url(../Photos/Cover/main.jpg) no-repeat top center; background-size: cover; }

.navbar-brand img { display: inline; margin-right:8px; }
.font_0 { display: inline-block; padding: 0px; margin: 0px; font: italic normal normal 32px/1.1em Lobster,cursize; font-weight: bold; color: white !Important; line-height: 1.02em; }
    .font_0 span { font-size: .6em; margin-left: 16px;}

.font_1 { display: inline-block; padding: 0px; margin: 0px; font: italic normal normal 32px/1.1em Lobster,cursize; font-weight: bold; color: forestgreen !Important; line-height: 1.02em;margin: 12px 0px 12px 0px; text-transform: none; }

.img-ha { position: absolute; width: 140px; height: 130px; left: 50px; top: 50px; background: url(../img/homeadvisor128.png) no-repeat top center; cursor: pointer; }

.top-nav-collapse { background-color: darkseagreen }

.nav.navbar-nav { background-color: rgba(255,255,255,.8); }

.nav-span { display :inline-block; font-weight: bold; vertical-align: middle; margin-left: 16px; margin-right: 16px; padding-top: 15px; padding-line-height: 20px;}

.div-social { display: inline-block; background-color: white; padding: 6px 12px 6px 12px; border-radius: 6px; width: auto; bottom: 0px; }

.section-heading h2 { font-size: 40px; }
.section-heading i { margin-bottom: 4px; }
.section-heading .memo { font-size: 0.4em; margin-top: 6px; color: blue; }

/*Gallery*/

h5 { font-size: 18px; }

#gallery-container h4 { font-size: 24px; margin-bottom: 4px; }
#gallery-container h5 { font-size: 16px; margin-bottom: 4px; }
#gallery-container hr { margin-top: 2px; margin-bottom: 24px; border-color: black; }
#gallery-container a { color: blue; cursor: pointer; }
  #gallery-container a:hover { text-decoration: underline; }

.service-desc p { font-size: 17px; }
.service-desc h5 { margin: 0px 0px 8px 0px; }

.gallery { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-width: 33%; -moz-column-width: 33%; column-width: 33%; }
  .gallery .pics { -webkit-transition: all 350ms ease; transition: all 350ms ease; }
  .gallery .animation { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.gallery-photos { position: relative; display: none; padding: 12px; margin: 4px 36px 6px 36px; height: auto; background-color: lightgrey; border-radius: 8px; }
  .gallery-photos .close { color: black; opacity: 0.8; top: 4px; }
  .gallery-photos .title-icon { width: 48px; float: left; }
  .gallery-photos h4 { font-size: 20px; margin-bottom: 8px; font-family: 'Times New Roman', Times, serif; }

div#imgModal { text-align: center; }

@media (max-width: 450px) {
  .gallery { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; -webkit-column-width: 100%; -moz-column-width: 100%; column-width: 100%; }
}

@media (max-width: 400px) {
  .btn.filter { padding-left: 1.1rem; padding-right: 1.1rem; }
}

/*Gallery-2*/

.green { background-color: #6fb936; }
.thumb { margin-bottom: 30px; }

.page-top { margin-top: 12px; }


img.zoom { width: 100%; height: 200px; border-radius: 5px; object-fit: cover; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; }
  img.zoom:hover { opacity: 0.7 }

  img.album { height: auto; }

  .transition { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.modal-header { border-bottom: none; }
.modal-title { color: #000; }
.modal-footer { display: none; }


/* Large desktops and laptops */
@media (min-width: 1200px) {
  .intro { background: url(../Photos/Cover/main_wide.jpg) no-repeat top center; background-size: cover; }
  .onlyMobile { display: none; }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .onlyMobile { display: none; }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .onlyMobile { display: none; }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .notMobile { display: none; }
  .gallery-photos { margin: 12px; }
  ._modal-img { width: 96%; height: auto; }
  #gallery-container h5 { font-size: 14px; margin-bottom: 4px; }
  #gallery-container h4 { font-size: 18px; margin-bottom: 4px; }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .notMobile { display: none; }
  .font_0 { font-size: 17px; }
    .font_0 span { font-size: .6em; margin-left: 8px; }
  .intro { background: url(../Photos/Cover/main.jpg) no-repeat top center; background-size: cover; height: 620px; }
  .img-ha { position: absolute; width: 140px; height: 130px; left: -20px; top: 530px; background: url(../img/homeadvisor72.png) no-repeat top center; }
  .gallery-photos { margin: 6px; padding: 4px; }
  #gallery-container h5 { font-size: 12px; margin-bottom: 2px; }
  #gallery-container h4 { font-size: 18px; margin-bottom: 12px; }
  .gallery-photos .close { font-size: 24px; border-top-right-radius: 2px; right: 4px; }
  .gallery-photos .title-icon { width: 32px; }

}
html { scroll-behavior: smooth; }

/*------ Back to top ------
*/
#tp-backtotop { z-index: 999; display: none; position: fixed; bottom: 30px; right: 30px; font-size: 18px; border: none; outline: none; background-color: #e06666; color: white; cursor: pointer; height: 40px; width: 40px; text-align: center; border-radius: 4px; animation: pulsebt 2s infinite; transition: all 0.3s ease-in-out; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: rgb(255 255 255 / 10%) 0px 1px 0px inset; }
  #tp-backtotop:hover { background-color: #f44336; transition: all 0.3s ease-in-out; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: rgb(255 255 255 / 10%) 0px 1px 0px inset; }

@media screen and (max-width: 767px) {
  #tp-backtotop { display: block; }
}
