@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

html, body {
	font: 400 18px 'Open Sans', sans-serif !important;
    background-image: url('images/floral-bg.jpg');
    background-attachment: fixed;
    background-repeat: repeat;
	background-color: #ffffff;
	line-height: 30px !important;
    text-align: justify;
	color: var(--text) !important;
	padding: 10px 0 10px 0;
	margin: 0px;
}

/****************************************************
 * Global Constants
 ***************************************************/
:root {
    --primary: #45a2e5;
    --secondary: #5cb471;
    --tertiary: #d587ad;
    /*--text: #725979;*/
    --text: #999999;
    --cyan: #7dd2cb;
    --blue: #54cced;
    --peach: #f7bac5;
    --darkblue: #0b58b1;
}

a:link, a:active, a:visited {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--cyan);
}
a:hover { text-decoration: none; color: var(--secondary); }

b { color: var(--tertiary); }
i { color: var(--blue); }
u { color: var(--cyan); }
strong { color: var(--darkblue); }
strike { color: #aaaaaa; }
em {
    font: 600 normal 14px 'Consolas', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--peach);
}

ul.spacer li{
    margin-bottom: 10px;
}
ol.spacer li {
    margin-bottom: 20px;
}
li.spacer {
    list-style-type: none;
}

p.heading { font-size: 14px; line-height: 20px; }
.fa-quote-right,
.fa-quote-left { color: var(--peach); }

h1 {
    font: 400 normal 30px 'Libre Baskerville', serif;
    letter-spacing: -2px;
    color: var(--primary);
    margin: 10px 0;
}
h2 {
    font: 900 normal 20px 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: var(--cyan);
    margin-top: 30px;
}
h3 {
    font: 800 normal 16px 'Open Sans', sans-serif;
    background-color: color-mix(in srgb, var(--blue) 10%, transparent);
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: var(--blue);
    padding: 8px;
}

blockquote {
	font: 400 16px 'Consolas', serif;
	margin: 25px 0!important;
	box-sizing: border-box;
	padding: 0 0 0 70px;
	position: relative;
	line-height: 26px;
	color: var(--blue);
}
blockquote::before {
	font-family: "bootstrap-icons";
	border-right: 1px solid #EEEEEE;
	margin: 0 auto 5px !important;
	padding: 0 20px 0 0;
	position: absolute;
	text-align: center;
	font-style: normal;
    font-size: 30px;
	content: '\F6B0';
	display: block;
	color: var(--cyan);
	height: 100%;
	width: 30px;
	z-index: 50;
	left: 0;
	top: 0;
}

.navbar-fixed-top.scrolled {
	top: 0;
    z-index: 2;
	width: 100%;
	position: fixed;
    padding: 0 13%;
	left: 0 !important;
	background-color: #ffffff !important;
	transition: background-color 200ms linear;
	border-bottom: 1px solid #eaeaea !important;
}

.imgBW {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
}
.imgCLR {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    filter: none;
}

.cardList {
    font: 400 11px 'Calibri', sans-serif;
    display: inline-block;
    text-align: center;
    padding: 5px;
    width: 150px;
}
.cardList span.text {
    background-color: #e4e3de;
    margin: 3px 0 10px 0;
    display: block;
    color: #000000;
    padding: 2px;
}

/************************************
 * Post styles
 ***********************************/
.post-info {
    font: 400 normal 12px 'Consolas', serif;
	text-transform: uppercase;
	letter-spacing: 2px;
    text-align: left;
	margin-bottom: 50px;
	padding-top: 2px;
	margin-bottom: 20px;
}
.post-info a { color: var(--text); }
.post-inifo a:hover { color: var(--darkblue); }
.post-info span.bi-person,
.post-info span.bi-chat-dots {
	margin-left: 20px;
}
.post-icon {
    border: 1px solid color-mix(in srgb, var(--blue) 30%, transparent);
    background-color: #ffffff;
	margin: 0 20px 0 0;
	border-radius: 80px;
	padding: 5px;
}
.post-title {
    font-size: 26px;
    padding: 10px;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid color-mix(in srgb, var(--blue) 30%, transparent);
    font: 400 normal 30px 'Libre Baskerville', serif;
}
.post-add-comment a {
    font: 900 12px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: var(--blue);
    letter-spacing: 2px;
    text-align: right;
}
.comment-date {
    font: 400 11px 'Consolas', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}


/************************************
 * Text Editor styles
 ***********************************/
div.textEditor {
	display: inline-block;
	margin-top: 0px !important;
	vertical-align: middle;
	width: 140px;
}
div.textEditor select {
	margin: 0 2px;
	padding: 0px 10px;
}
div.textEditor select optgroup { margin: 2px 0; padding: 0; }
div.textEditor select optgroup .h1 { font-size: 26px; }
div.textEditor select optgroup .h2 { font-size: 20px; }
div.textEditor select optgroup .h3 { font-size: 16px; }
div.textEditor select optgroup .h4 { font-size: 12px; }

div.htmlTags a img {
	padding: 5px 0;
}
i.task-editor {
    background-color: #eec1c3;
    border-radius: 5px;
    padding: 5px 10px;
    color: #d34d49;
}
.htmlTags a { line-height: 30px !important; }



/************************************
 * Calendar styles
 ***********************************/
