
@font-face {
    font-family: lastica;
    src: url(lastica_light.woff2);
    font-weight: lighter;
}

@font-face {
    font-family: lastica;
    src: url(lastica.woff2);
    font-weight: normal;
}

@font-face {
    font-family: lastica;
    src: url(lastica_mid.woff2);
    font-weight: bold;
}

@font-face {
    font-family: lastica;
    src: url(lastica_bold.woff2);
    font-weight: 700;
}

@font-face {
    font-family: anonymous;
    src: url(anonymous.woff2);
    font-weight: normal;
}

body {
    color: white;
    background-color: #2c1e4a;
    min-height: 100vh;
}

section {
    min-height: 70vh;
}

.title_container {
    top: 10rem;
    left: 15%;
    font-family: lastica, auto;
    text-transform: none;
    font-kerning: none;
}

.title_container h4 {
    margin-bottom: 5rem;
}

.title_container h2 {
    font-weight: 800;
}

.heading {
    font-family: indivisible, 'auto';
    font-size: 3rem;
    line-height: 3.2rem;
    letter-spacing: 0.025em;
}

.text {
    font-family: anonymous, 'auto';
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 200;
    letter-spacing: 0em;
}

.gradient_bg {
    background: rgb(23, 54, 108);
    background: radial-gradient(at 70% 30%, rgba(23, 54, 108, 1) 0%, rgba(23, 54, 108, 1) 14%, rgba(72, 30, 104, 1) 100%) left center;
}

.secondary_bg {
    background: rgb(72, 30, 104);
    background: radial-gradient(at 30% 70%, rgba(72, 30, 104, 1) 0%, #1e2c55 66%, #1e2c55 100%);
}

.solid_bg {
    background-color: #2c1e4a;
}

.card {
    width: 20rem;
    height: 40vh;
}
.card.border-none {
    border:0;
}

.service .card-img-top {
    height: 66%;
}

.chief .card-img-top {
    width: 100%;
    object-fit: cover;
}

.card-body {
    font-family: indivisible, 'auto';
    font-weight: 400;
    font-style: normal;
    color: rgb(44, 30, 74);
    font-kerning: none;
    font-size: 1.2rem;
    text-decoration: none;
}
.chief .card-text {
    color:white;
}

.chief .card-title {
    font-size: 1.5rem;
    color: rgb(215, 60, 190);
}

.service .card-title {
    font-size: 1.5rem;
    color: rgb(215, 60, 190);
}

.lead {
    font-family: lastica, auto;
    text-transform: none;
    font-kerning: none;
    font-weight: 700;
    font-size:1.25rem;
}

.info {
    font-family: indivisible, auto;
    font-weight:400;
    text-transform: none;
    font-kerning: none;
    color: rgb(215, 60, 190);
    font-size:1.5rem;
}
