
button, .building-permit-subscribe-button, .building-permit-contact-button {
	display: block;
	color: white !important;
	background: black;
	border: none;
	margin: 5px 0px;
	height: auto;
	width: auto;
	padding: 5px 10px;
  }
  
  summary, button {
	outline: none;
  }
  
  .pbtn {
	background: #dbdcdc;
	padding-left: 35px;
	padding-right: 35px;
	height: 35px;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: Montserrat;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	cursor: pointer;
  }
  /* mark project css */

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.navigation {
    margin-bottom: 50px;
}

.navigation.div {
    margin: 10px;
}

.line {
    height: 1px;
    width: 30%;
    background: #575757;
}

.full-width {
    width: 100%;
}


.blue-text {
    color: #1d1b61;
}

.title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
}

.sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 43px;
}

.thin {
    font-size: 300px;
}

.category {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.light-blue {
    color: white;
    background: #418CFC;
}

.blue {
    background: #1d1b61;
    color: white;
}

.gray {
    background: #dbdcdc;
    color: black;
}

.subscribe {
    padding-left: 35px;
    padding-right: 35px;
    height: 35px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Montserrat;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.project-overview {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}



.project-image-container {
    width: 40%;
    height: 500px;
    overflow: hidden;
}   

.project-details {
    min-height: 300px;
    justify-content: space-around;
}

.project-icon {
    margin: 0px 10px 0px 10px;
    cursor: pointer;
}

@media screen and (max-width: 1350px) {

    .project-image-container {
        margin-bottom: 30px;
        width: 100%;
        height: 500px;
        overflow: hidden;
    }
    .project-overview {
        justify-content: space-between
    }

    .project-details {
        width: 100%;
    }
}
@media screen and (min-width: 1350px) {

    .project-image-container {
        padding-right: 10%;
        width: 30%;
    }
}
@media screen and (min-width: 1500px) {

    .project-image-container {
        padding-right: 10%;
        width: 35%;
    }
}

@media screen and (min-width: 1600px) {

    .project-image-container {
        padding-right: 10%;
        width: 40%;
    }
}
/* end project css */
