/* SITE BRANDING START */
.custom-logo {
  padding: 0px;
}

.site-branding.top_img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.site-branding.box_top {
  display: table;
  width: 100vw;
  height: 100vh;
	min-height: 100vh;
}

.site-branding .main {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.site-branding .main-branding {
	display:inline-block;
	vertical-align: middle;
  margin-left: 20px;
}

.site-branding h1.site-title {
  display:inline-block;
	padding-top: 0px;
	padding-bottom: 0px;
}

.site-branding h1.site-title a {
	font-size: 72px;
	color: #000000;
	letter-spacing: 10px;
	text-decoration: none;
}

.site-branding p.site-description {
  width: 100%;
  padding-top: 20px;
	padding-bottom: 0px;
	font-size: 20px;
	color: #000000;
	letter-spacing: 8px;
}
/* SITE BRANDING END */

@media (max-width: 896px) {

	/* SITE BRANDING START */
	.custom-logo {
		width: 80%;
	}

	.site-branding .main-branding {
		margin-left: 0px;
	}

	.site-branding h1.site-title a {
		font-size: 58px;
	}

	.site-branding .site-description {
		font-size: 18px;
	}
	/* SITE BRANDING END */

}

@media (max-width: 575px) {

  /* SITE BRANDING START */
	.custom-logo {
		width: 50%;
	}

	.site-branding h1.site-title a {
		font-size: 28px;
	}

	.site-branding .site-description {
		font-size: 12px;
	}
  /* SITE BRANDING END */

}
