/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

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

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

h1, h2{
	color:#0d4853;
}

h1.white, h2.white{
	color:#FFFFFF;
}

a,a:hover,a:visited{
	color:#0d4853;
	text-decoration:none;
	font-weight:bold;
}

#container-grid{
	display:inline-block;
	width:100%;
	background:#ffffff;
	background:rgba(255,255,255,0.5);
	padding:10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.49);
}

.bravo{
	width:70% !important;
}

.separator{
    color: #0d4853;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 2px solid #0d4853;
}
.separator-light{
    border-top: 1px solid #0d4853;
}

@media screen and (max-width: 1200px) {
	.bravo{
		width:75% !important;
	}
}

@media screen and (max-width: 1200px) {
	.bravo{
		width:100% !important;
	}
}