﻿body {
    font-family: "Karla", serif;
    font-size: clamp(0.9rem, 2vw, 1rem);
    font-weight: 400;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

a, li a {
    text-decoration: none;
    color: darkslategray;
}

    a:hover, li a:hover {
        text-decoration: underline;
        color: darkslategray;
    }

header {
    overflow-x: hidden;
    background: url('../img/background.jpg') no-repeat center 40%;
    background-size: cover;
    height: 30vh;
}

    header div img {
        width: 80%;
        max-width: 620px;
    }

.image-section {
    background: url('../img/background.jpg') no-repeat center 100%;
    background-size: cover;
    height: 10vh;
}

.img-fluid {
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
}

.btn {
    font-family: "Montserrat", sans-serif;
    text-align: left;
    background-color: dimgrey;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-shadow: none;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
}

    .btn a {
        display: block;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 8px;
        padding-left: 20px;
        font-weight: 400;
        color: white;
        text-decoration: none;
        background: url(../dist/img/i-right.png) no-repeat right;
        background-size: 1rem;
        background-position: bottom 50% right 20px;
    }

        .btn a:hover {
            background-color: black;
            transition: all 0.2s ease-out;
        }

.ca.btn {
    background-color: #AD9768;
}

.kb.btn {
    background-color: #6F0A00;
}

.cj.btn {
    background-color: #1B457F;
}

.statement.btn {
    background-color: dimgray;
    max-width: 384px;
    margin-right: auto;
    margin-left: auto;
}

.card-text {
    min-height: 5vh;
}

.card-body img {
    height: 2rem;
}

ul {
    padding: 0;
}

li {
    display: inline;
}

    li:nth-child(n+2):before {
        content: "•";
        color: black;
        padding: 3px;
    }

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .synopsis {
        min-height: 120px;
    }

    .btn {
        font-size: 0.9rem;
    }

    .card-body img {
        height: 26px;
    }
}

@media screen and (min-width: 1200px) {

    .synopsis {
        min-height: 100px;
    }
}
