@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;700&display=swap');

body {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #49433c;
}


h1 {
    font-size: 3.2em;
}


h1,
h2,
h3,
h4 {
    font-family: 'Nunito';
    font-weight: 400;
    /*color: #3f382a;*/
    color: #1a3a45;
}

h2.sub {
    color: #49433c;
}

h4 {
    color: #49433c;
}

.big-button,
.big-button:hover {
    border-radius: 5px;
    background-color: #49433c;
    color: white;
    padding: 1rem 2rem;
}

.big {
    font-size: 1.2em;
    line-height: 1.2em;
}

.card-title {
    font-size: 3em;
}

.card-header h4 {
    font-size: 1.6em;
    color: white;
}

.pricing-card li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    font-weight: 400;
}

.pricing-card li:last-child {
    border-bottom: none;
}

.pricing-card .card-title {
    margin-bottom: 0.5em;
}


.pricing-card .card-header {
    background-color: #1a3a45;
    color: white;

}

.container {
    max-width: 70em;
    padding-bottom: 2em;
}

.jumbotron {
    color: white;
    /*background-image: url("./images/CS-protest-Helsinki-1968a-darker.jpg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.jumbotron h1 {
    font-size: 4em;
}

.jumbotron p {
    font-size: 2em;
    font-weight: 3;
}

@media screen and (max-width: 800px) {

    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 2em;
    }

    .card-title {
        font-size: 2em;
    }

    .card-header h4 {
        font-size: 1.5em;
    }

    .jumbotron h1 {
        font-size: 2em;
    }

    .jumbotron p {
        font-size: 1em;
    }

    .big-button {
        font-size: 1em;
    }
}


.shadow {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25) !important;
}


.agorakit-intro {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agorakit-intro h1 {

    font-size: 12em;
    text-align: right;
    margin-bottom: 0;
    color: #0c4f6b;
    /*font-weight: 700;*/
    font-family: 'Covered By Your Grace'

}


.agorakit-intro p {
    position: relative;
    top: 0.5em;
    font-size: 1.25em;
    line-height: 1.1em;
    font-weight: 300;
}

.agorakit-sumary {
    font-size: 1.5em;
}



.centered {
    text-align: center;
}


.card {
    margin-bottom: 3em;
}

.card img {
    cursor: pointer;
}