@charset "UTF-8";

body{
	font-family: "Montserrat", sans-serif;
	background: #F7F7F7;
}

a{
	text-decoration: none;
}

/* Custom Styles */
.body_index{
	background: #DDD4F3;
	margin-top: 150px;
}

.gray_square{
	background-color: #F7F7F7;

}

.navigation_name{
	color: #000000;
	font-weight: 600;
}

.bi_clr{
	color: #5B3C90;
}

.white_seperator{
	border:.5px solid; 
	color: #FFFFFF;
	opacity: .25;
}

.btn_gray{
	background-color: #E0E0E0;
}

.btn_gray:hover{
	color: #000000;
	background-color: #F7F7F7;
}

.btn_purple{
	color: #000000;
	background-color: #DDD4F3;
}

.text_body{
	color: #FFFFFF;
	font-style: normal;
	font-weight: 300;
}

.nav-link{
	color: #000000;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav_link:hover{
	color: #DDD4F3;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.type_project_1{
	/* margin-bottom: 36px;*/
    background: url("images/type_project_1_1000x1000.jpg");
	font-size: 20px;
    background-size: cover;
	min-height: 400px;
    /* background-position: center;*/
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 150px;
}