/*Unique styling for polidata.ai */

p {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
}

a {
    color: #00a2f4;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    font-weight: 600;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

h5 {
    font-family: 'Lato', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
}

h6 {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    font-weight: 500;
}


.nav-link {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.navbar {
    z-index: 1100;
}

.carousel-caption p {
    font-size: 1rem;
}

.carousel-caption-container {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.carousel-caption-text {
    position: relative;
    right: unset;
    left: unset;
    text-align: left;
    padding-left: 10%;
    padding-right: 20px;
    padding-top: 5%;
    padding-bottom: 0;
}

.carousel-caption-image {
    position: relative;
    right: unset;
    left: unset;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    min-height: 60%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.carousel-item {
    height: 40vh;
    background-size: cover;
}

.feature-icon {
    width: 100px;
    height: auto;
}

.background {
    background-color: #202828;
    width: 100%;
}

.poli-dark {
    color: #fff;
    font-weight: 200;
}

.poli-light {
    color: #000;
    font-weight: 500;
}

hr {
    border-top: 2px solid #0bee00;
    width: 64px;
}

.poli-bg-dark {
    background-color: #202828;
    width: 100%;
}

.poli-bg-very-dark {
    background-color: #060707;
    width: 100%;
}

.poli-bg-gradient {
    background-image: url(../images/background-gradient.jpg);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    width: 100%;
}

.poli-bg-gradient-mono {
    background-image: url(../images/background-gradient-mono.jpg);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    width: 100%;
}

.card-body {
    background-color: #202828;
}

.card {
    border: none;
}

.alert-container {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.alert {
    position: relative;
    z-index: 1000;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
}

button.accept-policy {
    font-size: 0.8rem;
    color: white;
}

.alert-info {
    background-color: #006cbf;
    border: 1px solid #fbeed5;
    border-color: #0062cc;
    color: #ffffff;
}
