.masthead {
	/* 	background-image: url('https://www.columbusstate.edu/landing/images/csu/art-studios.jpg') !important; */
	height:calc(55vh - 131px) !important;
	background-size:cover;
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

#intro p {
	font-size: 1.25rem;
	font-weight: 300;
}

@media only screen and (max-width: 768px) {
	.masthead {
		height: 100% !important;
	}
}

.container {
	padding-left: 30px;
	padding-right: 30px;
}

.main-section .nav-link {
	background-color: #F0F0F0;
}

.bg-light-gray {
	background-color: #F5F5F5;
}

.social-list li {
	display: inline;
}

.text-shadow {
	text-shadow: 2px 2px 6px #000
}

.form-bg {
	background-color: #ffffff;
	padding: 20px;
	width: 100%;
	float: right;
	border: 5px solid #E17D00;
}

.large-lead {
	font-size: 2rem;
}

/* Forms Styles */
#tfa_931 {
	margin-top: 0;
}

#tfa_12,
*[id^="tfa_12["],
#tfa_11,
*[id^="tfa_11["],
#tfa_20,
*[id^="tfa_20["] {
	width: 100% !important;
}

#tfa_20-D,
*[id^="tfa_20["][class~="field-container-D"] {
	width: 100% !important;
}

div#tfa_874-D {
	width: 100%;
}

input[type=submit] {
	background-color: #003366;
	color: #FFFFFF !important;
	/* 	border: 0; */
	padding: 10px 20px;
	margin: auto;
	display: block;
	width: 200px;
	height: 50px;
	font-family: 'gotham', sans-serif;
	font-weight: 700;
	margin-top: 40px;
}