.custom-logo {
	max-width: 70%;
}

.wpcf7 {
	background-color: white;
	color: black;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
}

.wpcf7-form-control {
	border: 1px solid black;
	background-color: white;
}

/*---------------------------------------------------------
4. Elements (_elements.scss)
-------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 11px 0;
	margin: 1.1rem 0;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 a,
a h1,
h2 a,
a h2,
h3 a,
a h3,
h4 a,
a h4,
h5 a,
a h5,
h6 a,
a h6 {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: normal;
	line-height: 1.2;
}

h2, h3, h4, h5, h6 {
	font-size: 24px;
	font-size: 2.4rem;
}

/*---------------------------------------------------------
 Detail (_scaffolding.scss)
-------------------------------------------------------- */
body {
	background-color: white;
	font-size: 17px;
	font-size: 1.7rem;
	text-rendering: optimizeLegibility;
}

body.boxed .site-wrapper {
	max-width: 1024px;
}

@media screen and (min-width: 800px) {
	body.boxed .site-wrapper {
		max-width: 1144px;
	}
}

.site-main [class*="navigation"] {
	overflow: hidden;
	padding: 0 0 44px;
	padding: 0 0 4.4rem;
}

.site-wrapper,
.site-main {
	width: 100%;
	margin: 0 auto;
}

.container,
.infinite-footer-container,
.page-template-template-builder-php .entry-content > .twitter-share {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 32px;
	padding: 0 3.2rem;
}

body,
button,
input,
select,
textarea {
	color: black;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	line-height: 1.2;
}

pre,
code,
input,
textarea {
	font: inherit;
}

/*---------------------------------------------------------
 Title and tagline (_scaffolding.scss)
-------------------------------------------------------- */
.site-title {
	margin: 0;
	color: #171717;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
}

.site-title a {
	color: #171717;
	font-weight: bold;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
}

.no-site-tagline .site-title {
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

@media screen and (min-width: 800px) {
	.site-branding {
		float: left;
		max-width: 50%;
	}
	
	.branding-right .site-branding {
		float: right;
	}
}

.site-description {
	display: block;
	margin: 11px 0 22px;
	margin: 1.1rem 0 2.2rem;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	letter-spacing: .1rem;
	text-transform: uppercase;
}

.site-description a {
	text-decoration: none;
}

.site-description a:hover,
.site-description a:focus {
	text-decoration: none;
}

/*---------------------------------------------------------
Code (_elements.scss)
-------------------------------------------------------- */
tt,
kbd,
pre,
code,
samp,
var {
	padding: 4px 6px;
	padding: .4rem .6rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #eaecee;
	font-family: "Century Gothic", Monaco, monospace;
}

pre {
	overflow: auto;
	max-width: 100%;
	margin: 22px 0;
	margin: 2.2rem 0;
	padding: 33px;
	padding: 3.3rem;
	line-height: 1.7;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
}

div .footer-text a, .footer-text {
	font-size: 1px;
	color: white;
}