/*
.first-color { 
	background: #233142; <--dark grey
}
	
.second-color { 
	background: #455d7a; <--greyblue
}

.third-color { 
	background: #f95959; <--red
}

.fourth-color { 
	background: #e3e3e3; <--light
} 
*/

.navDiv{
    height: 50px;
}



.highlightNav{
    background-color: rgb(0, 0, 0);
    height: 100%;
    color: #004AAD;
    font-size: larger;
    display: block;
}

.btn:hover{
  background-color: #ffffff;
  color: #004AAD;
}

.highlightItem{
    background-color: #004AAD;
    border-radius: 8px 8px;
    margin-left: 8%;
}
.highlightFooter{
    text-align: center;
    margin-top: 25px;
    padding: 30px;
}

.nav-link{
    color: #000000;
    font-weight: 500;
}
.nav-link:hover{
    background-color: #004AAD;
    color: #ffffff;
    border-radius: 6px;
}

.nav-item{
    background-color: #ffffff;
    border-style: solid;
    border-color: #004AAD;
    border-radius: 8px 8px;
}


.animate__hinge{
    
    color: rgb(255, 255, 255);
    text-shadow: 11px 25px 4px rgb(255 255 255)
}

.animate__fadeInUpBig{
    color: rgb(255, 255, 255);
    text-shadow: 11px 25px 4px rgb(255 255 255)
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.specialTop{
    background-color: #ffffff;
    text-align: center;
    color: #004AAD;
    margin-top: 3%;
    border-radius: 8px 8px;
    padding: 15px;
    box-shadow: 3px 4px 8px #131313;
}

.AboutTop{
    background-color: #ffffff;
    text-align: center;
    color: #0d6efd;
    margin-bottom: 5%;
    border-radius: 8px 8px;
    padding: 15px;
    box-shadow: 3px 4px 8px #131313;
}

.parallax{
    background-image: url('https://zacharykathe.github.io/Portfolio/images/gifgit.gif');
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.parallax2{
    background-color: #0d6efd;
    padding-bottom: 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.brkten{
    height: 10vh;
    background-color: #e3e3e3;
}

.special{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-shadow: 8px 8px 10px #2a7eed;
    color: rgb(5, 5, 5);
    margin-top: 35px;
    margin-bottom: 35px;
}

.IconPad{
    padding-right: 4px;
}

.highlightcontainer{
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    background-color: #dee2e6;
    color: black;
    padding-bottom: 40px;
    
}



.highlightUl{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}


.propertyOwnership:hover{
    box-shadow: 0px 0px 0px;
}


.PressContainter{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #dee2e6;
    padding-bottom: 40px;
}

.park{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding-bottom: 40px;
}



.itemlink{
    margin-left: 5%;
    margin-bottom: 2%;
    width: 30%;
    color: #004AAD;
    background-color: #ffffff;
    padding: 10px;
}

.itemlink:hover{
    background-color: #004AAD;
    color: #ffffff;
    border-radius: 12px 12px;
}

.discription{
    background-color: white;
    padding: 1%;
    width: 80%;
    border-radius: 8px 8px;
    box-shadow: 3px 4px 8px #131313;
    margin-top: 10%
}

.discText{
    color: #000000;
    text-align: center;
    font-size: larger;
    font-weight: 600;
    padding: 40px;
}

.PropText{
    margin-top: 3%;
    margin-bottom: 60px;
    text-align: center;
    width: 80%;
    box-shadow: 6px 8px 23px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 6px;
}

.PropTitle{ 
    margin-top: 8%;
    padding: 15px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 6px 8px 23px;
    border-radius: 6px;
}



.serviceTitle{
    text-align: center;
    color: #0d6efd;
    margin-top: 5%;
}

.ContactContainter{
    background-color: #0d6efd;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contactTitle{
    text-align: center;
    color: #ffffff;
    
}

.contactBody{
    text-align: center;
    color: #ffffff;
}

.contactMe{
    display: flex;
    justify-content: center;
    color: #ffffff;
}
.mailTo{
    color: #ffffff;
    margin-left: 6px;
}




@media only screen and (max-width: 600px) {
    body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 6px;
    }
    .navDiv {
      height: 140px;
    }
    .nav-tabs{
        display: flex;
        align-content: space-between;
    }
    .nav-item{
        border-style: outset;
        background-color: #0d6efd;
    }
    .nav-link{
        color: #000000;
    }
    .serviceTitle{
        text-align: center;
        color: #0d6efd;
        margin-top: 15%;  
    }
    .highlightItem{
        margin: 0;
    }

    .highlightcontainer{
        display: flex;
        flex-direction: column;
        height: auto;
        align-items: center;
        background-color: #dee2e6;
        color: black;
        padding-bottom: 40px;
        margin: 0px;
        
    }

  }