body{
  
  /* background-color: #090909; 
  color: #FBF1CA ; */
  /* background-image: linear-gradient(to bottom, #fbf1ca, #f9efcf, #f6eed4, #f3ecd9, #f0ebde); */

  /* background-image: linear-gradient(to left top, #f6f3ed, #f5f1e9, #f3efe6, #f2ede2, #f0ebdf, #f0ebdf, #f0ebde, #f0ebde, #f1ede1, #f3efe4, #f4f1e8, #f6f3eb);
  color: #68816c; */




  /* background-color: #090909; */
  /* background-color: #001700; Dark Dark Green */
  /* background-color:  #141414; */
  color: #FBF1CA;
  overflow-x: hidden;


  font-family: 'Roboto', sans-serif;
  font-size: 20px;



 overflow-x: hidden;

}

::selection{
  /* If you want to have no highlight-selection:  */
  /* background: transparent; */
  /* background: crimson; */
  background: #786292;
  /* color: black; */
}


/* No highlight on links 

a::selection{
  background: transparent;
}
a img::selection{
  background: transparent;
}
 */

h1,h2,h3,h4,h5,h6{
  font-family: 'Aboreto', cursive;
  font-weight: 300;
} 

a{
  color: #FBF1CA ; 
}

.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.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 a{
  color: #fff9ea;
  transition: color 0.3s;
  position: relative;
  text-decoration: none;
}

footer a:hover{ 
  color: #FFEFCA; 
}

footer a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FFEFCA;
  transform: scaleX(0); 
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

footer a:hover::before {
  transform: scaleX(1); 
}
 */

