/*--- Header CSS ---*/
.header_container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-end;
}

.header_text_container {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.logo_img {
	width: 10%;
	height: 10%;
}

.we_chat_img {
	width: 10%;
	height: 10%;
}

.header_title_large {
	font-size: 48px;
	text-align: center;
	margin: 20px 10px 10px 10px;
	color: #00604c;
}

.header_title_medium {
	font-size: 36px;
	text-align: center;
	margin: 20px 10px;
	color: #00604c;
}

.header_title_small {
	font-size: 28px;
	text-align: center;	
	margin: -10px 10px 0px 10px;
	color: #efc500;
}

.header_contact_info_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.header_contact_info {
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	margin: 20px 50px 0px 50px;
}

.header_address {
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	margin-top: -25px;	
}

.divider {
	height: 3px;
	background-color: #efc500;
	width: auto;
	margin: 0px 20px;
	/*margin-left: 10%;
	margin-right: 10%;*/
}

.navigation_bar_container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: auto;
}

.navigation_link_container {
	background-color: #00604c;
	width: 10%;
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*border-left: 1px solid #efc500;*/
}
.navigation_link {
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}

.navigation_link:link {
	color: #ffffff;
}
.navigation_link:visited {
	color: #ffffff;
}
.navigation_link:hover {
	color: #efc500;
	font-weight: 800;
	text-decoration: underline;
}
.navigation_link:active {
	color: #ffffff;
}

#navigation_link_text_left {
	margin-right: 30px;
	font-weight: 800;
	font-size: 18px;
}

#navigation_link_text_right {
	margin-left: 30px;
	font-weight: 800;
	font-size: 20px;
}
/*----------------------*/
/*--- Home CSS ---*/
.home_container {
	margin: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.home_left_container {
	width: 800px;
	margin-right: 20px;
}

.home_right_container {
	display: flex;
	width: 600px;
	flex-flow: column;
	align-items: center;	
}

.home_headshot {
	width: 80%;
	margin-bottom: 50px;
}

.market_pulse_container {
	margin-bottom: 75px;
}
/*----------------------*/
/*--- About Me CSS ---*/

.about_container {
	margin: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.about_headshot_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.about_container_cards {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about_container_level {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.about_title_container {
	width: 40%;
}

.about_headshot_img {
	width: 300px;
}
.about_headshot_text {
	margin-left: 30px;
	width: 300px;
	font-size: 18px;
	text-align: center;
	font-style: italic;
}

.flip-card {
	width: 400px;
	height: 200px;
	border: 1px solid #fff;
}

.flip-card:hover {
	border: 1px solid #00604c;
}

.flip-card-link {
	margin: 25px 50px;
}

.about_financial_expert {
	background-image: url('img/financial_expert.jpg');
	background-repeat: no-repeat;
  	background-position: center;
  	background-size: contain;
}

.about_hardworking {
	background-image: url('img/hardworking.jpg');
	background-repeat: no-repeat;
  	background-position: center;
  	background-size: contain;
}

.about_knowledge {
	background-image: url('img/knowledge.jpg');
	background-repeat: no-repeat;
  	background-position: center;
  	background-size: contain;
}

.about_professional {
	background-image: url('img/professional.jpg');
	background-repeat: no-repeat;
  	background-position: center;
  	background-size: contain;
}

.about_end_to_end_service {
	background-image: url('img/end_to_end_service.jpg');
	background-repeat: no-repeat;
  	background-position: center;
  	background-size: contain;
}

.about_list {
	text-align: left;
}

/*----------------------*/
/*----- Selling and Buying CSS -----*/
.sb_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sb_title {
	font-size: 40px;
	text-align: center;
}

.sb_list_item {
	font-size: 20px;
}
/*----------------------*/
/*----- Selling and Buying CSS -----*/
.testimony_container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px 125px 50px;
}

.t_container_level {
	display: flex;
	justify-content: center;
	align-items: flex-start;

}

.t_container {
	width: 500px;
	margin: 20px 50px;
}

.t_date {
	font-weight: 800;
	font-size: 20px;
}

.t_text {
	font-size: 18px;
}

.t_name {
	font-style: italic;
	text-align: right;
	font-size: 16px;
}

/*----------------------*/
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

.contact_us_container {
	display: flex;
	justify-content: center;
}

/* Add a background color and some padding around the form */
.contact_form_container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}