/* CSS files add styling rules to your content */

body {
  margin: 1rem;
  font-family: "Comfortaa", sans-serif;
  line-height: 1.5;
  color: #a6808c;
  background-color: #fde2e4;
}

h1 {
  font-family: "Poiret One", cursive;
  letter-spacing: 3px;
  margin: 25px 0px ;

}

h2 {
  font-family: "Poiret One", cursive;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  padding-top: 10px 0px;  
}

h3 {
  font-family: "Poiret One", cursive;
  letter-spacing: 10px;
  text-align: center;
  padding: 10px 0px;  
}

h4 {
  font-family: "Comfortaa", cursive;
  font-size: .6em;
  letter-spacing: 5px;
  text-align: center !important;
  padding: 5px;
  background-color: rgba(250, 225, 221,.8);
}

p {
  text-align: center;
  font-size: 0.8em;
}

.echo {
  font-size: .7em;
  letter-spacing: 2px;
}

#trader {
  background-color: #fec5bb !important;
  color: white !important;
  padding: 2px;  
  text-align: center;
}

hr {
  border-top: 1px dashed #a6808c;
}

a {
  color: #fec5bb;
}

a:hover {
  color: #fec89a;
  font-weight: bold;
}

.nav {
  font-weight: bold;
}

a.nav-link {
  font-family: "Comfortaa", sans-serif;
  margin: 5px;
  text-decoration: none;
  border: 1px dotted white;
}

.nav > li > a.active,
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #fec5bb !important;
  text-decoration: none !important;
  color: white !important;
}

a.nav-link {
  color: white !important;
  background-color: #ffe5d9 !important;
}

#wrapper {
  border: 2px dotted white;
  border-radius: 10px;
  padding: 15px;
  background-color: rgba(255, 241, 230, 1);
  text-align: center;
}

#candy {
  border: 2px dotted rgba(254, 197, 187, 1);
  border-radius: 10px;
  padding: 5px;
  background-color: rgba(254, 197, 187, .25);
  text-align: left;
  font-size: .6em;
  overflow-y: scroll;
  height: 100px;
}

textarea {
  overflow-y: scroll;
  height: 100px;
  min-width: 100px;
  width: auto;
  resize: none; /* Remove this if you want the user to resize the textarea */
  color: #a6808c;
  background-color: rgba(255, 229, 217,.5);
  border-radius: 10px;
  border: 2px dotted;
  padding: 5px 10px;
  font-size: .5em;
}

#update {
    font-size: .65em;
}

/* for card search form */

input {
  border: 1px dotted white;
  border-radius: 4px;
  padding: 2px;
  
}

input[type=submit] {
  background-color: #fec5bb;
  font-weight: bold;
  color: white;
}

#juice {
  font-family: "Comfortaa", cursive;
  font-size: .6em;
  margin-top: 10px;
}

#cardlist {	
  font-family: "Comfortaa", cursive;
  font-size: .65em;
  padding-bottom: 10px;
}

.highlightCard {
	border: 2px solid #D63550;
	background: #D63550;
}

.dimmedCard {
	opacity:0.3;
	filter:alpha(opacity=30);
}

#footer {
  border: 2px dotted white;
  border-radius: 10px;
  background-color: rgba(255, 241, 230, 1);
  text-align: center;
  font-size: 0.9em;
  padding: 10px 0px 0px;
}

/* images and videos max out at full width 
img,
video {
  height: auto;
  max-width: 100%;
}*/

/* notes 
colors
  berry/burgundy color: rgba(199, 28, 96,1)

fonts
    font-family: 'Comfortaa', cursive;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Passion One', cursive;
    font-family: 'Poiret One', cursive;


*/
