﻿
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;400&display=swap');
@import url(https://fonts.googleapis.com/css?family=Raleway:300,700);


body {
    height: 100vh;
    min-height: 550px;
}

footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #000;
}

.FooterWrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#FooterDiv1, i {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}


.textbox_form {
    vertical-align: middle;
    width: 100%;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    border: 1px solid #b5b5b5;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.button_form_b {
    max-width: 100%;
    width: 100%;
    background: #101111;
    color: #f9f9f9;
    border: none;
    padding: 5px;
    text-transform: uppercase;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    outline: none;
}


.template {
    display: grid;
    grid-gap: 200px;
    grid-auto-rows: 22rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit,minmax(25rem,1fr));
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.container {
    position: relative;
    width: 40%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

    .container .card {
        position: relative;
        background: #FFF;
        padding-top: 10px;
        display: flex;
        justify-content: space-between;
        height: fit-content;
    }

        .container .card .header {
            position: relative;
            font-size: 30px;
            /*font-weight: 500;*/
            text-align: center;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #004982;
        }

        .container .card .info {
            font-weight: 400;
            text-align: left;
            color: #0050aa;
            font-size: 16px;
            padding-left: 50px;
            padding-right: 50px;
            padding-top: 10px;
            padding-bottom: 20px;
        }

.message {
    padding-top: 5px;
    font-style: italic;
    color: #ab2525;
}


@media (max-width:1940px) {
    .template {
        grid-gap: 200px;
    }
}

@media (max-width:1640px) {
    .template {
        grid-gap: 100px;
    }

    .container .card {
        height: auto;
        width: 100%;
        margin: auto;
    }

        .container .card .header {
            position: relative;
            font-size: 30px;
            text-align: center;
            color: #004982;
        }
}

@media (max-width:1200px) {
    .template {
        display: grid;
        grid-gap: 50px;
        grid-auto-rows: 22rem;
    }

    .container {
        position: relative;
        top: 15%;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }

        .container .card {
            position: relative;
            background: #ffffff;
            padding: 0;
            width: 100%;
            padding-top: 10px;
            display: flex;
            justify-content: space-between;
        }
}

@media (max-width:900px) {

    .template {
        display: grid;
        grid-gap: 0;
        grid-auto-rows: 20rem;
    }

    .container {
        position: relative;
        top: 10px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        left: -20px;
    }

        .container .card {
            position: relative;
            background: #ffffff;
            padding: 0;
            width: 100%;
            padding-top: 10px;
            display: flex;
        }

    footer {
        font-size: 10px;
    }

        footer p {
            display: none;
        }

}

@media (max-width: 480px) {
    .template {
        display: grid;
        grid-gap: 0;
        grid-auto-rows: 20rem;
    }

    .container {
        position: relative;
        top: 10px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        left: -20px;
    }

        .container .card {
            position: relative;
            background: #ffffff;
            padding: 0;
            width: 100%;
            padding-top: 10px;
            display: flex;
        }

    footer {
        font-size: 10px;
    }

        footer p {
            display: none;
        }
}