table.calBlock {
    font: 400 16px 'Segoe UI', sans-serif;
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    border-collapse: separate;
    margin-bottom: 10px;
    border-spacing: 2px;
    padding: 5px 5px;
    text-align: center;
    line-height: 24px;
    color: #808080;
}
table.calBlock > tbody > tr > td { padding: 1px 3px; margin: 3px; text-align: center; width: 20px !important; }
table.calBlock > tbody > tr > td.calHeader {
    font: 600 20px 'Segoe UI', sans-serif;
    background-color: rgba(219,102,37,0.1);
    text-transform: uppercase;
    text-align: center;
    color: #808080;
    padding: 10px 0;
}
table.calBlock > tbody > tr > td.calDay {
    background-color: rgba(0,0,0,0.08);
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #db6625;
}
table.calBlock > tbody > tr > td { background-color: #ffffff; border-bottom: 2px solid #eaeaea; }
table.calBlock > tbody > tr > td.calFocus { background-color: #ffff00; color: #000000; text-align: center; }
table.calBlock > tbody > tr > td.calEvent { border-bottom: 2px solid #33b5e5; color: #333333; text-align: center; }
table.calBlock > tbody > tr > td.calUpdate { background-color: #ffffff; color: #ff0000; text-align: center; }
table.calBlock > tbody > tr > td.calEnd { border-bottom: 2px solid #ed475f; color: #333333; text-align: center; }



/**********************************
 * Blocks custom styles
 *********************************/
.sidebar {
    line-height: 20px;
    font-size: 14px;
    float: right;
    width: 20%;
    top: 0;
}
.sidebar h1 {
    font: 800 normal 16px 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-bottom: none;
    letter-spacing: 2px;
    text-align: left;
    color: var(--primary);
}
.sidebar h1::before {
    font-family: "bootstrap-icons";
    padding-right: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    content: '\F221';
    color: var(--primary);
}
.footer {
    margin-top: 30px;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
    font-size: 11px;
    display: block;
}
div.socIcon,
div.socIcon2 {
    margin-left: 0 !important;
    display: flex;
}
div.socIcon2 li { font-size: 16px !important; }
div.socIcon li,
div.socIcon2 li {
    background-color:transparent;
    list-style-type: none;
    text-align: center;
    margin-left: 0 !important;
    flex: 1;
}
div.socIcon2 a span.fa-twitter { color: #1DA1F2; }
div.socIcon2 a span.fa-discord { color: #7289DA; }
div.deck_prev {
    background-color: color-mix(in srgb, var(--peach) 20%, transparent);
    display: inline-block;
    border-radius: 8px;
    line-height: 18px;
    min-width: 250px;
    font-size: 13px;
    padding: 10px;
    margin: 4px;
}



/**********************************
 * Bootstrap custom styles
 *********************************/
.container.body {
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    color: var(--text) !important;
    overflow: hidden;
    max-width: 75%;
    padding: 10px 30px 30px 30px;
}
.no-gutters .col {
    padding: 2px !important;
    margin: 2px !important;
}

.peeptin th, .peeptin td {
    padding: 2px;
}

.table,
.table th,
.table td,
.modal-content { color: var(--text) !important; }

button.btn i { color: #ffffff !important; }

.custom-thead-table td {
    border-color: color-mix(in srgb, var(--blue) 30%, transparent);
}
.custom-thead-table th {
    background-color: color-mix(in srgb, var(--blue) 10%, transparent);
    border-color: color-mix(in srgb, var(--blue) 30%, transparent) !important;
    color: var(--primary);
}
.navbar a.nav-link,
.navbar a.dropdown-item {
    color: var(--darkblue);
}
.navbar a.nav-link:hover,
.navbar a.dropdown-item:hover {
    color: var(--blue);
}
.card .card-header {
    background-color: color-mix(in srgb, var(--blue) 10%, transparent) !important;
}
.card .card-body { color: var(--text); }
.table-striped, .table-striped.comments {
  --bs-table-striped-bg: color-mix(in srgb, var(--blue) 5%, transparent) !important;
  --bs-border-color: color-mix(in srgb, var(--blue) 20%, transparent) !important;
}
.table-striped.comments {
    font: 400 14px 'Segoe UI', sans-serif;
}
.table-striped.post-table {
    font: 400 12px 'Segoe UI', sans-serif;
    padding: 0px !important;
}
.table-hover.post-table {
    font: 400 13px 'Open Sans', sans-serif;
    padding: 0px !important;
}
    

@media screen and (max-width: 1280px)
{
    .container.body {
        max-width: 1000px !important;
    }
}


/* Memory Game Style
-------------------------------------------------------------- */
.m-wrap {
  position: relative;
  width: 600px;
  height: 500px;
  min-height: 500px;
  padding-bottom: 5px;
}

.m-game {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 300px;
  perspective: 300px;
  min-height: 100%;
  height: 100%;
}

@-webkit-keyframes matchAnim {
  0% {
    background: #bcffcc;
  }
  100% {
    background: white;
  }
}

@keyframes matchAnim {
  0% {
    background: #bcffcc;
  }
  100% {
    background: white;
  }
}
.mcard {
  float: left;
  width: 18.3%;
  height: 24%;
  padding: 1px;
  text-align: center;
  display: block;
  -webkit-perspective: 600px;
  perspective: 600px;
  position: relative;
  cursor: pointer;
  z-index: 50;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 800px) {
  .mcard {
    width: 20%;
    height: 16.666%;
  }
}
.mcard .inside {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.mcard .inside.picked, .mcard .inside.matched {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.mcard .inside.matched {
  -webkit-animation: 1s matchAnim ease-in-out;
  animation: 1s matchAnim ease-in-out;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.mcard .front, .mcard .back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mcard .front img, .mcard .back img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.mcard .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.mcard .back {     
    transform: rotateY(360deg);
}

@media (max-width: 800px) {
  .mcard .front {
    padding: 5px;
  }
}
@media (max-width: 800px) {
  .mcard .back {
    padding: 10px;
  }
}