@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
html, body	{
	height : 100%;
	}
body	{
	background : white;
	margin : 0px;
	}
body	{
	font-family : 'Roboto', calibri, verdana, arial, san-serif;
	color : black;
        color: #757575;
	font-size : 11pt;
	font-weight:300;
	}

a	{
	text-decoration : none;
	color : black;
color: #757575;
	}

h1, h2, h3	{
	font-family : 'Roboto', calibri, verdana, arial, serif;
	color : black;
	color: #757575;
	font-weight : normal;
	}
h1	{
	font-size : 1.4em;
	}
h2	{
	font-size : 1.2em;
	}
h3	{
	font-size : 1.1em;
	}

.header	{
	background : #ffffff; 
	width : 100%;
	height : 40%;
	height : auto;
	text-align : center;
	margin-bottom : 40px;
	}
.logo	{
	height : 290px!important;
	}
.index_header	{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	top: 0px;
	left: 0px;
	background: #ffffff;
	width: 100%;
	height: 100%;
	}
.index_center 	{
	width : 100%;
	text-align: center;
	}
.index_center img	{
	width: 100%;
	max-width: 200px;
	}


.header img	{
	height : 100%;
	margin : 10px auto;
	}
.content	{
	margin : 0px auto;
	width : 90%;
	}


.columns	{
	display : flex;
	flex-direction : row;
	justify-content : space-between;
	align-items : flex-start;
	}
.columns_vertical_center	{
	align-items : center;
	
	}
.two_cols	{
	width : 49%;
	margin : 10px 0px;
	}
.two_thirds	{
	width : 74%;
	max-width : 74%;
	margin : 10px 0px;
	}
.one_third	{
	width : 24%;
	max-width : 24%;
	margin : 10px 0px;
	}
.gallery	{
	display : flex;
	flex-direction : row;
	flex-wrap : wrap;
	justify-content : space-around;
	align-items : flex-start;
	margin : 0px auto;
	width : 100%;
	}
.info_image	{
	width : 800px;
	height : auto;
	margin : 10px;
	}
.info_image img	{
	width : 100%;
	height : auto;
	}

.charity_link	{
	display : flex;
	flex-direction : row;
	justify-content : :flex-start;
	align-items : center;
	
	}
.charity_link div:first-child 	{
	width : 230px;
	}
.charity_link div:last-child::before 	{
	content : "  ";
	}
.charity_links div img	{
	max-width : 100%;
	}

@media screen and (max-width: 1800px) {
  .info_image	{
	width : 600px;
	}
}

@media screen and (max-width: 1400px) {
  .info_image	{
	width : 500px;
	}
}

@media screen and (max-width: 1000px) {
  .info_image	{
	width : 400px;
	}

}
@media screen and (max-width: 900px) {
  .gallery	{
	flex-direction : column;
	}
  .info_image	{
	width : 100%;
	}
}
