body { padding-top: 0px; color: #0a1e5f;font-size: 20px; text-align: justify;} 
body h2{ color: #992379;}
body h3{ color: #ca69ab;}
body a {color: #0a1e5f;}
body a :hover{color: #0a1e5f;}

::selection { color: white; background: #233E99;}
.left-aligned { margin-left: auto; }
.bg-light { background-color: #F9F9FC !important; }
.bg-hero { background-color: #7952b3; }

/* Dark Mode */
.dark-mode {
  background-color: #0A1E5F;
  color: white;}
  .dark-mode h2 {color: #f0c8e5;}
  .dark-mode h3 {color: #c9e7f3;}
  .dark-mode ::selection { color: #0A1E5F; background: white;}
  .dark-mode .toc li.visible > a {
    color: white;}
  .dark-mode .toc li a {
    color: #c9e7f3b0;}
  .dark-mode a {color: white;}
  .dark-mode .contentcollapse {
    color:  #7961b8;}
  .dark-mode .contentcollapse2 {
      color:  #7961b8;}
  .dark-mode li a, .dropdownbtn {
    color:#0A1E5F;}


/* Scroll to Top Button */
/* Style button */

#top-btn {
  width: 50px;
  height: 50px;
  bottom: -50px;
  right: 40px;
  position: fixed;
  text-align: center;
  border-radius: 100px;
  background-color: #0A1E5F;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: all .8s;
  transition: all .8s;
}

#top-btn:hover { background-color: #0A1E5F;}
#top-btn:hover i {padding-top: 15px;}

#top-btn i {
  padding-top: 10px;
  -webkit-transition: all .8s;
  transition: all .8s;}

/* Title */.titlecontainer {
  display: flex;
  align-items: center;
  height: 7%;
  font-weight: 800;
  margin: 0;
  padding: 0;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 10s infinite linear;
}

.text-copy:nth-child(1){
	stroke: #21095e;
	animation-delay: -1;}

.text-copy:nth-child(2){
	stroke: #21095e;
	animation-delay: -2s;}

.text-copy:nth-child(3){
	stroke: #21095e;
	animation-delay: -3s;}

.text-copy:nth-child(4){
	stroke: #21095e;
	animation-delay: -4s;}

.text-copy:nth-child(5){
	stroke: #21095e;
	animation-delay: -5s;}

.dark-mode .text-copy:nth-child(1){
	stroke: #f0c8e5;
	animation-delay: -1;}
.dark-mode .text-copy:nth-child(2){
	stroke: #f0c8e5;
	animation-delay: -2s;}
.dark-mode .text-copy:nth-child(3){
	stroke: #f0c8e5;
	animation-delay: -3s;}
.dark-mode .text-copy:nth-child(4){
	stroke: #f0c8e5;
	animation-delay: -4s;}
.dark-mode .text-copy:nth-child(5){
	stroke: #f0c8e5;
	animation-delay: -5s;}

  
/* Collapsible */
.collapsible {
    transition: box-shadow .3s;
    border: 1px solid rgb(231, 231, 231);
    background-color: white;
    cursor: pointer;
    padding: 18px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    outline: none;
    font-size: 15px;}
.active, .collapsible:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);}
.contentcollapse {
  padding: 0 0px;
  margin-left: 15%;
  justify-content: center;
  width: 70%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  display: flex;}

  .collapsible2 {
    transition: box-shadow .3s;
    border: 1px solid white;
    background-color: white;
    cursor: pointer;
    margin: 0px;
    width: 100%;
    text-align: center;
    outline: none;
    font-size: 14px;}
.active, .collapsible2:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);}
.contentcollapse2 {
  padding: 0px 0px;
  font-size: 16px;
  justify-content: center;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: white;
  display: flex;}

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:0rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer {text-align: center; font-size: 16px;justify-content: center;}
footer a { color: #233E99; font-weight: bold; text-decoration: none; }
footer a:hover { color: #233E99; text-decoration: underline; }
