*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  color: #fff;
  background-color: #22283f;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #fff;
}

.vs-section {
  background-repeat: no-repeat;
  background-position: center center;

  -webkit-background-size: cover;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}

.vs-section h2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 4rem;
  margin: auto;
  font-size: 4rem;
  font-weight: 300;
  line-height: 4rem;
  text-align: center;
}

.vs-section:nth-of-type(1) {
  background-image: url('../images/Intropage.png');
}

/*.vs-section:nth-of-type(2) {
  background: #fff;
  background-image: url('../images/2ndinfo.png');
}*/

.vs-section:nth-of-type(3) {
  background-image: url('../images/3rdinfo.png');
}

.vs-section:nth-of-type(4) {
  background: #f2f2f2;
}

/*.vs-section:nth-of-type(5) {
  background-image: url('../images/Microfinancebg4.jpg');
}*/

footer {
  z-index: 9999;
  position: fixed;
  bottom: 15px;
  left: 15px;
}

footer p {
  color: #999;
}

footer a:nth-child(2) {
  border-bottom: 1px dotted #fff;
}