body { 
    background: url(../images/Be_In_Position_Kevin1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
    }
	
	.Sermons{
	    font-size: 25px;
	    display: table;
        margin: 0 auto;
    }

	.Sermons a{
		color: white;
	}

	.Sermons a:hover{
		color: #63BAFF;
	}

    .button {
    font: bold 25px Times New Roman;
    display: table;
    margin: 0 auto;
    text-decoration: underline;
    background-color: #464646;
    color: black;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid gray;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid gray;
    }
    
    .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)
    }