html {
	background-image: url(images/texture.jpg);
	background-position: center fixed;
}

body {
	font-family: Lato, sans-serif;
	margin: 5em;
	width:  70%px;
	max-width: 655px;
	}

a:link {
   color: #3d84c7;
   text-decoration: none;
  }
  a:visited {
    color: rgb(130,130,130);
  }
  a:hover {
    color: rgb(170,170,170);
  }
  a:active {
    color: orange;
	}

header {
	font-family: Montserrat, sans-serif;
	margin: 0 0 30px;
}

h1 {
	font-weight: 700;
	font-size: 2.7em;
	letter-spacing: 2.5px;
	margin: 5px 0 0;
}

header h2 {
	font-weight: 300;
	font-size: 2em;
	margin: 3px 0 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

nav ul {
	font-weight: 300;
	font-size: .85em;
	padding: 0;
	list-style-type: none;
	display: flex;
}

nav ul li a {
	display: block;
	background-color: rgb(240,240,240);
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: .3em;
	padding: .4em .8em;
	margin: .5em 1em 2em 0;
	justify-content: center;
}

section p {
	line-height: 1.4;
}
section h2{
	font-family: Montserrat;
	font-weight: 300;
	margin: 2em 0 0;
}
img {
	margin: 0 30px 0px 0px;
	float: right;
	width: 90px;
	border: 4px solid #FFF;
	border-radius: 100px;
	box-shadow: -3px 5px 10px rgba(0,0,0,0.3);
}

section ul li {
	list-style-type: circle
}

footer {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 0.8em;
	margin-top: 100px;
	text-align: right;
}