/*
 * Globals
 */

body {
  font-family: Arimo, "Times New Roman", Times, serif;
  
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;

}

ul {
  list-style-image: url('bullet.png');

}

ul li {
    margin-bottom: 10px;
    padding-left: 20px;

}

.list li {
  font-size: 17px;
  font-family: Arimo;
}

/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}


.title-masthead {
  background-color: #2F698E;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          padding-top: 10px;
          padding-bottom: 5px;
}

.title-txt {
  font-size: 48px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}


.title-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.subtitle-txt {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 35px;
  color: #108cef;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: Raleway;
}


.sidecontainer {
  margin-top: 50px;
}

.sideblue {
  color: #108cef;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.sideblack {
    font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
}

.color {
  background-color: #f7d103;
  color: #FFFFFF;
  font-size: 24px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 35px;
}
