/*------------------------------------------------------------------------*\
 * 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;}
.t-05 {direction: rtl;}
.t-06 {bottom: 17%; left: 7%; text-shadow: 2px 2px 12px #000;}
.t-07 {font-size: 25px;}
.t-08 {font-size: 25px;}
.t-09 {font-size: 25px;}
.t-10 {bottom: 17%; right: 6%; text-shadow: 2px 2px 12px #000;}

/*------------------------------------*\
    #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;}
.b-11 {background-image: url(https://manna.amazingfacts.org/amazingfacts/website/prophecycountdown/images/pd-welcome-ltr.webp); background-size: cover; background-repeat: no-repeat; background-color: #001433; background-position: center top; min-height: 600px;}
.b-12 {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: 500px;}

/*------------------------------------*\
    #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 !important;}
.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
\*------------------------------------*/

@media (min-width: 3440px) 
{
	.t-06 {bottom: 10%; left: 9.5%;}
    .t-07 {font-size: 45px;}
    .t-08 {font-size: 45px;}
    .t-09 {font-size: 45px;}
    .t-10 {bottom: 10%; right: 9.5%;}
}

@media (max-width: 2560px) 
{
	.t-06 {bottom: 20%; left: 8%;}
    .t-07 {font-size: 40px;}
    .t-08 {font-size: 40px;}
    .t-09 {font-size: 40px;}
    .t-10 {bottom: 20%; right: 6.5%;}
}

@media (max-width: 1920px) 
{
	.t-06 {bottom: 15%; left: 7%;}
    .t-07 {font-size: 30px;}
    .t-08 {font-size: 30px;}
    .t-09 {font-size: 30px;}
    .t-10 {bottom: 12%; right: 6%;}
}


/* Small devices (landscape phones, less than 885px) ----------- */
@media (max-width: 725px) 
{
	.t-06 {bottom: 3%; left: 10%;}
    .t-07 {font-size: 17px;}
    .t-08 {font-size: 16px;}
    .t-09 {font-size: 14px;}
    .t-10 {bottom: 3%; right: 9%;}
    #pgTitle {display: none;}
}