/*!
 * Oloxum (http://soluzioniwordress.com/)
 * Copyright 2017 MAtteo Gaddi , SoluzioniWordPress Team
 */
 
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}

.full {
  background: url(/imgs/brasil_paint_bog_flag_web.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar-brand img {height: 20px;}

#page-wrap {
	/*
	position: relative;
	top: 500px;
	*/
	margin: 0 auto;
	padding: 20px;
	/*background: transparent;*/
	background: rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	text-align: center;
    color: #fff;
}

.links {font-size: 30px;}
.links a {color: #fff; display: inline-block; width: 30%; margin: 30px 0;}

.item img {max-height: 230px; margin: 0 auto;}

/*go down arrow*/
#go_down a {
	padding-top: 60px;
}
#go_down a span {
	position: fixed;
	bottom: 70px;
	left: 10%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		-webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}
@keyframes sdb04 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}
	20% {
		transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
		transform: rotate(-45deg) translate(0, 0);
	}
}

/*MEDIA QUERY*/
@media screen and (max-width: 768px){
	.links {font-size: 16px;}
	.item {margin-top: 30px; margin-bottom: 30px; border-bottom: 1px solid #fff;}
	.item:last-child { border-bottom: none;}
}