/*
Customer color codes:

yellow: #f3be5e
gray: #c0bebf
purple: #7e7a93
purplelight: #b1afbd
teal: #59c0b2
black: #393939

*/

.my-yellow{
  color: #f3be5e;
}

.class-icons{
  font-size: x-large;
}

.main-heading{
  border-top: #f3be5e solid 2px;
  border-bottom: #f3be5e solid 2px;
}

.yellow-underline{
  border-bottom: #f3be5e solid 2px;
}


/* For switching text on hover from spanish to english translations */

h4 .spanish { display: none; }
h4:hover .english { display: none; }
h4:hover .spanish { display: inline; }

