/*
 Theme Name: EBIG child theme
 Description: The custom theme EBIG child theme using the parent theme Twenty Seventeen.
 Author: EBIG
 Author URI: EBIG.biz
 Template: twentyseventeen
 Version: 1
*/

.site-info {
	text-align: center;
	width: 100%;
}
.home .post-12 .entry-header {
	display: none;
}
.page .panel-content .entry-title, 
.page-title, 
body.page:not(.twentyseventeen-front-page) .entry-title {
	font-size: 2.5rem;
	line-height: 2.75rem;
}
.site-header .menu-scroll-down {
	top: -1rem;
	transform: translateX(-50%);
	right: auto;
	left: 50%;
}
.entry-header {
    text-align: center;
}
.page .panel-content .entry-title, 
.page-title, 
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #b76e11;
}
button, input[type="button"], input[type="submit"] {
	background-color: #3f5891;
}
/*button:hover, 
button:focus, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus {
	background-color: #3f5891;
}
*/


/* liquid buttons*/
.liquid-button {
  margin: auto;
}
.liquid-button path {
  cursor: pointer;
}
button[type="submit"],
button[type="submit"]:hover,
button[type="submit"]:focus,
button[type="submit"]:active {
	background-color: transparent;
}
b, strong {color: #b76e11;}