body {
    background-image: url("images/Wellspring1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background: no-repeat center center cover;
	height: 100%;
}

/* Wellspring Index Styling */

#Wellspring_Sermons{
	font-size: 24px;
}

	#Wellspring_Sermons a{
		color: white;
	}
	
	#Wellspring_Sermons a:hover{
		color: yellow;
	}
	
	#Wellspring_Sermons li{
		list-style-type: circle;
	}
	
	#Wellspring_Sermons li{
		color: white;
	}
	
	#Wellspring_Sermons li:hover{
		color: yellow;
	}
	
#page_logo{
	color: white;
	margin-top: 50px;
	font-size: 28px;
	width: 35%;
	text-decoration: underline overline;
}
	
/* Index Properties */

.Sermons{
	color: white;
	width: 35%;
	font-size: 24px;
}

	.Sermons a{
		color: white;
	}

	.Sermons a:hover{
		color: yellow;
	}
	
.Thumbnail{
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
}
    
    .Thumbnail:hover {
        transform: scale(1.1)
    }