/* styles.css */

/**********/
/* COMMON */
/**********/

/* remove the dashed border from ancors */
a {
   outline: 0;
}

.bg-custom {
   background: #4C5E9A;
}

.text-custom {
   font-color: #4C5E9A;
}

/*********/
/* INDEX */
/*********/

.headlineShadowBox {
   color: #bbbbbb;
   font-size: 30px;
   font-weight: bold;
   letter-spacing: 1px;
   text-shadow: 1px 2px 0px #6f6f6f;
}