@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

:root {
    --brown: #836832;
}


/* general classes */

* {
    font-family: "Gill Sans", serif;
}

body {
    padding: 0 20px;
}

@media (max-width: 675px) {
    body {
        padding: 0 5px;
    }
}

a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    transition: ease .2s;
}

a:hover {
    color: var(--brown);
    transition: ease .2s;
}

.letter-space {
    letter-spacing: 5px;
}

.letter-space1 {
    letter-spacing: 2px;
}

.fs-7 {
    font-size: .7rem;
}

.btn-blake {
    color: #fff;
    background-color: var(--brown);
}

.btn-blake:hover {
    color: var(--brown);
    background-color: #fff;
    border: 1px solid var(--brown);
}

::selection {
    color: #fff;
    background: #836832;
}

.bg-white {
    background-color: #fff;
}

.text-brown {
    color: var(--brown);
}

.border1 {
    border: 1px solid #E0E1E2;
}

.reveal {
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    transition: all .5s ease-in-out;
}

.revealactive {
    transform: translateY(0px);
    opacity: 1;
}

.stcknav {
    position: sticky;
    top: 0px;
    z-index: 999;
}

.descbox {
    margin-top: -20px;
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #E0E1E2;
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.banner {
    height: 500px;
    background-position: center;
    background-size: cover;
}

.banner-text {
    width: 400px;
    margin: -10px auto auto;
    z-index: 999;
    background-color: #fff;
    padding: 30px;
}

.banner-text2 {
    width: calc(90vw);
    margin: -10px auto auto;
    z-index: 999;
    background-color: #fff;
    padding: 30px;
}

.calltoaction {
    background-position: center;
    background-size: 100% 100%;
    height: 400px;
}

.calltoaction a {
    color: #fff;
}

.calltoaction a:hover {
    color: var(--brown);
}

.calltoaction-text {
    color: white;
    text-align: center;
    padding-top: 100px;
}

.hrline {
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--brown);
    margin: auto;
}

.projects {
    background-color: transparent;
}

.projects-detail {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.projects-detail2{
    border: none!important;
}

.projects-detail:nth-child(4n-1){
    border-right: 1px solid gray;
    border-left: 1px solid gray;
}

.projects-detail:nth-child(4n-2){
    border-left: 1px solid gray;
}

.projects-detail:nth-child(1){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(2){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(3){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(4){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(5){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(6){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(7){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(8){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(9){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(10){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(11){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(12){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(13){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(14){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(15){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(16){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(17){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(18){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(19){
    border-bottom: 1px solid gray;
}
.projects-detail:nth-child(20){
    border-bottom: 1px solid gray;
}

@media (max-width: 991px) {
    .projects-detail{
        border: none !important;
    }
    .projects-detail:nth-child(1){
        border-bottom: 1px solid gray !important;
        border-right: 1px solid gray !important;
    }
    .projects-detail:nth-child(2){
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(3){
        border-right: 1px solid gray !important;
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(4){
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(5){
        border-right: 1px solid gray !important;
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(6){
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(7){
        border-right: 1px solid gray !important;
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(8){
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(9){
        border-right: 1px solid gray !important;
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(10){
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(11){
        border-right: 1px solid gray !important;
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(12){
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(13){
        border-right: 1px solid gray !important;
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(14){
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(15){
        border-right: 1px solid gray !important;
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(16){
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(17){
        border-right: 1px solid gray !important;
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(18){
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(19){
        border-right: 1px solid gray !important;
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(20){
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(21){
        border-right: 1px solid gray !important;
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(22){
        border-bottom: 1px solid gray !important;
    }
    .projects-detail:nth-child(23){
        border-right: 1px solid gray !important;
    }
}

.projects img {
    max-width: 130px;
    max-height: 130px;
}

@media (max-width: 576px) {
    .projects img {
        max-width: 100px;
        max-height: 100px;
    }
}

.project-title {
    height: 150px;
}

.projects-detail:hover {
    color: var(--brown);
}

/* navbar */
.nav-link {
    padding: 10px 45px !important;
    text-transform: uppercase;
}

.nav-link:hover{
    color: sandybrown !important;
}

.nav-item .active {
    color: sandybrown !important;
}

/* footer */
@media (max-width: 576px){
    footer *{
        font-size: .5rem;
    }
}

footer a {
    color: white !important;
}

footer a:hover {
    color: var(--brown) !important;
}

footer span:nth-child(1) {
    margin: auto;
}

footer img {
    width: 20vw;
}

@media (max-width: 576px) {
    footer img {
        width: 30vw;
    }
}

.copyright {
    font-size: .8rem;
    padding: 5px 0;
}

.squareList ul {
    list-style: none;
    padding: 0;
}

.squareList ul li {
    margin: 10px 0;
}

.squareList ul li:before {
    background-color: var(--brown);
    content: "";
    display: inline-block;
    margin-right: 30px;
    height: 7px;
    width: 7px;
}

.squareList ul li span {
    text-decoration: underline;
}

/* tabs */

.nav-tabs {
    border: none;
}

.tab-content > .active {
    display: flex;
}

.project-tab .nav-link {
    color: #000 !important;
    padding: 5px 15px !important;
}

.project-tab .nav-link:hover {
    border-radius: 0px;
}

.nav-tabs .nav-link.active {
    border: 2px solid var(--brown);
    border-radius: 0px;
    color: var(--brown) !important;
}

.nav-tabs .nav-link:nth-child(1) {
    margin-right: 5px;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: var(--brown);
}

/* property.html */
.property-box {
    width: 20%;
    background-color: #fff;
    margin: 10px;
}

.property-box img {
    width: 70px;
    margin-top: 10px;
}

.property-box-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 200px;
    padding-top: 20px;
    background-color: var(--brown);
}

@media (max-width: 920px) {
    .property-box {
        width: 100%;
    }
}

/* people.html */
.teambox {
    border-radius: 1px;
    padding-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 10px;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.1);
}

.teambox hr{
    color: #ee9b08;
}

/* contact.html */

.form-control {
    border-radius: 0;
    border-color: var(--brown);
    padding: 15px;
}

.form-control:focus {
    border-color: var(--brown);
    box-shadow: 0 0 0 0.25rem #8368323A;
}