charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	}
	
html {
	background-color: black;
	/*background-color:  #262220;*/
	color: white;
}

body {
	font-family: courier, sans-serif, monospace;
}

header {
	margin-top: 23px;
	height: 231px;
}

nav {	
	min-width: 300px;
	max-width: 1032px;
	margin: auto;
}

pre {
	color: #CDC4C4;
	font-family: courier, sans-serif, monospace;
	font-size: 12px;
}

pre > a {
	color: #CDC4C4;
}

#nome {
	font-weight: bold;
}

#container1{
	height: 179px;
}

#container2{
	font-size: 0.8em;
	display: inline-block;
	padding-bottom: 7px;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 13px;
	margin-top: -5px;

}

#container3{
	font-size: 0.9em;
	display: inline-block;
	padding-bottom: 7px;
	text-align: left;
	margin-bottom: 2px;
}

#container4{
	font-size: 0.9em;
	display: inline-block;
	padding-bottom: 7px;
	text-align: left;
	margin-bottom: 2px;
}

#container5{
	font-size: 0.9em;
	display: inline-block;
	padding-bottom: 7px;
	text-align: left;
	margin-bottom: 2px;
}

#container6{
	font-size: 0.9em;
	display: inline-block;
	padding-bottom: 7px;
	text-align: left;
	margin-bottom: 2px;
}

.span-pip{
	margin-left: 8px;
}

.cor_botoes {
	/*background-color: #0A0A0A;*/
	color: #CDC4C4;
	padding: 4px;
	text-decoration: none;
}


#gitlab-img {
	margin-bottom: -6px;
}

#ultima_p {
	font-size: 13px;
}

nav a:hover{
	text-decoration: underline;
}

#titulo {
	font-family: courier;
	font-size: 1.5em;
	text-decoration: underline;
	margin-left: 1px;
	margin-right :184px;
	color: #cdc4c4;
	background-color: black;
	/*background-color: #262220;*/
}

/*-------------------------------------------------------*/

/*estilo do botão*/

.post {
  position: relative;
  display: inline-block;
  color: #cdc4c4;
  font-size: 14px;
  font-style: italic;
  text-decoration: none;
  text-transform: lowercase;
  overflow: hidden;
}

/*animação do span para criar linhas*/

.post span {
	position: absolute;
	display: block;
}

/*span 1*/

.post span:nth-child(1) {
	top: 0;
	left: -100%;
	width: 100%;
	height: 2px;
  	background: linear-gradient(90deg, transparent, gray);
	animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
	0% {
	left: -100%;
  }
  50%,100% {
	left: 100%;
}
}

/*span 2*/

.post span:nth-child(2) {
	top: -100%;
	right: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, transparent, gray);
	animation: btn-anim2 1s linear infinite;
	animation-delay: .25s
}

@keyframes btn-anim2 {
	 0% {
	top: -100%;
  }
  50%,100% {
	top: 100%;
  }
}

/*span 3*/

.post span:nth-child(3) {
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 2px;
	background: linear-gradient(270deg, transparent, gray);
	animation: btn-anim3 1s linear infinite;              
	animation-delay: .5s
}

@keyframes btn-anim3 {
	0% {
	right: -100%;
  }
	50%,100% {
	 right: 100%;
  }
}

/*span 4*/

.post span:nth-child(4) {
	bottom: -100%;
	left: 0;
	width: 2px;
	height: 100%;
	background: linear-gradient(360deg, transparent, gray);
	animation: btn-anim4 1s linear infinite;
	animation-delay: .75s
}

@keyframes btn-anim4 {
	0% {
	bottom: -100%;
  }
	50%,100% {
	bottom: 100%;
  }
}

/*-------------------------------------------------------*/


main{
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	min-width: 300px;
	max-width: 1032px;
	padding: 20px 20px 188px 20px;
}


main > article > ol > li {
	padding: 7px;
}

main > article > ol > li > a{
	color: #cdc4c4;
	text-decoration: none;
}

main > article > ol > li > a:hover{
	text-decoration: underline;
}

.div-v {
	top: -9px;
	position: relative;
}

.div-v > video {
	width: 100%;;
	height: 92%;
}

#logo { }

footer{
	color: #cdc4c4;
	height: 80px;
	text-align: center;
	padding: 3px;
}

footer > p {
	background-color: #0A0A0A;
	padding: 10px;
}

footer > p > a {
	color: #cdc4c4;
	text-decoration: none;
}

footer > p > a:hover {
	text-decoration: underline;
}
