/*
 Theme Name:   Toujours Child
 Theme URI:    https://wordpress.com/themes/toujours/
 Description:  Toujours Child Theme
 Author:       Automattic
 Author URI:   http://automattic.com/
 Template:     toujours
 Version:      1.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive
 Text Domain:  toujours-child
*/

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Alegreya Sans", "Helvetica Neue", Helvetica, sans-serif;
/* Original: Merrywater und andere Schriftarten */
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
}


.site-title a:hover {
/* Original:	color: #666;*/
	color: #01a044;
}

.main-navigation a {
	color: #333;
	display: inline-block;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}

#colophon h3 {
	color: #ccc;
	font-size: 24px;
	font-weight: 500;
}
