@charset "UTF-8";

body {
	width:100%;
	/*background-color:#B8FFCD;
	background-image:url(../img/bkgd/5756-pageBkgd.png);
	background-repeat:repeat-y;
	background-size:100%;*/
}
iframe, object, embed  {
	max-width: 100%;
}


.center-text {
	text-align:center;
}

.bullet_indent {
	margin-left: 20px !important;
}

img a {
	border:none;
}

p, h1, h2, h3, h4, h5, h6 {
	padding-top:0px;
	padding-bottom:0px;
	margin:0px !important;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Tinos", serif;
  font-weight: 400;
  font-style: normal;
}

p {
	font-size:1.0em;
    font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:"wdth" 100;
}



/* DESKTOP + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
.txt_1 p, .books p {
    line-height: 1.5em;
    font-size: 1.3em;
    padding-bottom: 6px;
}
.txt_1 h1 {
    font-size: 3.0em;
    margin-bottom: 50px !important;
    padding-top: 50px !important;
}
.txt_1 h2 {
    font-size: 1.65em;
    padding-bottom: 20px;
}
.txt_2 {
    background-color: #0F008B;
}
.txt_2 p, .txt_2 h2 {
    color: #FFF;
}
.txt_1 a, .txt_1 a:visited {
    text-decoration: none;
    color: rgba(205,16,32,1.00);
    text-decoration-style: dotted;
    text-decoration-skip: ink;
    transition: .3s;
    text-decoration-line: underline;
}
.txt_1 a:hover {
    color: rgba(247,206,2,1.00);
}
.menu {
    background-color: #F7CF00;
    border-bottom: #CC111F solid 4px;
    border-top:  #CC111F solid 4px;
    color: #fff;
    border-collapse: collapse !important;
}
.footer {
    margin-top: 50px;
    border-top:  #CC111F solid 4px;
}
.hide_mobile {
    display: block;
}
.hide_desktop {
    display: none;
}
.support_btn a, .support_btn a:visited {
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #CC111F;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F7CF00;
    font-size: 1.5em;
    transition: .3s;
    text-align: center;
    max-width: 800px;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.support_btn a:hover {
    background-color: #CC111F;
    color: #F7CF00;
}

.books_btn a, .books_btn a:visited {
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #CC111F;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F7CF00;
    font-size: 1.5em;
    transition: .3s;
    text-align: center;
}
.books_btn a:hover {
    background-color: #CC111F;
    color: #F7CF00;
}


.books h2 {
    color: #CC111F;
    font-size: 1.75em;
}
.books h4 {
    font-size: 1.3em;
    padding-bottom: 10px;
    font-style: italic;
}
.books_border {
    border-bottom: #CC111F solid 4px;
     margin-bottom: 50px;
}
 .header_common {
    border-bottom: #CC111F solid 4px;
    
}






/* MOBILE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-width: 0px) and (max-width: 600px) {

.hide_mobile {
    display: none;
}
    .hide_desktop {
        display: block;
}
    .txt_1 h1 {
    font-size: 3.0em;
    margin-bottom: 10px !important;
    padding-top: 10px !important;
}

}

/* TABLET + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.hide_mobile {
    display: block;
}
    .hide_desktop {
    display: none;
}

	
	
}