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

/* Wellspring Sermons Styling */

#Wellspring_Sermons{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

	#Wellspring_Sermons a{
		color: white;
	}
	
	#Wellspring_Sermons a:hover{
		color: orange;
	}
	
	#Wellspring_Sermons a:active{
		outline: none;
	}
	
	#Wellspring_Sermons ul{
		list-style-type: circle;
	}
	
	#Wellspring_Sermons li{
		color: white;
	}
	
	#Wellspring_Sermons li:hover{
		color: orange;
	}
	
#page_logo{
	color: white;
	margin-top: 50px;
	font-size: 22px;
	margin: 0px 0px 0px 10px;
	width: 50%;
	text-decoration: underline overline;
}
	
#wss_page_logo{
	width: 150px;
	height: 150px;
	float: left;
	margin: 5px 0px 0px 40px;
}
	
	#wss_page_logo img{
		width: 100%;
		height: 100%;
	}
	
	#page_logo_bottom{
		color: white;
		margin-top: 50px;
		font-size: 8px;
		margin: 0px 0px 0px 15px;
		width: 70%
	}
	
/* Sermons */

.Sermons{
	color: white;
	width: 50%;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

	.Sermons a{
		color: white;
	}

	.Sermons a:hover{
		color: orange;
	}
	
	.Sermons a:active{
		outline: none;
	}
	
.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)
    }