/*Bootstrap overrides*/

.navbar-default {
  padding: 20px 70px 0px 70px;
  background-color: #fff;
  border-width: 0;
}

/*Make the top-right links blue (overriding bootstrap)*/
#company-title, .navbar-default .navbar-right > li > a {
  color: #337ab7;
  text-align: center;
  font-size: 1.3em;
}

.navbar-default .navbar-right > li > a:hover {
  text-decoration: underline;
  color: #337ab7;
}


/*General*/

body {
  max-width: 2000px;
  margin: 0 auto 0 auto;
}

h1 {
  font-size: 2.5em;
  font-weight: 300;
  text-align: center;
}

h3 {
  font-size: 2em;
  font-weight: 300;
  text-align: center;
}

h4 {
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.4em;
}

p {
  font-size: 1.3em;
  text-align: center;
  font-weight: 200;
}

footer {
  margin:0 auto 50px auto;
}

footer ul {
  list-style-type: none;
}

footer ul a {
  color: #337ab7;
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
}

/*Custom classes*/

#summary {
  padding:10px 0 50px 0;
}

.full-width {
  width: 100%;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.marg-bot-70 {
  margin-bottom: 70px;
}

.bold {
  font-weight: bold;
}
