/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}

.module .module-title { color: #006331;}

h1 { color: #006331; font-family: "OpenSans";}

h2,h3 { color: #006331; font-family: "OpenSans";}

.title a { color: #5D4F83; font-family: "OpenSansLight";}

.title a:hover { color: #A82D10; font-family: "OpenSansLight";}

hr, ul { margin: 0px 0; }

#system .items .item .socialbuttons { display: none; }
