﻿/* Home */

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto;
    font-weight: bold;
    src: url('../fonts/Roboto-Bold.ttf');
}

html, body, p, a, li, b {
    font-family: Roboto !important;
}

.home {
    padding-top: 40px;
}

    .home h1 {
        margin-bottom: 80px;
        font-size: 2em;
        color: #3061b2;
    }

    .home .main_content {
        margin-top: 30px;
        padding: 100px 0;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;
    }

        .home .main_content ul li {
            display: inline-block;
            width: 350px;
            margin: 0 15px;
        }

            .home .main_content ul li a {
                text-transform: uppercase;
                color: #000;
            }

                .home .main_content ul li a:hover {
                    color: #35c2bc;
                }

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.card-img-custom img {
    /*width: 178px;*/
    height: 178px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.card__one {
    transition: transform 0.5s;
}

    .card__one::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
        content: "";
        opacity: 0;
        z-index: -1;
    }

    .card__one:hover, .card__one:focus {
        transform: scale3d(1.006, 1.006, 1);
    }

        .card__one:hover::after, .card__one:focus::after {
            opacity: 1;
        }

.card-title-div {
    background-color: #1b88a2;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    transition: background-color 0.5s;
}

    .card-title-div a:hover {
        color: white;
    }

.card__one:hover .card-title-div {
    background-color: #927a61;
}


.card-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 1.25rem;
    color: white;
    font-weight: bold;
}

.jumbotron-text {
    font-style: italic;
    font-size: 19px;
    margin-top: 5%;
}

.login-link {
    color: white;
}

.form-inline .btn-header-white {
    color: white;
    /*border-color: white;*/
}

.home .jumbotron {
    padding: 2rem 2rem;
}

.utilis-btn-green {
    background-color: #3a87a2;
    border-color: #3a87a2;
    color: white;
    cursor: pointer;
}

    .utilis-btn-green:hover {
        background-color: #224e5e;
        border-color: #224e5e;
        color: white;
    }

.utilis-btn-brown {
    background-color: #927a61;
    border-color: #927a61;
    color: white;
    cursor: pointer;
}

    .utilis-btn-brown:hover {
        background-color: #5c4d3d;
        border-color: #5c4d3d;
    }

.privacy-footer {
    font-size: 1.5em;
    color: #1d87a1;
    margin-right: 20px;
}
