/*
Theme Name: Mobitronic
Theme URI:
Author:
Author URI:
Description:
*/
main {
    margin-top: 56px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.navbar {
    background-color: #2C5282;
}

.navbar a {
    color: #63B3ED;
}

.navbar a:hover {
    color: #BEE3F8;
}

h2 {
    font-family: 'Roboto', sans-serif;
    color: #2D3748;
    font-weight: 700;
    font-size: 32px;
}

p, ul {
    color: #718096;
}

.divider-sm {
    border-top: 2px solid #90CDF4;
    width: 15%;
}

.footer {
    background-color: #4A5568;
    line-height: 2em;
}

.footer p, .footer ul, .footer a {
    color: #EDF2F7;
}

.navbar {
    display: inline-block;
    text-align: right;
}

.navbar-toggler {
    border-color: #fff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.top-info {
    background-color: #EDF2F7;
    font-family: 'Catamaran', sans-serif;
}

.top-info__segment i {
    color: #A0AEC0;
}

.top-info__segment span {
    color: #4A5568;
    padding-left: 10px;
}
.bg-gray-200 {
    background-color: #EDF2F7;
}
.border-top-gray-400 {
    border-top: 1px #CBD5E0 solid;
}
.map {
    color: #90CDF4;
}
.map:hover {
    color: #63B3ED;
}
.map span {
    font-size: 1.5em;
    color: #3182CE;
}
