﻿
@import url('https://fonts.googleapis.com/css?family=Changa:200&subset=arabic');


body 
{
	margin:0px;
	font-family: 'Changa', sans-serif;
	font-weight:100;
	background-color:#FEFDFC;
}

a
{
	text-decoration:none;
	color:inherit;
}

.card 
{
	color:#808080;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    /*
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	*/
}

.BannerRow
{
	font-weight:bold;
	font-size:100%;
	padding:5px 10px 5px 20px; 
	background-color:#E65700; 
	color:#fff
}
.PageTitle
{
	font-weight:800;
	font-size:160%;
	vertical-align:bottom;
	text-shadow: 2px 2px 2px #aaa;
}
.SubTitle
{
	font-weight:800;
	font-size:120%;
	vertical-align:bottom;
}



