/* CSS reset */

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;
	-webkit-touch-callout: none;
}

html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: copperplate, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
	color: #666;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}

a{
	color: #333;
	text-decoration: none;
}

a:hover{
	color: #666;
	text-decoration: underline;
}

.fullname, .company, .email {
	width: 100%;
	color: #333;
}

.company {
	font-size: 1.6em !important;
	margin: 20px 0 20px 0;
}

.fullname, .email {
	font-size: 1.4em !important;
	margin: 10px 0 10px 0;
}

.email {
	font-size: 1.2em !important;
	margin: 10px 0 10px 0;
}


.container{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height:110px;
    margin-top: -55px; /* half the size of the height */
    margin-left: -250px;   /* half the size of the width */
	background-color: #fff;
	opacity: 0.9;
	text-align: center;
}

.clr{
	clear: both;
}

/* Media Queries */

@media screen and (max-width: 1120px) {
	
}

@media screen and (max-width: 1120px) {

}

@media screen and (max-width: 520px) {

.company {
	font-size: 1.4em !important;
	margin: 20px 0 20px 0;
}

.fullname, .email {
	font-size: 1.2em !important;
	margin: 10px 0 10px 0;
}

.email {
	font-size: 1.0em !important;
	margin: 10px 0 10px 0;
}


.container{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height:110px;
    margin-top: -55px; /* half the size of the height */
    margin-left: -200px;   /* half the size of the width */
	}

}

@media screen and (max-width: 375px) {

.company {
	font-size: 1.3em !important;
	margin: 20px 0 20px 0;
}

.fullname, .email {
	font-size: 1.1em !important;
	margin: 10px 0 10px 0;
}

.email {
	font-size: 0.9em !important;
	margin: 10px 0 10px 0;
}


.container{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height:110px;
    margin-top: -55px; /* half the size of the height */
    margin-left: -175px;   /* half the size of the width */
	}

}

@media screen and (max-width: 320px) {

.company {
	font-size: 1.2em !important;
	margin: 20px 0 20px 0;
}

.fullname, .email {
	font-size: 1.0em !important;
	margin: 10px 0 10px 0;
}

.email {
	font-size: 0.8em !important;
	margin: 10px 0 10px 0;
}


.container{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height:110px;
    margin-top: -55px; /* half the size of the height */
    margin-left: -150px;   /* half the size of the width */
	}

}