/* PAGE HEADER
-------------------------------------------------- */

#page-header {
  background-color: #1e5cbf;
  background-image: url("images/winteq.jpeg");
  background-repeat: no-repeat;
  background-size: 2000px;
  box-shadow: inset 0 0 0 2000px rgba(30,92,191,.5);
  color: white;
  margin-bottom: 20px;
  padding-bottom: 80px;
  padding-top: 200px;
  text-align: center;
}
#page-header a {
  margin-top: 20px;
}
#page-header h1 {
  font-size: 56pt;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 74px;
}
#page-header h2 {
  font-size: 16pt;
  font-family: sans-serif;
  font-weight: normal;
  line-height: 24px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text */
.marketing .col-lg-6 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing h1 {
  font-size: 42pt;
  font-family: sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.marketing .col-lg-6 p {
  margin-right: 10px;
  margin-left: 10px;
}

.navbar-default{
  font-family: sans-serif;
}

.nicecolor {
  color:red;
  width:200px;
  height:200px;
}

.nicecolor:hover {
  color:blue;
}