﻿.galleryImage {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gallerySlot {
    height: 200px;
}
.centerTable {
    margin: auto;
    width: 100%;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
input:focus:invalid {
    border-color: red;
}
textarea {
    resize: none;
}
a:hover {
    cursor: pointer;
}
.hiddenElement {
    display: none;
}
/* Modal CSS */
.modal-body {
    max-height: calc(100vh - 143px);
    overflow-y: auto; 
}
.carousel-control-prev,
.carousel-control-next{
    align-items: flex-end;; /* Aligns it at the bottom */
}
.modalHeight {
    height: 75vh;
    max-height: 75vh;
}
.maxHeightAndWidth {
    height: 65vh;
    max-height: 65vh;
    max-width: 100vh;
}
/* no FOUC -- requires JS, non-responsive for non-JS browsers */
.no-js {
    visibility: hidden;
    opacity: 0;
}
   
.js {
    visibility: visible;
    opacity: 1;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.header-bg {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/resources/images/header-background1.jpg);	
    background-position: center center, center center;	
    background-size: cover, cover;	
    background-repeat: repeat, repeat;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    padding-top: 60px;
    /* background-image: url("/resources/images/home_service_illustration.jpg"); */
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    /* style="background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("/resources/images/header-background1.jpg");	background-position: center center, center center;	background-size: cover, cover;	background-repeat: repeat, repeat;" */
}
/* CSS for responsiveness */
#hamburgerIcon {
    display: none;
}
#navTitle {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    body { padding-top: 50px; }
    footer {
        display: none;
    }
    #hamburgerIcon {
        display: inline-block;
    }
    #treeIcon {
        display: none;
    }
    .navbar {
        padding: 0;
        width: 100%;
        text-align: center;
        opacity: .95;
    }
    .navbar.a {
        font-size: 10px;
        text-align: center;
    }
    .navbar.ul {
        text-align: center;
    }
    #navTitle {
        font-size: 15px;
        padding-bottom: 5px;
        padding-left: 8vh;
    }
    #servicesLink1, #servicesLink2, #servicesLink3, #servicesLink4, #servicesLink5, #servicesLink6 {
        font-size: 13px;
        height: 70px;
        padding: 5px 75px 5px 0px;
    }
}

.background-white {
    background-color: rgba(255, 255, 255, 0.5);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.small-text {
    font-size: 70%;
    padding-bottom: 5px;
}