@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,700italic,800,800italic);


html, body {
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.toppush {
  padding-top: 75px;
}

.smlpadding {
  padding-top: 25px;
}


p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 200;
    color: white;
    text-align: center;
}

a {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 200;
    color: #38b449;
    text-decoration: none;
}

a:hover {
    color: #8cc63e;
    text-decoration: none;
}







@media (max-width: 991px) {
    
     
}


@media (max-width: 768px) {
    
    p {
          font-family: 'Open Sans', sans-serif;
          font-size: 16px;
          font-weight: 200;
          color: white;
          text-align: center;
      }
      
      a {
          font-family: 'Open Sans', sans-serif;
          font-size: 16px;
          font-weight: 200;
          color: #38b449;
          text-decoration: none;
      }
    
}

