@import url("reset.css");

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    color:#000;
}

p {
    padding: 10px;
    color: #ececec;
}

b {
    font-weight: bold;
}

a {
    text-decoration: none;
    color:#000;

}

a:hover {
    text-decoration: underline;
 
}

.underline-on-hover:hover {
    text-decoration: underline;
    color: #ebebeb;
}

.wrapper0 {
  width: 100%;
  border-bottom: 1px solid #000;
  overflow: hidden;
  background: #fff;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
}
.wrap0 {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.25em 0.625em;
  font-size:16px;
  padding:10px;
  height:50px;
}

.wrapper1 {
  width: 100%;
  background: #fff;
margin-top: 60px;
  
}
.wrap1 {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  padding:15px 0px 15px 0px;
  background: #fff;
  color: #000;
  text-align:justify;
  font-size:16px;
}

.wrapper2 {
  width: 100%;
  background: #fff;
  text-align:center;

}
.wrap2 {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  padding:15px 0px 15px 0px;
  border-top: 4px solid #6db863;
  background: #fff;
  color: #000;
  text-align:center;
  font-size:16px;
}

.wrapper3 {
  width: 100%;
  background: #fff;
  text-align:left;

}
.wrap3 {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  padding:15px 0px 15px 0px;
  border-top: 4px solid #239ce3;
  background: #FFF;
  color: #000;
  text-align:center;
  font-size:16px;
}

.wrapper4 {
  width: 100%;
  background: #239ce3;
  text-align:center;

}
.wrap4 {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  padding:15px 0px 15px 0px;
  border-top: 4px solid #239ce3;
  background: #239ce3;
  color: #000;
  text-align:center;
  font-size:16px;
}

.wrapper5 {
  width: 100%;
  background: #000;
  text-align:center;

}
.wrap5 {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  padding:15px 0px 15px 0px;
  border-top: 4px solid #fff;
  background: #000;
  color: #000;
  text-align:center;
  font-size:16px;
  height:20px;
}


