/*
 Theme Name:   Zoomies
 Description:  Theme for Zoomies Canine Services
 Author:       Markus Ackermann
 Author URI:   https://acky.de
 Version:      1.0
 */

body.custom-background {
	background-size: 65%;
	color: rgb(40, 48, 61);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #d0cdc6;
    background-image: url("oti_background.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

#page {
	text-align: center;
	margin: 60px 0;
}

#page .site-title {
	display: none;
}

.site-header {
	padding-bottom: 50px;
	border: none;
}

.site-logo .custom-logo {
	max-width: 280px;
}

.site-description {
	font-size: 90%;
	letter-spacing: 2px;
	margin-top: 20px;
}

.site-branding {
	margin-right: 0;
	margin-top: 4px;
	width: 100%;
	text-align: center;
	max-width: 100%;
}

.site-main {
	color: #666058;
	width: 400px;
	margin: 50px auto 20px auto;
}

.site-main {
	line-height: 160%;
}