/* general styles */
html, body {
  height: 100%;
  /*width: 100%;*/
  max-width:1150px;
  margin:auto;
  padding:0;
  font-family: Source Sans Pro;
}

body {
	max-width:1150px; 
	font-size: 1.5em;
}
#page {
	max-width:1150px;    
	margin:0 auto;
	
}
#main-nav {
	height:80px;
	max-width:1150px;    
	margin:0 auto;
    display: block;
    
	
}

#myCarousel {
max-width:1150px;   
}
.navbar {
	border:0;
	background-color:#ffffff;
}
.navbar-header {
	max-width:1150px;    
	margin:0 auto;
	background-color:#ffffff;
	
}
#navbar-brand {
	width:100%;
	margin:auto;
	background-color:#ffffff;
}

.navbar-brand > img {
  height: 100%;
  
  width: auto;
}

.nav li {
	font-size:1.5em;
	background-color:#ffffff;
	border:0;
}
/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
 
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
#home {
  
  display: table;
  /*height: 100%;*/
  position: relative;
  max-width: 1150px;
  margin-top:0px;
  margin-bottom:40px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#projects {

	padding-bottom:0px;
}

#services {
  background-color: #306d9f;
  color: #ffffff;
}

#information .panel {
  opacity: 0.85;
}

footer {
  padding: 20px 0;
  background-color:#ffffff;
  /*position: fixed;*/
  width: 100%;
  bottom: 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}

.cnt-logo-home {
	height:80%;
	padding:30px;
	margin-bottom:50px;
}

.cnt-logo-home > img {
	height:80%;
}

.btn-home {
	font-size:1.1em;
	border-radius:20px;
	text-align:center;
	font-weight:bold;
	width:200px;
}

.btn-bog {
	font-size:1.2em;
	border-radius:20px;
	text-align:center;
	font-weight:bold;
	
}

.img-home {
	margin:0 auto;
	max-width:1050px;
}

.project-logo {
	padding-top:40px;
}
.project-logo img {
	height:40px;
}
.vertical-center {
  
 
 
}
.project-slug {
	margin-top:10px;
	font-size:1.1em;
}
.project-desc {
	font-size:1.3em;
	text-align:left;
	padding-top:20px;
}

.alert {
	font-size:1.3em;
}

#third-party-table td {
	padding:8px;
	border:solid 1px #000;
}

