@font-face {
	font-family: "CinzelD";
	src:
	  local("CinzelD.ttf"),
	  url("CinzelD.ttf");
}

@font-face {
	font-family: "Cinzel";
	src:
	  local("Cinzel.ttf"),
	  url("Cinzel.ttf");
}

  
@font-face {
font-family: "BrightonBold";
src:
	local("BrightonBold.ttf"),
	url("BrightonBold.ttf");
}

@font-face {
    font-family: "Marcellus";
    src:
        local("MarcellusSC-Regular.ttf"),
        url("MarcellusSC-Regular.ttf");
}


@font-face {
    font-family: "Mate";
    src:
        local("MateSC-Regular.ttf"),
        url("MateSC-Regular.ttf");
}


@font-face {
    font-family: "Roboto";
    src:
        local("Roboto.ttf"),
        url("Roboto.ttf");
}
@font-face {
    font-family: "Tangerine";
    src:
        local("Tangerine-Bold.ttf"),
        url("Tangerine-Bold.ttf");
}


@font-face {
    font-family: "Poppins";
    src:
        local("Poppins-Regular.ttf"),
        url("Poppins-Regular.ttf");
}

@font-face {
    font-family: "Adamina";
    src:
        local("Adamina.ttf"),
        url("Adamina.ttf");
}

/* In a strange twist of fate, most center tags must align left to look good*/
center {
    text-align: left;
}


/* Old CSS */

a:link {
    color: red;
}

a:visited {
    color: #B59410;
}

a:hover {
	
	text-shadow: rgb(255, 0, 0) 1px 0 20px;
	-webkit-transition: text-shadow 0.3s ease;
	-moz-transition: text-shadow 0.3s ease;
	-o-transition: text-shadow 0.3s ease;
	transition: text-shadow 0.3s ease;
}

img:hover:not(.homebutton):not(.ui-menubtn) {
	transform: scale(1.25);
	transition: transform 0.3s ease;
}

.virtuetitle {
	font-family: 'Cinzel', serif;
	color: lightblue;
	font-weight: 600;
	font-size:1.5rem;
	text-align: center;
}

.virtuetext p {
	/*line-height: 1.5;*/
	color: lightblue;
	font-size: 18px;

	margin-left: auto;
	margin-right: auto;
	width: 65%;
	font-family: serif;
	font-weight: 500;
	text-align: center;
}

.virtuetext-prayer p {
    color: lightblue;
    font-size: 20px;
    /*font-weight: bold;*/
    margin-top: 10px;
    font-family: 'Cinzel';
    font-style: italic;
	text-align: center;
}

.virtuetext-prayer-title {
    font-family: 'Cinzel';
    font-weight: 600;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 20px;
	text-align: center;
    
}

.virtuetext-numeral {
	font-family: arial;
	font-size: 30px;
	margin-bottom:10px;
	text-align: center;
	margin-top: 60px;
}



#JoSClergyPriests {
	text-align: center;
	margin-bottom: 35px;
}

#Guardians {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}

a:active {
    color: #ca226b;
}

p {
    margin-left: 120px;
    margin-right: 120px;
    line-height: 1.5;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    font-weight: 400;
}

B {
    line-height: 1.5;
}

TABLE {
    line-height: 1.5;
}

OL {
    margin-left: 150px;
    margin-right: 150px;
    line-height: 1.5;
}

UL {
    margin-left: 150px;
    margin-right: 150px;
    line-height: 1.5;
}

span {
    font-size: 14pt;
}




body {
    background-color: black;
    color: rgb(152, 175, 199);
    padding-top: 35px;
	max-width: 1600px;
	text-align: left;
	display: inline-block;
    font-family: Arial, sans-serif;
}

blockquote {
    font-style: italic;
    width: 50%;
    margin: auto;
}

#sticky-header.sticky {
	position: fixed;
	top: 0;
	background-color: black;
	/* You can customize this as well */
	/* Add any other styles you want when the header is sticky */
}

#sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 2px 0;
    border-bottom: 1px red solid;
    z-index: 1000; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
}

#nav-list {
	list-style-type: none;
	padding: 0;
}

#nav-list li {
	display: inline-block;
	margin-right: 10px;
	/* Adjust the spacing between links */
}

#nav-list li a {
	text-decoration: none;
	color: #fff;
}

#title {
    padding-top: 80px;
    font-size: 36px;
    font-family: 'Mate';
    text-align: center;
}


hr {
	box-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #ff0000;
}

.virtuehr {
	border-width: 0px 0px 1px;
	border-style: none none solid;
	border-color: currentcolor currentcolor rgb(152, 175, 199);
	border-image: none;
	width:40px;
	padding-top:10px;
	padding-bottom:10px;
	box-shadow: none;
}

.homebutton {
	text-align: center;
	margin: auto;
	width: 325px;
}

.homebutton:hover {
	width:335px;
	-webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    box-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #e60022;
  }
  to {
    box-shadow: 0 0 10px #fff, 0 0 10px #ff4d4d, 0 0 20px #ff4d4d;
  }
}


/* Mobile CSS below */


@media screen and (max-width: 999px) {
	body {
		margin-left: 5vw;
		margin-right: 5vw;
	}

	p {
		margin-left: 0;
		margin-right: 0;
	}

	ul, ol {
		margin-left: 2vw;
		margin-right: 2vw;
	}
}

@media screen and (max-width: 666px) {
	.flexbox-side {
		
		flex-direction: column;
	}
	
	img {
		max-width: 100%;
		object-fit: contain;
		display: block;
		margin: 5px auto;
	}

	img[src*="whitepentagram.gif"],
	img[src*="Pentagram_Button.gif"],
	img[src*="Star_of_Isis_blue4.gif"] {
		display: inline;
		margin: 0;
		width:40px;
	}

	td, tr, th, thead, tbody, tfoot, table {
		display: block;
		width: auto;
	}

	/*table img:only-child {display: block; margin: 0 auto;}*/
	body * {
		overflow-wrap: break-word;
	}
}