
/*Unique styling for polidata.ai */

p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 22px;
}

a {
	color: #00af4b !important;
}

li {
	font-size: 18px;
	font-weight: 300;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    font-weight: 700;
}
h2 {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    font-weight: 700;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
}

.ogs-bg {
	background-image: url("../images/bg-headings.jpg");
	background-size: cover;
	background-position: bottom;
}

.feature-icon {
    width: 100px;
    height: auto;
}

.background {
    background-color: #202828;
    width: 100%;
}

.ogs-light {
    color: #2c2c2c;
}

hr {
    border-top: 2px solid #a54686;
    width: 64px;
}

.ogs-bg-light2{
    background-color: #C4C4C4;
    width: 100%;
}

.ogs-bg-very-dark{
    background-color: #DFDFDF;
    width: 100%;
}

.ogs-bg-gradient{
    background-color: #efefef;
}

.card-body {
    background-color: #202828;
}

.card {
    border: none;
}

a {
    color: #00a2f4;
}

.btn-primary {
	color: #ffffff !important;
	background-color: #a54686;
	border: none;
}

.btn-primary:hover {
	color: #ffffff !important;
	background-color: #00b14c !important;
	border: none;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.landing-bg {
	background-color: #333333;
	background-image:url("../images/bg-landing.jpg");
	background-position: center;
	background-repeat: none;
	height: 900px;
}
