@charset "ISO-8859-1";

@media screen and (min-width:1281px)
{
    .bodyHomePg {
/*      background-color:#dcd0ff; */
        background-color:#5cb3ff;
    }

    .txtCenter {
        text-align:center;
    }

    .txtSubTitle {
        text-align:center;
	     font-size:20px;
	     font-weight:bold;
    }

    .tblCenter {
	     margin-left:auto;
    	  margin-right:auto;
    }

    .tblLmbBtns {
 	     margin-left:auto;
	     margin-right:auto;
	     border-spacing:80px 0px;
    }

    .tblBlurb {
 	     margin-left:20%;
	     margin-right:20%;
	     font-size:20px;
    }

    .tblChapters {
  	     margin-left:auto;
	     margin-right:auto;
	     border-spacing:80px 0px;
    }

    .tblChaptersOkAsIs {
  	     margin-left:auto;
	     margin-right:auto;
	     border-spacing:80px 0px;
    }

    .btnLmb {
	     height:36px;
	     font-size:18px;
    }

    .btnChapter {
	     height:60px;
        width:256px;
	     font-size:18px;
    }

    .fontBold {
	     font-weight:bold;
    }

    .fontSizeEmail {
	     font-size:20px;
    }
}

@media screen and (max-width:1280px)
{
    .bodyHomePg {
/*      background-color:#dcd0ff; */
        background-color:#5cb3ff;
    }

    .txtCenter {
        text-align:center;
    }

    .txtSubTitle {
        text-align:center;
	     font-size:16px;
	     font-weight:bold;
    }

    .tblCenter {
	     margin-left:auto;
    	  margin-right:auto;
    }

    .tblLmbBtns {
 	     margin-left:auto;
	     margin-right:auto;
	     border-spacing:80px 0px;
    }

    .tblBlurb {
        margin-left:12px;
	     margin-right:8px;
	     font-size:18px;
    }

    .tblChapters {
	     text-align:center;
	     display:block;
	     border-spacing:8px 0px;
    }

    .tblChaptersOkAsIs {
 	     margin-left:auto;
	     margin-right:auto;
	     border-spacing:8px 0px;
    }

    .tdChapter {
	     display:inline-block;
	     margin-left:4px;
	     margin-right:4px;
    }
   
    .tdChapterAlone {
        margin-top:48px;
	     display:inline-block;
    }
   
    .btnLmb {
	     height:60px;
	     font-size:20px;
    }

    .btnChapter {
	     height:66px;
	     font-size:18px;
    }

    .fontBold {
	     font-weight:bold;
    }

    .fontSizeEmail {
	     font-size:20px;
    }
}
