html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}

body {
  font-family: 'Lato', sans-serif;
  color: #4a5c38 !important;
  background-color: #f5f1ea;
}

h1, h2, h3, h4, h5 {
  font-family: 'Cormorant Garamond', serif;
  color: #7b5e45 !important;
}

#header {
	background-color: #fffefc;
}

#logo {
	height: 120px;
}

.social_icon {
	font-size: 40px;
}

.red {
	color: #7b5e45;
}

b {
	color: #7b5e45;
}

.page_title {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #7b5e45;	
}

#menu_items .nav-link {
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 10px;
	font-size: 20px;
}

#menu_items .nav-link:hover {
	color: #fffefc !important;
	background-color: #7b5e45;
}

#menu_items .nav-link:active {
	color: #fffefc !important;
	background-color: #7b5e45;
}

#menu_items .nav-link:focus {
	color: #fffefc !important;
	background-color: #7b5e45;
}

#menu_items .active {
	color: #fffefc !important;
	background-color: #7b5e45;	
}

.rounded_img{
	width: 400px;
	height: 400px;
	border-radius: 200px;
}

.hiden_image {
	display: none;
	margin-bottom: 30px;
}

.show_image {
	display: block;
}

@media screen and (max-width: 767px) {
	.rounded_img{
		width: 300px;
		height: 300px;
		border-radius: 150px;
	}

	.hiden_image {
		display: block;
		margin-bottom: 30px;
	}
	
	.show_image {
		display: none;
	}	
}
