


.weeklyVid {
	width: 100%;
	max-width: 600px;
	margin: auto;
}

video{
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: auto;
    
}

.weeklyVid iframe {
    width: 100%;
    margin: auto;
}

.saTitle {
	width: 100%;
	margin: auto;
	text-align: center;
}

.sermonArchive {
	width: 100%;
	max-width: 600px;
	margin: auto;
	border: lightgreen solid 1px;
	border-radius: 15px;
}

.saButton {
	width: 60%;
	max-width: 200px;
	background-color: lightgreen;
	border-radius: 5px;
	margin: auto;
	text-align: center;
	font-weight: 600;
}
.saButton input {
	height: 45px;
	background-color: lightgreen;
	border: none;
	cursor: pointer;
}



.qtTitle {
	width: 100%;
	margin: auto;
	text-align: center;
}

.qt {
	width: 100%;
	max-width: 600px;
	margin: 2em auto;
	border: lightgreen solid 1px;
	border-radius: 15px;
	text-align: center;
}

.qtButton {
	width: 60%;
	max-width: 200px;
	background-color: lightgreen;
	border-radius: 5px;
	margin: auto;
	text-align: center;
	font-weight: 600;
}

button {
	width: 60%;
	max-width: 200px;
	background-color: lightgreen;
	border-radius: 5px;
	margin: auto;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
}
