@import url(http://fonts.googleapis.com/css?family=Roboto:300);

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}


/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */



/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}



/* Page styles
   ========================================================================== */


body{
	background: url("../images/patt.jpg") repeat;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

header{
	background-color: #fff;
	border-bottom: 5px solid #9db5c8;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

.content{
	text-align: center;
	padding: 130px 0;
	width: 100%;

}

.content-text{
	border-top: 2px solid #9db5c8;
	border-bottom: 2px solid #9db5c8;
	margin: 50px auto;
	padding: 20px 0;
	max-width: 380px;
	text-align: center;
}

.content-link{
	background-color: #eaeaea;
	border-bottom: 5px solid #9db5c8;
	color: #005a95;
	margin: 0 auto;
	padding: 10px 5px;
	width: 200px;
}

.content-link a, .content-link a:visited{
	text-decoration: none;
	color: #005a95;
}

footer{
	background-color: #005b99;
	border-top: 5px solid #9db5c8;
	bottom: 0;
	color: #fff;
	font-size: 14px;
	padding: 20px 0;
    position: fixed;
    width: 100%;
}

footer div{
	margin: 0 auto;
	max-width: 350px;
}

