body.home{
	background-image:url("./imagens/IMG_3208.JPG");
	background-size:100%;
    background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}

body.about{
	background-image:url("imagens/IMG_5892.JPG");
	background-size:100%;
    background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}

body.hobby{
	background-image:url("./imagens/IMG_1060.JPG");
	background-size:100%;
    background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}
	
body.school{
	background-image:url("./imagens/IMG_3058.JPG");
	background-size:100%;
    background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}
	
body.work{
	background-image:url("./imagens/IMG_3049.JPG");
	background-size:100%;
    background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}
	
body.contact{
	background-image:url("./imagens/IMG_3254.JPG");
	background-size:100%;
    background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}



h1 {
	text-indent: -9999px;
	width: 234px;
	margin: 0;
	padding: 0;
	}
	
	h1 a:link, h1 a:visited, h1 a:hover {
		background: url("http://www.ist.utl.pt/img/wwwist.gif") no-repeat top left;
		width: 234px;
		height: 51px;
		display: block;
		text-decoration: none;
		border: none;
		overflow: hidden;
		}

h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	letter-spacing: -1px;
}

	
center {
    text-align: center;
}

#container {
 	position: relative;
 	width: 400px;
 	margin: 0 auto;
 	}

#wrapper {
	float: left;
	position: absolute;	
	top: 200px;
	}
	
#wrapper1 {
	float: left;
	position: absolute;	
	top: 100px;
	}

#container1 {
 	position: relative;
 	width: 400px;
 	margin: 0 auto;
 	}

.caixaEsquerda{
	position: fixed; 
	top: 50px; 
	left: 50px; 
	width: 35%; 
	height: 750px;
}
	
	
.footerWrap {
    width:100%;
    position:fixed;
    bottom: 0px;
}
.footer {
    width:400px;
    margin:auto;
}
.footerContent {
    float:left;
    width:100%;
    padding:20px 0;
}
.footer p {float:left; width:100%; text-align:center; }


.button
{
  display: block;
  width: 150px;
  height: 25px;
  background: #6b6b6b;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: white;
}

button:

.skipnav {
	display: none;
	}
	
.username {
	font-weight: bold;
	color: #485156;
	}

.info {
	background: <img src="info.jpg" width="100%" align="left"> ;
	padding-left: 2em;
	}
	
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul li {
	float: inline;
    display: inline;
}

ul li a {
	display: block;
    background-color: #485156;
    padding: 1% 5%;
    text-decoration: none;
    color: #ffffff;
    border-radius: 0 0 0 0;
}

ul li a:hover {
    color: white;
    background-color: #485156;
}

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ffffff;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 10px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-1 {
	border: 2px solid black;
	color: #000;
	
}

.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
	color: #000;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}