@charset "UTF-8";
/* Body */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #b1b2b2;
	background-color: #131313;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	font-weight: 200;
	font-size: 22px;
	
}
a{
	color: #b1b2b2;
}
.button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 16px;
	/*text-transform: capitalize;*/
	text-decoration: none;
	font-weight: regular;
	-moz-box-shadow: 0 1px 2px #060606;
	-webkit-box-shadow: 0 1px 2px #060606;
	box-shadow: 0 1px 2px #343434;
	cursor: pointer;
	background: #0669af url("../css/gfx/back_blue.jpg") repeat-x left top;
	color: white !important;
	border: 1px solid #2a9fee;
	float: center !important;
}

/* Container */
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #131313;
}
/* Navigation */
header {
	width: 100%;
	height: 80px;
	background-color: #002f49;
	border-bottom: 1px solid #002f49;
	  padding: 0;

}
.logo {
	color: #b1b2b2;
	font-weight: bold;
	text-align: undefined;
	width: 200px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #b1b2b2;
	font-size: 16px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;	
	transition: all 0.3s linear;
	margin-top: 30px;
}
ul li a {
	color: #b1b2b2;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
	font-size: 16px;
}
.hero_header {
	color: #b1b2b2;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
img {
  display: block; /* Isso remove qualquer espaço extra abaixo da imagem */
  width: 100%; /* Isso faz a imagem esticar a largura toda */
  height: auto; /* Isso mantém a proporção da imagem */
}


/* Hero Section */
.hero {
	background-color: #B3B3B3;
	padding-top: 150px;
	padding-bottom: 150px;
}
.light {
	font-weight: bold;
	color: #b1b2b2;
}
.tagline {
	text-align: center;
	color: #b1b2b2;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #b1b2b2;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #1f1f1f;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #b1b2b2;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #1f1f1f;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #b1b2b2;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #b1b2b2;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #b1b2b2;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #b1b2b2;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #1f1f1f;
	padding: 0 0;
	 position: fixed;
  
  bottom: 0;
  width: 1000px;
	font-size: 15px;

}
.footer_column {
	width: 100%;
	text-align: center;
	float: left;	
}
footer .footer_column h3 {
	color: #b1b2b2;
	text-align: center;
}
footer .footer_column p {
	color: #b1b2b2;
	background-color: #1f1f1f;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	text-align: center;
	padding-top: 18px;
	line-height: 25px;
	font-weight: lighter;
	background-color: #323132;
	
	height: 60px;
}


.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #b1b2b2;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: flex;
}
.hidden {
	display: none;
}
