@charset "utf-8";
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: "TimesLTStd-Roman";
	src: url("../fonts/TimesLTStd-Roman.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "TimesLTStd-SemiboldItalic";
	src: url("../fonts/TimesLTStd-SemiboldItalic.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

section {
	margin: 1.2em 1.5em 0 1.5em;
	font-family: "TimesLTStd-Roman", serif;
	font-size: 64px;
	letter-spacing: -1px;
}
footer a.email {
	direction: rtl;
	unicode-bidi: bidi-override;
	text-decoration: none;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
}
a {
	text-decoration: none;
	font-family: "TimesLTStd-SemiboldItalic", serif;
	color: #000;
}
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #FFD700;
}
section img {
	width: 170px;
	height: 58px;
	vertical-align: -13px;
}

footer {
	margin: 3em 0 0 5.4em;
}
footer img {
	width: 32px;
	height: 32px;
	vertical-align: -10px;
}

/* Responsive for other device */
@media screen and (max-width:1024px) {
	section {
		margin: 1.1em 1.35em 0 1.35em;
		font-size: 50px;
	}
	section img {
		width: 129px;
		height: 45px;
		vertical-align: -10px;
	}
	footer {
		margin: 2em 0 0 4.2em;
		font-size: 16px;
	}
	footer img {
		width: 25px;
		height: 25px;
		vertical-align: -7px;
	}
}
@media screen and (max-width:800px) {
	section {
		margin: 1em 1.2em 0 1.2em;
		font-size: 32px;
	}
	section img {
		width: 80px;
		height: 28px;
		vertical-align: -6px;
	}
	footer {
		margin: 1.5em 0 0 3.2em;
		font-size: 12px;
	}
	footer img {
		width: 15px;
		height: 15px;
		vertical-align: -4px;
	}
}
@media screen and (max-width:480px) {
	section {
		margin: 1em 1em 0 1em;
		font-size: 26px;
	}
	section img {
		width: 75px;
		height: 23px;
		vertical-align: -5px;
	}
	footer {
		margin: 1em 0 0 2.2em;
		font-size: 12px;
	}
	footer img {
		width: 15px;
		height: 15px;
		vertical-align: -3px;
	}
}