/* Smartphones (portrait and landscape) ----------- */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	
}

/* iPads (portrait and landscape) ----------- */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
}

h1,h2,h3,p,li,ul,.footer,.footerbaseOuter p,.footerbase2 p,.peacequote,#address p,table,.contactDetailsWrapper,.credHeader{
	font-family: 'Lora', serif;
}

h1{
	font-size:38px;
	color:#00194C;
	padding:10px;
	border-bottom:1px solid #777777;
}

h2{
	font-size:26px;
	color:#00194C;
	padding:5px 0px;
}

h3{
	font-size:24px;
	color:#00194C;
	padding-bottom:10px;
}

p{
	font-size:18px;
	color:#333333;
	text-align:justify;
}

p.lgeText{
	font-size:18px;
	color:#333333;
	text-align:justify;}

.blueText{
	color:#00194C;
}

ul .mainTextList{
	list-style: disc;
	list-style-position: outside;
	margin-left:20px;
}

.mainTextList li{
	font-size:18px;
	padding:8px 0px;
	color:#00194C;
	margin-left:20px;
}

.topRow{
	font-size:18px;
}

.listItem{
	font-size:16px;
	color:#00194C;
}

.listPrice{
	text-align:center;
}

a:link{
	color: #00194C;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #00194C;
}

a:hover {
	color: #777777;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #00194C;
}

#address a:link{
	color: #00194C;
	text-decoration: none;
}

#address a:visited {
	text-decoration: none;
	color: #00194C;
}

#address a:hover {
	color: #777777;
	text-decoration: none;
}

#address a:active {
	text-decoration: none;
	color: #00194C;
}

.credLink a:link{
	color: #777;
	text-decoration: none;
}

.credLink a:visited {
	text-decoration: none;
	color: #777;
}

.credLink a:hover {
	color: #00194C;
	text-decoration: none;
}

.credLink a:active {
	text-decoration: none;
	color: #777;
}

p.tagline{
	font-size:34px;
	color:#333333;
	text-align:center;
}

.footer{
	font-size:22px;
	color:#00194C;
}


.footerbaseOuter p{
	font-size:12px;
	color:#999999;
	font-style:italic;
}

.footerbase2 p{
	font-size:12px;
	color:#00194C;
}

.footerbase2 a:link{
	color: #00194C;
	text-decoration: none;
}

.footerbase2 a:visited {
	text-decoration: none;
	color: #00194C;
}

.footerbase2 a:hover {
	color: #eeeeee;
	text-decoration: none;
}

.footerbase2 a:active {
	text-decoration: none;
	color: #00194C;
}

.peacequote{
    font-size: 55px;
    color: #ffffff;
    padding: 10px 0px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

#address p{
	font-size:18px;
	color:#00194C;
}

.contactDetailsWrapper{
	font-size:16px;
	color:#00194C;
}

.credHeader{
	font-size:22px;
	color:#00194C;
}








