/* For the NKU 50th anniversary container page. */
.anniversary-story {
	margin: 10px 0 10px 0;
}

.anniversary-left {
  transform: translateX(-300px);
}

.anniversary-right {
	transform: translateX(300px);
}

.anniversary-story .title {
	color: #000000;
	font-size: 36px;
}

.anniversary-story .subtitle {
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
}

.anniversary-story img {
	width: 300px;
	height: 300px;
	display: block;
	margin: 15px;
}

/** WPFORMS WPFORMSLABEL **/
.wpforms-form label{
 color:rgb(0, 0, 0)!important; 
}
 
/** WPFORMS Input Textarea **/
.wpforms-form input, .wpforms-form textarea{
 background-color:rgba(213, 213, 213)!important; 
}
 
/** WPFORMS BUTTON COLOR **/
.wpforms-form button{
 background-color:rgb(213, 213, 213)!important; 
}
 
/** WPFORMS SUBMIT BUTTON **/
button.wpforms-submit{
 color:#FFFFFF!important; 
 background-color:rgb(0, 50, 100)!important; 
}
 
/** WPFORMS SUBMIT BUTTON Hover **/
button.wpforms-submit:hover{
 color:rgb(255, 255, 255)!important; 
 background-color:rgb(249, 195,43)!important; 
}


