/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.Callout {
  font-weight: bold; 
  color: #F2EFE7; 
}

.HomeOutline {
  color:#2D6D72; 
  font-weight:bold; 
  text-shadow: -1px -1px 0 #F2EFE7, 1px -1px 0 #F2EFE7, -1px 1px 0 #F2EFE7, 1px 1px 0 #F2EFE7 
}

.CalloutBlue {
  color: #10E0F5 !important;
}


.ElectricBlue {
  color: #10E0F5 !important;
}

CaribbeanCurrent{
  color: #2D6D72 !important; 
}

.Alabaster {
  color #F2EFE7 !important;
}

.Charcoal {
  color: #2C4652 !important;
}

.RaisinBlack {
  color: #282934 !important;
}

.MoonStone {
  color: #6999A2 !important;
}

.Lion {
  color: #B49A84 !important;
}

.SunGlow {
  color: #FFCD4A !important;
}

.PersianOrange {
  color: #EE8844 !important;
}

.header {
  background-color: #fff !important;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
}