body {
    background-color: #EEEEEE;
    margin: 0;
    font-family: 'Roboto';
}
.brand-logo {
    margin-top: 0.7rem !important;
    margin-left: 1rem;
}
.brand-logo img {
    height: 2.5rem !important;
}
blockquote{
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #273C75 !important;
}
.background {
    background-color: #273C75;
}
.card {
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
}
.collection .collection-item.avatar {
    min-height: 64px !important;
}
.collection .collection-item.avatar i.circle {
    font-size: 1.6rem !important;
}
.collection .collection-item.avatar:not(.circle-clipper)>.circle, .collection .collection-item.avatar :not(.circle-clipper)>.circle {
    width: 48px !important;
    height: 48px !important;
    left: 10px !important;
}
.collection .collection-item.avatar i.circle {
    line-height: 48px !important;
}
.collection-sub-text {
    margin-top: 12px !important;
}
.collection-visit p {
    color: transparent !important;
    text-shadow: 0 0 16px #000;
}
.dropdown-content{
    border-radius: 2px !important;
}
.dropdown-content li > a {
    color: #121212 !important;
}
.input-field label {
    color: #000;
}
.input-field input[type=tel]:focus + label {
    color: #273C75;
}
.input-field input[type=tel]:focus {
    border-bottom: 1px solid #273C75 !important;
    box-shadow: 0 1px 0 0 #273C75 !important;
}
.nav-wrapper {
    background-color: #273C75 !important;
}
.phone-number {
    font-size: 6vw !important;
}
#modal_phone_number {
    width: 97% !important;
}
@media screen and (max-width: 600px) {
    .brand-logo {
        margin-left: 0rem;
        margin-top: 2px;
    }
    .collection-sub-text {
        margin-top: 12px !important;
    }
}