/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

.navbar-custom {
	background-color: #003c6f;
	border-color: #002646;
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-brand:hover {
	color: #eee;
}

.section-main {
	margin: 30px;
}

.section-container {
	border: 2px solid #dbe3e9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.section-row{
	padding: 20px;
}

.section-header {
	background-color: #dbe3e9;
	color: #6D7F8D;
	text-align: center;
	font-size: 140%;
	font-weight: 500;
	padding: 10px 0;
}

.section-opinion-demarcation {
	margin: 10px 0;
	height: 2px;
	background-color: #dbe3e9;
}

.opinion-name {
	padding: 20px 5px 15px 5px;
	font-weight: 600;
}

.opinion-text {
	padding: 0px 5px 15px 5px;
}

.footer {
	margin-top: 60px;
	background-color: #dbe3e9;
	min-height: 100px;
	padding: 40px 0px;
}
