/*
Theme Name:     Twenty Seventeen Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Seventeen theme
Author:         VDG Websites
Author URI:     http://www.vdgwebsites.nl
Template:       twentyseventeen                    
Version:        0.1.0
*/

@import url("../twentyseventeen/style.css");

.site-footer {
	background-color: #a7ffe2;
}

.navigation-top, .menu {
	background-color: #a7ffe2 !important;
}

.site-branding {
	padding: 1.5em 0;
}

.myButton {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background-color:#ffe843;
	border-radius:9px;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:16px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}
