html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, blockquote, pre, a, 
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center, dl, dt, 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-family: 'garamond', 'Trebuchet MS', Arial, sans-serif;
	font: inherit;
	vertical-align: baseline;
}

body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* html5 shiv */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
    font-size: 1.1em;
    width: 100%;
    background-color: white;
    font-family: 'garamond', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #990000;
}

/* header */
header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 700px;
	height: 400px;
	margin: 20px auto 5px auto;
	padding: 20px;
	box-sizing: border-box;
    background-color: #F1F1F1; /* bone */
}

.phone, 
.company, 
.address,
.title,
.department {
    text-shadow: 
        -1px -1px 1px rgba(0, 0, 0, 0.2),
        1px 1px 1px rgba(255, 255, 255, 0.7);
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-middle {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}

.header-bottom {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.phone {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.company {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: right;
}

.website {
    display: block;
    align-self: flex-end;
}

.department {
    width: 100%;
    letter-spacing: 0.03em;
}

.title,
.address {
	text-align: center;
}

.title {
    font-size: 1.3em;
}

.zip {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 0.75em;
}


footer {
    width: 700px;
    margin: 0px auto;
}

/* footer */
.copyright {
    font-size: 0.6em;
    color: #666666;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}

@font-face {
    font-family: 'garamond';
    src: url('../fonts/garamond/Garamond-Classico-SC.eot');
    src: url('../fonts/garamond/Garamond-Classico-SC.eot?#iefix') format('embedded-opentype'),
         url('../fonts/garamond/Garamond-Classico-SC.woff') format('woff'),
         url('../fonts/garamond/Garamond-Classico-SC.ttf') format('truetype'),
         url('../fonts/garamond/Garamond-Classico-SC.svg#garamond') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colab-thin';
    src: url('../fonts/colaborate_thin_macroman/ColabThi-webfont.eot');
    src: url('../fonts/colaborate_thin_macroman/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/colaborate_thin_macroman/ColabThi-webfont.woff') format('woff'),
         url('../fonts/colaborate_thin_macroman/ColabThi-webfont.ttf') format('truetype'),
         url('../fonts/colaborate_thin_macroman/ColabThi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colab-reg';
    src: url('../fonts/colaborate_regular_macroman/ColabReg-webfont.eot');
    src: url('../fonts/colaborate_regular_macroman/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/colaborate_regular_macroman/ColabReg-webfont.woff') format('woff'),
         url('../fonts/colaborate_regular_macroman/ColabReg-webfont.ttf') format('truetype'),
         url('../fonts/colaborate_regular_macroman/ColabReg-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colab-bold';
    src: url('../fonts/colaborate_bold_macroman/ColabBol-webfont.eot');
    src: url('../fonts/colaborate_bold_macroman/ColabBol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/colaborate_bold_macroman/ColabBol-webfont.woff') format('woff'),
         url('../fonts/colaborate_bold_macroman/ColabBol-webfont.ttf') format('truetype'),
         url('../fonts/colaborate_bold_macroman/ColabBol-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}