.thumbnail {
	border: 0px solid #red;
}
	
.centre {
    margin-left: auto;
    margin-right: auto;
}

#boldgold {
    font-weight: 900;
    color: #B8860B;
}

#bold {
    font-weight: 900;
}

.sizeimage {
width: 100%;
  height: auto;
}

.custom-panel{
   background-color: ;
}

.vanila{
   background-color: #F3E5AB;
}

.jade{
   background-color: #C3FDB8;
}

.sea{
   background-color: #C2DFFF;
}

.rose {
   background-color: #EDC9AF;
}

.periwinkle {
   background-color: #E9CFEC;
}

input, select {
background-color: #E9CFEC;
}

textarea  {
background-color: #ffffff;
}

.static {
    position: static;
}

.hr2 {
padding-top: 1rem; 
}

.button {
    background: #ec2c25;
    border: 1px solid #000000;
    color: black;
}

.blue {
      background: #0011bb;
}

.ltext {
    color: #000000;
}

.mtext {
    color: #0011bb;
    font-style: italic;
}

.browntext {
        color: #a52a2a;
}

.redtext {
        color: #ec2c25;
}

.bluetext {
    color:blue;
}

.greentext {
    color:forestgreen;
}

function goBack() {
    window.history.back();
}

hr {
  max-width: 42.5remrem;
  height: 0;
  border-top: 0;
  border-bottom: 2px solid #ec2c25;
  margin: 1.25rem auto;
  clear: both; }

.icon {
    font-family: "foundation-icons";
}

a {
  color: forestgreen;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: darkgrey; }
  a img {
    border: 0; }

#large-text {
    font-size: large;
}

.border1 {
    border: 1px solid #000000;
}

.italic {
    font-style: italic;
}