/* ===================================== Start H1 =====================================================*/

h1,
.h1 {
	font-family: cambria;
	color: #5353FF;
	text-shadow: 1.75px 1.75px 1.75px #000066,-.8px -.80px #99ccff,2.5px 2.5px grey;
	padding-top: 10px;
	padding-bottom: 5px;
	letter-spacing: 0px;
	font-size: 40px;
	font-weight: 800;
}
@media screen and (min-width: 480px) {
h1,
.h1 {	
	font-size: 55px;
}	
}
@media screen and (min-width: 768px) {
h1,
.h1 {	
	font-size: 75px;
}	
}

/* ===================================== End H1 =====================================================*/

/* ===================================== Start H2 =====================================================*/

h2,
.h2 {
	font-family: Cambria;	
	color: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 0px;
	font-size: 19px;
	font-weight: 800;
}
@media screen and (min-width: 480px) {
h2
.h2 {
	font-size: 20px;
}
}
@media screen and (min-width: 768px) {
h2
.h2 {
	font-size: 24px;
}
}
/* ===================================== End H2 =====================================================*/

/* ===================================== Start H3 =====================================================*/

h3,
.h3 {
	font-family: Cambria;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 0px;
	font-size: 17px;
	font-weight: 500;
}
@media screen and (min-width: 480px) {
h3,
.h3 {
	font-size: 17px;
}	
}
@media screen and (min-width: 768px) {
h3,
.h3 {
	font-size: 20px;
}	
}

/* ===================================== End H3 =====================================================*/

/* ===================================== Start H4 =====================================================*/
h4,
.h4 {
	color: #BF0060;
	text-shadow: 2px 2px 2px #000,-1px -1px #ffffff,1px 1px #666;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 0px;
	font-size: 25px;
	font-weight: bold;
}
@media screen and (min-width: 480px) {
h4,
.h4 {
	font-size: 42px;
}	
}
@media screen and (min-width: 768px) {
h4,
.h4 {
	font-size: 60px;
}	
}
/* ===================================== End H4 =====================================================*/

/* ===================================== Start H5 =====================================================*/

h5,
.h5 {
	font-family: Cambria;
	font-weight: 500;
	color: #000033;
	font-size: 15px;
}
@media screen and (min-width: 480px) {
h5,
.h5 {
	font-size: 16px;
}	
}
@media screen and (min-width: 768px) {
h5,
.h5 {
	font-size: 18px;
}	
}	
/* ===================================== End H5 =====================================================*/

/* ===================================== Start H6 =====================================================*/

h6,
.h6 {
	font-family: Cambria;
	color: #5353FF;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 0px;
	font-size: 25px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000000,-.5px -.5px #99ffff,1px 1px #0000b3;
	}
@media screen and (min-width: 480px) {
h6,
.h6 {	
	font-size: 32px;
}
}
@media screen and (min-width: 768px) {
h6,
.h6 {
	font-size: 40px;
}
}
/* ===================================== End H6 =====================================================*/

/* ===================================== OTHER =====================================================*/
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 10%;
}

.font_1 {
	font-family: Cambria;
	font-weight: 800;
	color: #000033;
	font-size: 25px;
}
@media screen and (max-width: 480px) {
.font_1 {	
	font-size: 15px;
}	
}
@media screen and (min-width: 768px) {
.font_1 {	
	font-size: 20px;
}	
}

.font_2 {
	font-family: Cambria;
	font-weight: 900;
	font-size: 35px;
}

/* LISTS */

.list-font {
	font-family: Cambria;
	font-weight: 100;
	color: #333333;
	font-size: 17px;
}	
@media screen and (min-width: 480px) {
.list-font {	
	font-size: 17px;
}
}
@media screen and (min-width: 768px) {
.list-font {
	font-size: 20px;
}	
}