/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/

html {overflow-x: hidden;}
body {margin: 0px; padding: 0px; overflow-x: hidden; font-size: 16px;}

 
/*------------------------------------*\
    #TEXT STYLES
\*------------------------------------*/

.t-01 {line-height: 20px; font-size: 14px; }
.t-02 {line-height: 110px; font-size: 100px;}
.t-03 {line-height: 70px; font-size: 60px;}
.t-04 {color: #2eb872 !important;}
.t-05 {text-shadow: 7px 7px 10px #000;}


/*------------------------------------*\
    #BACKGROUND STYLES
\*------------------------------------*/

.b-01 {background-image: url(https://manna.amazingfacts.org/amazingfacts/website/sabbathtruth/images/skin/pg-hdr-bkg.webp); background-size: cover; height: 321px;}
.opac-7 {background-color: rgba(0, 0, 0, .7) !important;}
.opac-8 {background-color: rgba(0, 0, 0, .8) !important;}
.opac-9 {background-color: rgba(0, 0, 0, .9) !important;}

/*------------------------------------*\
    #MISCELLANEOUS STYLES 
\*------------------------------------*/
	

.aud-plyr {text-align: center; margin: 0px 20px 15px 0px; background-color: black;}
.aud-poster {width: 100%;}
.aud-plyr-2 {width: 100%;}
.anchor {scroll-margin-top: 100px;}
.afType {display: none;}
.dropdown-toggle::after{display: none !important;}
.quote {height: 100px; width: 60px; right: 55px; top: 15px; font-size: 85px; background: #2eb872;}
.img-position {object-position: -150px;}


/*------------------------------------*\
    #MEDIA QUERY (RESPONSIVE) STYLES
\*------------------------------------*/

@media only screen and (max-width : 960px) 
{
	.t-02 {line-height: 70px; font-size: 60px;}
	.t-03 {line-height: 50px; font-size: 40px;}
}

@media only screen and (max-width : 725px) 
{
    .b-01 {background-image: url(https://manna.amazingfacts.org/amazingfacts/website/sabbathtruth/images/skin/pg-hdr-bkg-mobile-b.webp); height: 350px;}
	.t-02 {line-height: 60px; font-size: 50px;}
	.t-03 {line-height: 40px; font-size: 30px;}
}