html,
body {
    margin: 0;
    padding: 0.5rem;
    width: 100%;
    height: 100%;
}


body {
    background-image: url('../images/assets/homeBackground.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.white-bg {
    background: #fff;

}

.title {
    font-size: 2rem;
    margin: 0 0 1.3rem 0;
    border-radius: 0.5rem;
    padding: 0.7rem 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.house-optn {
    margin: 1.5rem 0;
    border-radius: 0.5rem;
    border: solid 7px #aad6ef;
    width: 100%;
    padding-bottom: 1.5rem;
}


.house-optn img {

    border: solid 3px #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5rem;
    max-width: 90%;
}

.house-optn .btn {
    background: #3A5E8C;
    width: 87%;
    font-size: 1.7rem;
    color: #ffffff;
    padding: 0.5rem;
    margin: 0.67rem 0;
    border-radius: 0.5rem;
}


.house-optn .btn:hover {
    background: #084B8A;
}


#gallery {
    height: 100%;
    max-height: 100%;
}

#gallery a img {
    width: 3.9rem;
}

.carousel-inner,
.carousel-item {
    text-align: center;
    height: 100%;
    max-height: 100%;
}


.carousel-item img {
    height: 100%;
    width: auto;
    border: solid 3px #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2rem;
    max-height: 100%;
}


.carousel-control-next,
.carousel-control-prev {
    width: 7%;
}


.white-bg {
    background: #fff;
    border-radius: 1rem;
    padding-top: 0.7rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.table-striped tbody tr td {
    padding-left: 2rem;
    border: none;
    font-size: 1.22rem;
}


.table-striped tbody tr:nth-of-type(even) {
    background-color: #E9F7FF;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFF;
}


.table-striped tbody tr td input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.checkmark {
    display: inline-block;
    position: relative;
    top: 0.75rem;
    height: 2.3rem;
    width: 2.3rem;
}


/* On mouse-over, add a grey background color */
.table-striped tbody tr td input ~ .checkmark {
    background-color: #fff;
    border: solid 2px #000;
}

/* When the checkbox is checked, add a blue background */
.table-striped tbody tr td input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: relative;
    display: none;
}

/* Show the checkmark when checked */
.table-striped tbody tr td input:checked ~ .checkmark::after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark::after {
    content: "";
    left: 0.66rem;
    top: 0.2rem;
    width: 0.66rem;
    height: 1.2rem;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


#formToPrint {
    display: none;
}

.whiteH3 {
    color: white;
    text-shadow: 2px 2px 3px #000;
    right: 3%;
}

@media (max-width: 1080px) {

    .house-optn {
        border-radius: 0.5rem;
        border: solid 7px #aad6ef;
        width: 100%;
        padding-bottom: 0px;
        margin-top: -5px;
        max-height: 570px;
        margin-bottom: 0px;
    }

    .house-optn .btn {
        margin-top: 5px;
    }

    .twoTextLines {
        display: grid;
        margin-left: 50px;
        margin-top: -40px;
    }

    .pictureTitle {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
