﻿.title {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: rgba(23,70,158,1);
    text-align: center;
    margin-bottom:2rem;
}

.contact .form-control {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: rgba(112,112,112,.6);
    border: 1px solid #17469E;
    border-radius:3px;
    margin-bottom:1rem;
}

.form-send {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(255,255,255,1);
    background-color: #17469E;
    border-radius: 5px;
    padding: .5rem 3rem;
}

.form-send:hover {
    box-shadow: 0 0.5em 0.5em -0.4em #17469E;
    transform: translateY(-0.25em);
    color:white;
}

.sub-title {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: rgba(112,112,112,1);
}

.info {
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(112,112,112,1);
}

.address-frame {
    background-color: white;
    padding: 2rem;
    border: 1px solid #17469E;
    border-radius: 3px;
}