body, html {
    margin: 0;
    overflow-x: hidden;
    text-align: justify;
}

img {
    max-width: 90vw;
}

a:visited {
    color: white !important;
}

.cursorPointer {
    cursor: pointer;
}

#bgDiv {
    background: url('imgs/siteplan.jpg');
    background-attachment: fixed;
    height: calc(100vh + 76px);
    width: 100vw;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transition: 3s;
    animation-duration: 4s;
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top:126px;
    padding-bottom:70px;
}

#section1 {
    padding-top: 70px;
    min-height: 100vh;
    background: rgba(255, 255, 255, .92);
    /*background: #5f5f5f;
    background: rgb(245, 245, 245);
    color: rgb(245, 245, 245);*/
    color: #121212;
}

#section2 {
    min-height: 50vh;
    /*background: rgb(245, 245, 245);*/
    background: rgba(255, 255, 255, .92);
    color: black;
    padding-top: 76px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#section3 {
    min-height: 100vh;
    /*background: rgb(238, 238, 238);*/
    color: black;
}

#section3 a {
    color: gray;
}

#section4 {
    min-height: 50vh;
}

#section5 {
    min-height: 100vh;
    background-image: linear-gradient(to bottom, #ebebeb, white);
}

#section6 {
    color: white !important;
}

.whiteText {
    color: white !important;
}

#btnScrollDown {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: solid 1px orange;
    color: #121212 !important;
    position: absolute;
    top: calc(100vh - 80px);
    cursor: pointer;
    transition: .4s;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btnScrollDown:hover {
    color: orange !important;
    border: solid 1px lightgray;
}

li {
    margin: 10px;
}

.fa-square {
    line-height: 1rem;
    font-size: 10px;
    margin-right: 10px;
}

.centerCol {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
}

.customCard {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    height: 200px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    color: white;
    overflow: hidden;
    padding: 0;
}

.customCard img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.customCard span {
    position: absolute;
    color: white;
    background: black;
    padding-left: 5px;
    padding-right: 5px;
}

.customCard:hover {
    transition: .4s;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

/*
.customCardText {
    background: rgba(0, 0, 0, .5);
    padding-left: 5px;
    padding-right: 5px;
}
*/

.fixedImgWrapper {
    width: 100%;
    background: url('imgs/siteplan.jpg');
    background-attachment: fixed;
    -webkit-filter: brightness(30%);
    -moz-filter: brightness(30%);
    -ms-filter: brightness(30%);
    -o-filter: brightness(30%);
}

#map {
    height: 400px;
    width: 100%;
    background: white;
    border: solid 1px black;
}

::placeholder {
    color: rgb(143, 0, 0) !important;
    opacity: 1 !important; /* Firefox */
}
