/* CSS Document */

body {
font-family: 'Libre Baskerville', serif;
color: #333;	
}


p {
font-size: 0.9rem;
}

a, a:hover {
color: #333;
text-decoration: none;
}

h1,h2,h3,h4,h5 {
font-family: 'Libre Baskerville', serif;		
}

h1 {
padding: 50px 0px 40px 0px;	
font-size: 1.75rem;
}


h2 {
font-size: 1.5rem;
padding-bottom: 30px;
font-style:italic;
}

.text_small {
font-size: 0.75rem;	
}

.image_index {
margin-bottom: 30px;	
}

.clear_50 {
height:50px;
clear: both;	
}

.card {
border-radius: 0px;
border:none;	
}
	