/*
 * Styles for the Gilead Blind Angels Home "page"
 *
 */

body {
	font-family: 'Avenir';
	font-weight: 400;
	line-height: 1.36;
	color: #010101;
}

/* Typography */
.gba-pre-title {
	font-size: 22.5px;
	line-height: 1.37;
	text-transform: uppercase;
	font-family: 'Avenir';
	font-weight: 500;
	letter-spacing: 0.2em;
}

.gba-page-title {
	font-size: 35px;
	line-height: 1.36;
	text-transform: uppercase;
	color: #C5203F;
	font-family: 'Avenir';
	font-weight: 600;
	letter-spacing: 0.088em;
}

p {
	font-size: 16px;
	line-height: 1.38;
}

p:not(:last-child) {
	margin-bottom: 25px;
}

/* Buttons */
.gba-btn {
	display: inline-block;
	text-transform: uppercase;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
}

/* Home Wrap */
.gba-home {
	display: flex;
	flex-direction: row;
	min-height: 100vh;
}

/* CTA Sidebar */
.gba-cta-sidebar {
	background-color: #F3F3E6;
	flex: 1 0 320px;
	padding: 146.5px 27.5px 69px 27.5px;
	display: flex;
	flex-direction: column;
}

.gba-cta-sidebar-btn {
	background-color: #000000;
	color: #ffffff;
	font-weight: 600;
	font-size: 32.5px;
	line-height: 1.36;
	padding: 19px 23px;
}

.gba-cta-sidebar img {
}

.gba-cta-sidebar .gba-pre-title {
	margin-bottom: 12px;
}

.gba-cta-sidebar .gba-page-title {
	margin-bottom: 28px;
}

.gba-sidebar-logo {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/* Main Content */
.gba-content {
	background-image: url('../img/gilead-blind-angels-home-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.gba-content-inner {
	padding: 0 27.5px 32.5px 27.5px;
	background: linear-gradient(to bottom, rgba(255, 252, 252, 0), rgba(254, 255, 255, 0.8));
}

.gba-content-card {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 25px;
}
