@charset "utf-8";

html, body {
  height: 100%;
}


body {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/imagens/bg-temp.jpg');
	background-attachment: fixed;
	background-color: #D4D4D4;
}
a {
	color: #FFAE0A;
}
a:hover {
	color: #FEAF0C;
}
.contatos {
	display: inline-block;
	margin-top: 20px;
}






.vertical-center {
  height:100%;
  width:100%;

  text-align: center;  /* align the inline(-block) elements horizontally */
  font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

.vertical-center:before {    /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
  height: 100%;
}

.vertical-center > .container {
  max-width: 100%;


  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
  font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;        /* <-- reset the font property */
}
.behance {
	width: 150px;
	vertical-align: middle;
	margin-top: 0px;
}
.padd {
	margin-top: 80px;
}


@media (max-width: 768px) {
 
.vertical-center:before {    /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
  height: 100%;
}

.behance {
	width: 150px;
	vertical-align: middle;
	margin-top: 0px;
}
.padd {
	margin-top: 80px;
}

}
