body {
    background-color: white !important;
    padding: 0;
    margin: 0;
}

p {
    text-align: justify;
}

#lab_message {
    text-align: center;
}

.homeDiv {
    margin-left: 40%;
    margin-top: 40vh;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: white;
}

span a {
    color: black;
}

.form {
    position: relative;
    width: 80%;
    left: 50%;
    top: 50%;
    border-radius: 5px;
    padding: 2rem;
    transform: translate(-50%, -50%);
}

.sql_editor {
    width: 50%;
    margin: 4rem auto;
}

#searchModal {
    top: 60px;
    left: 75.4%;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
    width: 20%;
}

#loginModal {
    top: 80px;
    left: 17%;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
    width: 1000px;
}

#loginModal .modal-content {
    height: 70vh;
}

.modal-backdrop {
    opacity: 0 !important;
}

.mainDiv {
    height: 600px;
    width: 90%;
    background-color: #2A3618;
}

.mainDiv img {
    z-index: 0;
    height: 550px;
    margin-left: 31rem;
    margin-top: 4.3rem;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.title {
    position: absolute;
    margin-top: 9rem;
    margin-left: 25rem;
    color: white;
    font-weight: 600;
    font-size: 4rem;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
}

.descDiv {
    position: fixed;
    background-color: #C19535;
    width: 50%;
    height: 150px;
    margin-left: 25rem;
    margin-top: 16rem;
    z-index: 1;
}

.title2 {
    margin: 3rem 42%;
}

.houses {
    height: 600px;
    margin: 0;
}

.small p {
    color: teal;
    font-weight: 600;
    font-size: 20px;
}

.big {
    display: flex;
    position: relative;
    z-index: 1;
}

.big img {
    height: 400px;
    width: 600px;
    position: absolute;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.leftDiv {
    float: right;
    background-color: #34431E;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.footer>* {
    width: 100%;
    padding: 3rem;
    color: white;
    text-align: center;
}

.footer-yellow {
    height: 300px;
    background-color: #C19535;
}

.footer-dark {
    height: 250px;
    background-color: #34431E;
}

.footer-dark>* {
    display: flex;
}

.footer-yellow>* {
    padding-bottom: 0.3rem;
}

.footer-dark>* {
    display: flex;
    flex-direction: row;
    padding-bottom: 1rem;
    text-align: center;
    justify-content: center;
}

.footer input {
    width: 27%;
    margin: 2rem auto;
}

.footer input::placeholder {
    text-align: center;
}

.footer {
    padding: 6rem 0;
}

.footer-link {
    text-decoration: none;
    color: white;
    margin-left: 2rem;
}

.footer-link:hover {
    text-decoration: none;
    color: #dfdfdf;
}

.navbar {
    position: absolute;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    padding: 3rem 0;
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);
}

.nav-link {
    text-decoration: none !important;
    color: white;
}

.myCarousel {
    position: relative;
}

.carousel .carousel-item {
    height: 100vh;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 500px;
}

.pages>*,
.links>* {
    padding: 1rem;
    cursor: pointer;
}

#canvas {
    display: none;
    height: 100vh;
    width: 100vw;
    margin: 0;
    cursor: crosshair;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

header img {
    width: 150px;
    height: auto;
}

header nav {
    text-align: right;
}

header nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #000000;
}

#featured {
    text-align: center;
    padding: 20px;
}

#featured img {
    width: 80%;
}