/* 
  This affects all templates. 
  Only update this css file if intending to apply universal styling to all templates
 */
body {
  background-color: #FAFAFA;
}

.header {
  background-color: #e4e4e4;
  width: 100%;
  margin-top: 16px;
}
.navbar > .navigation-link, .www{
  display: inline-block;
}

.navigation-link {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
}

.navigation-link > a:hover {
  color: black;
}

.www {
  font-family: "Oxygen", sans-serif;
  font-weight: 700px;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 25px;
  height: 25px;
  top: 12px;
  padding-left: 16px;
}

.home-link {
  width: 41px;
  height: 16px;
  top: 16px;
  margin-left: 1250px;
  text-decoration: none;
}

.cwhq-link {
  width: 108px;
  height: 16px;
  top: 16px;
  margin-left: 50px;
  text-decoration: none;
}

.about-link {
  width: 41px;
  height: 16px;
  top: 16px;
  margin-left: 50px;
  text-decoration: none;
}

.stats-link {
  width: 61px;
  height: 16px;
  top: 15px;
  margin-left: 50px;
  text-decoration: none;
}

/*.survey-link {
  width: 47px;
  height: 16px;
  top: 15px;
  margin-left: 50px;
  text-decoration: none;
}*/

.footer {
  font-family: "Source Sans 3", sans-serif;
  line-height: 100%;
  letter-spacing: 0%;
  background: #E4E4E4;
  width: 100%;
  height: 199px;
  border-radius: 18px;
}

.footer > .left, .right {
  display: inline-block;
  margin-top: 30px;
}

.left {
  margin-left: 70px;
}

.right {
  margin-left: 870px;
}

#leftA {
  font-weight: 400;
  color: #333333;
  font-size: 20px;
  width: 474px;
  height: 50px;
}

#leftB {
  font-weight: 400;
  color: #6C757D;
  font-size: 14px;
  width: 74px;
  height: 18px;
  vertical-align: middle;
}

#rightA {
  font-weight: 300;
  color: #333333;
  font-size: 16px;
  width: 376px;
  height: 40px;
}

.rightB {
  background-color: #465B65;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  color: #FAFAFA;
  font-size: 20px;
  width: 348px;
  height: 48px;
  border-radius: 8px;
  border: none;
}

.rightB:hover {
  background-color: #2a373d;
  color: white;
  cursor: pointer;
}
















/*easter egg for those who know :) bootstrap.dll*/