.bb-top {
    position: relative;
    height: 100vh;
	/*height:-moz-calc(100vh - 0px);
    height:-webkit-calc(100vh - 0px);*/
    display: inline-flex;
    margin-left: auto;
    margin-right: auto; 
}

.bb-content {
    height: 100vh;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
}

.bb-mid {
	margin: auto;
	margin-right:50px;
	margin-left:50px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
}




.bb-logo {
	max-width: 100%;
	margin-bottom: 50px;
}

body {
	margin: 0px;
	background: #e62975;  
    background: -webkit-linear-gradient(#e62975, #c41b16);
    background: -o-linear-gradient(#e62975, #c41b16);
    background: -moz-linear-gradient(#e62975, #c41b16);
    background: linear-gradient(#e62975, #c41b16);

}

.body-innerwrapper {
	overflow:hidden;
}

.bb-hide {
	display: none;
}

.entry-header {
	margin: 0px;
}

article.item {
	margin-bottom: 0px;
}

.bb-form {
	position: fixed;
	top: 0;
}

.bb-tag {
	font-size: 36px;
	line-height: 48px;
	font-style: italic;
	font-weight: 400;
	margin: auto;
	vertical-align: middle;
	max-height: 100vh;
}