diff --git a/styles copy.css b/styles copy.css
deleted file mode 100644
index 501e43d..0000000
--- a/styles copy.css
+++ /dev/null
@@ -1,122 +0,0 @@
-/* .callout[data-callout='mormon'] {
- --callout-icon: book-plus;
-} */
-
-.callout[data-callout='mormon']{
- --callout-icon: quote;
- --link-external-color:#007da5;
- border-color: #ffffff !important;
- border-radius: 5px 5px 5px 5px;
- border-left-color: #007da5 !important;
- border-left-width: 2px !important;
- background-color: #ffffff;
-
- background-image: linear-gradient(
- to right,
- rgba(0, 125, 165, 0.1),
- rgba(0, 125, 165, 0)
- );
- font-size: 1em;
- line-height: 1.5em;
- margin: auto;
- margin-bottom: 10px;
- padding-top: 10px;
- padding-bottom: 10px;
- padding-right: 15px;
-
- & > .callout-title > .callout-title-inner {
- color: #007da5;
- font-size: 1.25em;
- line-height: 1.75em;
- }
- & > .callout-title > .callout-icon {
- color: #000000;
- display: none;
- }
-
-}
-
-.callout[data-callout="mormon"] .callout-content p {
- font-style: italic;
- /* text-align: center; */
-}
-
-
-
-/* .callout[data-callout='gencon']{ */
- /* --callout-icon: ''; */
- /* --callout-icon: ''
-
-} */
-
-/* CSS for GenCon Block Quotes */
-
-.callout[data-callout='gencon']{
- --callout-icon: quote;
- --link-external-color:#007da5;
- border-color: #ffffff !important;
- border-radius: 5px 5px 5px 5px;
- border-left-color: #007da5 !important;
- border-left-width: 2px !important;
- background-color: #ffffff;
-
- background-image: linear-gradient(
- to right,
- rgba(0, 125, 165, 0.1),
- rgba(0, 125, 165, 0)
- );
- font-size: 1em;
- line-height: 1.5em;
- margin: auto;
- margin-bottom: 10px;
- padding-top: 10px;
- padding-bottom: 10px;
- padding-right: 15px;
-
- & > .callout-title > .callout-title-inner {
- color: #007da5;
- font-size: 1.25em;
- line-height: 1.75em;
- }
- & > .callout-title > .callout-icon {
- color: #000000;
- display: none;
- }
-
-}
-
-.callout[data-callout="gencon"] .callout-content p {
- font-style: italic;
- /* text-align: center; */
-}
-
-.callout[data-callout="genconcitation"]{
-
- border-color: transparent !important;
- background-color: transparent !important;
- text-align: right;
- color: #007da5;
- font-size: 1em;
- line-height: 1.5em;
- margin: auto;
- /* margin-bottom: 10px;
- padding-top: 10px;
- padding-bottom: 10px;
- padding-right: 15px; */
-
- & > .callout-title > .callout-icon {
- display: none;
- }
- & > .callout-title > .callout-title-inner {
- display: none;
- }
-}
-
-cite {
- color: #007da5;
- text-align: end;
- display: block;
-}
-
-
-