/*------------------------------------------------------------------------*\
 * PREFIX MEANINGS
 *
 * t ............... Text Styles
 * b ............... Background Styles
 * ................. Miscellaneous Styles
 * ................. Media Query (Responsive) Styles
 *
\*------------------------------------------------------------------------*/
 
 body {background-color: #000; overflow-x: hidden; font-family: 'Atkinson Hyperlegible', sans-serif; font-weight: 400; font-style: normal;}
 a {text-decoration: none;}
 a:hover {text-decoration: underline;}
 
/*------------------------------------*\
    #TEXT STYLES
\*------------------------------------*/

.t-01 {font-size: 18px;}
.t-02 {font-size: 22px;}
.t-03 {color: #69cffe;}
.t-04 {font-family: "Fjalla One", sans-serif; font-weight: 400; font-style: normal;}

/*------------------------------------*\
    #BACKGROUND STYLES
\*------------------------------------*/

.b-01 {background-color: #1a305c;}
.b-02 {background-image: url(https://manna.amazingfacts.org/amazingfacts/website/prophecycountdown/images/pd-welcome.webp); background-size: cover; background-repeat: no-repeat; background-color: #001433; background-position: center top; min-height: 600px;}
.b-03 {background-image: url(https://manna.amazingfacts.org/amazingfacts/website/prophecycountdown/images/location.webp); min-height: 550px; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; background-color: #314151; background-position: center;}
.b-04 {background-image: url(https://manna.amazingfacts.org/amazingfacts/website/prophecycountdown/images/open-Bible.webp); background-size: cover; background-repeat: no-repeat; background-color: #001433; background-position: center top; min-height: 400px;}
.b-05 {background-image: url(https://manna.amazingfacts.org/amazingfacts/website/prophecycountdown/images/countdown-clock.webp); background-size: cover; background-repeat: no-repeat; background-color: #001433; background-position: center top; min-height: 400px;}
.b-06 {background-image: url(https://manna.amazingfacts.org/amazingfacts/website/prophecycountdown/images/city-scape.webp); min-height: 300px; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; background-color: #020418; background-position: center;}
.b-07 {background-color: #531503;}
.b-08 {background-color: #001433;}
.b-09 {background-color: #034772;}
.b-10 {background-image: url(https://manna.amazingfacts.org/amazingfacts/website/prophecycountdown/images/bkg-sub-v2.webp); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-position: center top; min-height: 680px;}

/*------------------------------------*\
    #CONTAINER STYLES
\*------------------------------------*/

.c-01 {width: 475px;}


/*------------------------------------*\
    #MISCELLANEOUS STYLES
\*------------------------------------*/

.btn-af-red {color: #fff; background-color: #ae0000; border-color: #ae0000;}
.btn-af-red:hover {text-decoration: none; background-color: #ea2316; color: #fff;}
.btn-af-blue {color: #fff; background-color: #2c358d; border-color: #2c358d;}
.btn-af-blue:hover {text-decoration: none; background-color: #4d5be1; color: #fff;}
.btn-af-orange {color: #fff; background-color: #e66c00; border-color: #e66c00;}
.btn-af-orange:hover {text-decoration: none; background-color: #ff7800; color: #fff;}
.play-btn {font-size: 25px;left: 0;top: -8px;}
.anchor {display: block; position: relative; top: -150px; visibility: hidden;}
.afType {display: none;}
.dnBtn {padding: 12px 35px; font-size: 18px; border-radius: 3px; margin: 10px auto; background-color: #2979ff; color: #ffffff; border: none; outline: none; cursor: pointer; display: block;}
.plyrPad {padding-top: 94px;}
.txtShdw {text-shadow: 3px 3px 5px #000;}
.tWidth {max-width: 600px;}
#tRex {top: -94px !important;}
#translation {top: -40px !important;}


/*------------------------------------*\
    #MEDIA QUERY (RESPONSIVE) STYLES
\*------------------------------------*/
	
/* Small devices (landscape phones, less than 885px) ----------- */
@media (max-width: 725px) 
{
	#pgTitle {display: none;}
}