﻿.contact-title {
    color: black;
    font-weight: 600;
    font-size: 30pt;
}

.contact-second-title {
    color: black;
    font-weight: 500;
    font-size: 25pt;
}


.contact-subtitle {
    color: black;
    font-weight: 600;
    font-size: 16pt;
}

.contact-text {
    color: black;
    font-size: 13pt;
    font-weight: 300
}

.form-control {
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: white;
    height: 50px;
    margin-bottom: 25pt;
}

    .form-control:focus {
        transition: all .4s ease;
        border: 2px solid #354F9A;
    }

label {
    float: left;
    font-size: 14pt;
    font-weight: 400;
    color: black;
}

.blue-big-button {
    display: inline-block;
    background: #354F9A;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    font-size: 14pt;
    text-align: center;
    margin-right: 20pt;
    padding: 10pt 25pt;
    border: solid;
    border-color: white;
    cursor: pointer;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-shadow: none;
}

    .blue-big-button:hover {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        border: solid;
        border-color: #354F9A;
        background: white;
        color: #354F9A;
    }
    .blue-big-button:focus {
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        border: solid;
        border-color: #354F9A;
        background: white;
        color: #354F9A;
    }
.map {
    height: 310pt;
    width: 85%;
    margin-top: 40pt;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
    float: right;
}

star {
    color: blue;
}

.text-danger {
    float: left;
    font-size: 15pt;
    font-weight: 500;
}

.alert-success {
    padding: 20pt;
    font-weight: 500;
    font-size: 13pt;
    color: green;
}

.alert-danger {
    padding: 20pt;
    font-weight: 500;
    font-size: 13pt;
    color: darkred;
}

@media (max-width: 1250px) {
    .text-center-mobile {
        text-align: center;
    }

    .map {
        float: none;
        width: 100%;
    }
}
