body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;	
	background-position: top;
}

h1 {
	font-size: 25px;
	color: #000000;
	font-family: Georgia;
	line-height: 35px;
}
h2{
	font-family: 'El Messiri', sans-serif;
	font-size: 32px;
	text-align: center;
	margin: 10px 0 auto;
}
h2.click{
	font-family: 'El Messiri', sans-serif;
	font-size: 42px !important;
	text-align: center;
	line-height: 80px;
}
h3{
	font-family: 'El Messiri', sans-serif;
	font-size: 42px;
	text-align: center;
	color:#A9D6A7;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 25px;
}
.green{
	color:#A9D6A7;
}

.table { 
	width: 100%;
}

table tr td p .bigger  {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	color: #000;
	font-weight: bolder;
	line-height: 46px;
}
em {
	line-height: 50px;
}
#footer {
	height: auto;
	width: 100%;
	margin:0 auto;
	background-color: #3C8687;
}

#footer table {
	padding-top: 0px;
}
#footer table tr td p {
	font-size: 11px;
	color: #A0D2A1;
	line-height: 13px;
	padding-right: 70px;
}
#footer table tr td p a {
	color: #A0D2A1;
	text-decoration: none;
}
#footer table tr td p a:hover {
	text-decoration: underline;
}
.footer-text{
	font-size: 36px;
	color:white;
	font-family: 'El Messiri', sans-serif;
	text-align:center;
	font-style: italic;
}
.footer-text a{
	font-size: 36px;
	color:white;
	font-family: 'El Messiri', sans-serif;
	text-align:center;
	text-decoration: none;
	font-style: italic;
}

/* Media Queries */

@media (max-width: 1037px) {
html{
		width: 100%;
}
body {
	background-image: none;
}	
tbody table, tr{
	width: 100% !important;
}
td{
	width: 100%;
	clear: both;
	display: block;
}
#footer {
    width: 105% !important;
}
#footer table {
    padding-top: 0px;
    width: 100%;
}
#footer table tr td p {
    text-align: center;
}
}
@media (max-width: 1069px) {

}
@media (max-width: 1030px) {

}

@media (max-width: 999px) {

}

@media (max-width: 768px) {

}

@media (max-width: 643px) {

}

@media (max-width: 480px) {

}

@media (max-width: 359px) {

}