@charset "utf-8";
/* CSS Document */

/* ==================================================*/
/* MICROSOFT CI */
/* ==================================================*/
/*@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoeui.eot');
    src: url('../fonts/segoeui.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeui.woff') format('woff'), url('../fonts/segoeui.ttf') format('truetype'), url('../fonts/segoeui.svg#SegoeUIRegular') format('svg');
}*/

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../fonts/segoeuib.eot');
    src: url('../fonts/segoeuib.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeuib.woff') format('woff'), url('../fonts/segoeuib.ttf') format('truetype'), url('../fonts/segoeuib.svg#SegoeUIBold') format('svg');
}
@font-face {
    font-family: 'Segoe UI Light';
    src: url('../fonts/segoeuil.eot');
    src: url('../fonts/segoeuil.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeuil.woff') format('woff'), url('../fonts/segoeuil.ttf') format('truetype'), url('../fonts/segoeuil.svg#SegoeUILight') format('svg');
}

body, html {
	/*font: 14px/1.5;*/
}
* {
	font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.5;
}
h1, h2, h3 {
	font-family: 'Segoe UI Light', Arial, Verdana, sans-serif;
	font-weight: normal;
}
h4, h5, h6 {
	font-family: 'Segoe UI', Arial, Verdana, sans-serif;
	font-weight: normal;
}
h1 {
    font-size: 4.2rem;
}
h2 {
    font-size: 2.4rem;
}
h3 {
    font-size: 1.85rem;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1.3rem;
}
h6 {
    font-size: 1.15rem;
}
a:hover {
    text-decoration: underline;
}

a.button:hover,
a.fa:hover {
    text-decoration: none;
}

.button {
    font-family: 'Segoe UI', Arial, Verdana, sans-serif;
    text-transform: uppercase;
}
small, .small, small a {
    font-family: 'Segoe UI', Arial, Verdana, sans-serif;
    font-size: 0.8rem;
    text-align: left;
}
.microsoft.logo {
    background: url('../img/ms-logo.png') no-repeat left center;
    background-size: contain;
    text-indent: -1000px;
    width: 150px;
    height: 50px;

}
footer {
    background-color: #F3F4F5;
    font-size: 0.85rem;
    padding-top: 1rem;
}
footer a {
    margin: 0 0.5rem;
    font-size: 0.85rem;
}
footer p {
    font-size: 0.85rem;
    margin-top: 1rem;
    color: #666;
}
footer img {
    width: 120px;
}

nav {
    background: #fff;
}
