body {
  font-family: 'Poppins', sans-serif;
  font-size:0.9rem !important;
  color:#696969 !important;
}
h1 {
  font-size:2rem;
  color:#333333;
}
h2 {
  font-size:1.2rem;
  color:#333333;
}
h3 {
  font-size:1.2rem;
  color:#333333;
  font-weight: normal !important;
}
h4 {
  font-size:1rem;
  color:#333333;
}
.OGS-navbar {
  padding-top:25px;
  padding-bottom:25px;
  color: #000 !important;
  background-color: #fff;
}
.OGS-navbar a {
  color: #000 !important;
}
.OGS-navbar a:hover {
  color: #999999;
}
.OGS-logo {
  max-width: 180px;
}
.navbar .navbar-light .navbar-nav {
    color: rgba(0, 0, 0, 1) !important;
}
#MainImage {
  border-top-left-radius:60%;
  border-bottom-left-radius:85%;
  border-bottom-right-radius:25%;
}
.main-h1 {
  margin-top:7rem;
}
.OGSicon {
  padding:2rem;
  background-color:rgba(55, 125, 255, 0.1);
  border-radius: 50%;
  margin-bottom:1rem;
}
.buton {
  border:1px solid #ccc;
}
.footer-space {
  padding-top:5rem;
  padding-bottom:2rem;
}
.list-group-borderless {
  border:none !important;
  list-style-type: none; !important
  background:none;
}
.center-text {
  text-align: center;
}
.masthead {
  height: 50vh;
  min-height: 400px;
  background-image: url('../img/img1.jpg');
  background-size: cover;
  background-position:bottom;
  background-repeat: no-repeat;
}
.white_opacity_25 {
  padding:1rem;
  background-color:rgba(255, 255, 255, .35);
  color: #000;
}
a.current_button {
  color:rgba(0, 0, 0, .5) !important;
}
a.current_button:hover {
  color:rgba(0, 0, 0, .5) !important;
}
a.current_button:visited {
  color:rgba(0, 0, 0, .5) !important;
}
.align-left {
  text-align: left !important;
}
a:hover {
  color:rgba(0, 0, 0, .5) !important;
}
