﻿body {
    font-family: "Garet", sans-serif;
    font-weight: normal;
    color: #043270;
    font-weight: 500;
}

h1, .outline-font {
    font-family: "Cinzel", serif;
    font-weight: 900;
    font-style: normal;
    color: #043270;
   
}

.outline-font {
    color: #fff;
    paint-order: stroke fill;
    -webkit-text-stroke: 6px #043270;
}

h2, h3, h4, h5, h6, .font-yeseva {
    font-family: "Yeseva One", serif;
    font-style: normal;
    color: #043270;
}

nav .nav-link {
    font-family: "Yeseva One", serif;
    font-style: normal;
    color: #626d78;
    font-weight: 500;
    font-size: 1.1rem;
}

nav .nav-link:hover{
    color: #043270;
}

.btn {
    font-family: "Yeseva One", serif;
    color: #f8f9fa;
    border-radius: 50px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
}

.btn-custom{
    background-color: #043270;
    color: #f8f9fa;
}

    .btn-custom:hover {
        background-color: #053d89;
        border-color: #053d89;
        color: #f8f9fa;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #043270 !important;
        border-color: #043270 !important;
        color: #f8f9fa;
    }

.nav-btn{
    padding: .25rem .75rem;
    border-radius: .375rem;
}

.text-blue{
    color: #043270;
}

.property-container {
    position: relative;
    margin: 8px;
}

.property-description {
    background-color: rgba(255, 255, 255, 0.75);
    padding: .75rem 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.property-number {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Yeseva One", serif;
    text-decoration: none;
}

    .property-number:hover {
        opacity: 100%;
    }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 400px;
    border: 2px solid #043270;
}

.list-group .list-group-item {
    border-color: #043270;
    border-radius: 0px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
}

    .list-group .list-group-item:last-child {
        border-bottom-width: 2px;
    }
