@charset "utf-8";
/* CSS Document */
 body{
    color: aliceblue;
    transition: all .6s;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    background-color: #DADADA;
}
h1{
	font-size: 1.6em;
	color:#EFADE4;
}
.english h1{
	color:#7B2274;
}
.spanish h2{
color:#EFADE4;	
}
.english h2{
	color:#7B2274;
}
h2{
	font-size:1.4em;
}
a{
	color:#2E2A2A;
	font-size: .9em;
	
}
a:hover{
	color:#941C80;
	text-decoration: underline;
}
.karoPhoto{
    border-radius: 9px;
    -webkit-box-shadow: 3px -4px 9px 2px #7D7D7D;
    box-shadow: 3px -4px 9px 2px #7D7D7D;
}
.english a{
	color:#5E5E5E;
	font-size: 1.1em;
}
.english a:hover{
	color:#941C80;
}
.topBanner{
	background-color:#97DEE4;
font-family:"cursive", Modern;
	font-size: 1.4em;
	color: #7B2274;
}
.english{
	background-color:#97DEE4;
	color:#1A5785
	
}
.spanish{
	background-color:#018FA0;
}
.banners{
	background-color:#922080;
}
.ref{
    background-color: #DADADA;
    
    color: #474646;
}
.refSp{
    background-color: #C3ECEF;
   
    color: #474646;	
}
