
/* Adjust the styles for the heading project name */
.dgsbdcProjectName {
    font-size: 2.3em;
	border-bottom: 1.5px solid grey;
	padding: 10px 0px;
	font-weight: bold;
	color: #355997;
	margin-bottom: 25px;
}

/* Adjust the styles for the Project Completed banner */
.dgsbdcProjectCompleted {
    font-size: 1.5em;
    background:yellow;
    font-weight: bold;
    text-align: center;
    border: 5px double red;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Adjust the style for Special Notice tesxt */
.dgsbdcSpecialNotice {
    background: yellow;
    color: #db1414;
    padding: 5px 10px;
    margin: 20px 0px;
    font-size: 1.5em;
    font-weight: bold;
}


/* Adjust the styles for the Project address */
.dgsbdcProjecAddress {
    font-size: 1.35em;
    font-weight: bold !important;
    color:#2D4C80;
    margin-bottom: -10px;
}

/* Adjust the styles for the main project photo on main website */
.dgsbdcProjImage {
    max-width: 100%;
    max-height: 350px;
	min-width: 350px;
	margin: 20px 0px 10px;
	border-radius: 20px;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

/* Adjust the styles for Approved Schedule */
.dgsbdcApprovedSchedule  {
    font-weight: bold;
    font-size: 1.2em;
}

/* Adjust the styles to center text on the website */
.dgsbdcCenterText {
    text-align: center;
}

/* Adjust the styles for the Project Team panel header*/
.dgsbdcProjectPanelHeading {
    background:lightgray;
    font-weight: bold;
    color: #2D4C80;
    font-size: 1.7em;
    border-radius: 8px;
}

/* Adjust the styles for the Project Team panel body border */
.dgsbdcProjectTeamBorder {
    border: 1px solid lightgray;
    border-radius: 8px;
}

/* Adjust the style for Mont. County Govt. text in Project Team panel bobe */
.dgsbdcMcgTitle {
    font-weight: bold;
    color: #355997;
    font-size: 1.3em;
    Margin-top: 20px;
}

/* Ajdust the style for DBDC, Architect and Contractor text in Project Team panel body */
.dgsbdcSubTitle {
	color: #355997;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: -5px;
	Margin-top: 10px;
}

/* bold text   
.dgsbdcBoldText {
    font-size: 1em;
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
}
*/


/* Adjust the styles for the Section Title Text  */
.dgsbdcSectionTitle  {
    font-size: 1.5em;
    color: #940000;
    font-weight: bold;
    margin-top: 20px !important;
}

/* Adjust the styles for Contact Names on the project websites */
.dgsprojcontact {
    color: #ed130c;
    font-weight: bold;
    font-size: 1.5em;
}

.dgsprojcontact2 {
    color: #ed130c;
    font-weight: bold;
    font-size: 1.5em;
    Margin-top: 30px;
    margin-bottom: -10px;
}

/* Adjust the styles for the Discription List - dl, dt  */
.dgsbdcDescriptionList dt {
    margin-left: 15px;
    font-weight: bold;
} 

.dgsbdcDescriptionList dd {
   margin-left: 40px;
}

/* Adjust the styles for the Live Project Video block */
.dgsbdcLiveProjectVideo {
    margin: 5px;
    border-radius: 20px;
}

/* Adjust the styles for the construction images  */
.dgsbdcConstImage {
    width: 100%;
    border-radius: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Adjust the styles for discriptions of construction images */
.dgsbdcConstImageDesc {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    color: #303030;
} 

/* Adjust the styles for bottom underline */
.dgsbdcBottomMargin10 {
    margin-bottom: 10px;
}

/* Adjust the style for border bottom line for Live video and Ribbon cutting header text */
.dgsbdcBottomLine {
	margin: 10px 0px;
	border-bottom: 1px solid grey;
}	

/* Adjust the styles for tab panes */
.dgsbdcNavTabs.nav-tabs li.active a {
    color: brown;
    font-weight: bold;
    background-color: aliceblue;
    font-size: 1.2em;
}

/* dgsbdcSubHead - Child Care Renovation */
.dgsbdcSubHead {
    color: #355997;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: -5px;
	Margin-top: -20px;
}




