/*-------------------------------------------------------------------index.html styling begins--------------------------------------------------*/
.fixed-top-row{
	background-color: #151148;
	padding: 20px;
}

.fixed-top-heading{
	text-align: center;
	color: #e0c591;
}

.after-fixed-top-row{
	padding-top: 140px;
}

@media only screen and (max-width: 768px) {
    /* For mobile: */
    .after-fixed-top-row{
	padding-top: 200px;}
}
/*-------------------------------------------------------------------index.html styling ends--------------------------------------------------*/

/*-------------------------------------------------------------------answer-key.html styling begins--------------------------------------------------*/
a.btn.btn-link{
	text-decoration: none;
	padding: 10px 100px;
}

/*-------------------------------------------------------------------answer-key.html styling ends--------------------------------------------------*/

/*-------------------------------------------------------------------masterchoice-answer-key.html styling begins--------------------------------------------------*/
button.btn.btn-link {
    text-decoration: none;
    padding: 10px 100px;
}

/*-------------------------------------------------------------------masterchoice-answer-key.html styling ends--------------------------------------------------*/
