/* new logo in header */

.nav-main .logobox {
	max-width: 200px;
	margin-top: -25px;
}

.nav-main .logobox .site-logo {
	width: 200px;
}

@media screen and (min-width: 1280px) {
	.nav-main .logobox .site-logo {
		width: 200px;
	}
}

/* font style home hero */

.home .site-hero .title {
	font-size: 40px;
	text-transform: uppercase;
}

.home .site-hero .r4c_donatebox .title {
	font-size: 21px;
}

.home .site-hero .subtitle {
	font-size: 20px;
}

@media (min-width: 1280px) {
	.home .site-hero .title {
		font-size: 50px;
	}
	
	.home .site-hero .r4c_donatebox .title {
		font-size: 21px;
	}
	
	.home .site-hero .subtitle {
		font-size: 30px;
	}
}

/* new logo in footer */

.site-footer > .content-wrapper {
	box-sizing: border-box;
}

.site-footer .logobox {
	width: 387px;
	max-width: 100%;
}

.site-footer .logobox .site-logo {
	display: block;
	max-width: 100%;
	height: auto !important;
}

/* instagram feed */

.sbi_story .sbi_header_link .sbi_header_img,
.sbi_story .sbi_header_link:hover .sbi_header_img {
	padding: 0 !important;
}

/* logo bar responsive fix */

@media (max-width: 736px) {
	.block-banner-logo .gr-6 {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}
	
	.banner-wrapper {
		display: block;
	}
}
