﻿/*.navbar-brand img {
    width: 370px;
}*/

.navbar-dark .navbar-brand {
    color: #232323;
}

.navbar-brand {
    text-align: center;
    width: 100%;
    text-transform: none !important;
    font-size: 1.8rem !important;
}

.navbar-custom {
    background-color: rgba(255, 255, 255, 0.9);
}

.sub-heading {
    color: #4e4e50;
    margin-bottom: 40px;
}

.subtle {
    text-align: center;
    color: #4e4e50;
}

@media only screen and (max-width : 991px) {
    .rounded-circle {
        display: block;
        margin: 0 auto;
        width: 250px;
    }
    .sub-heading {
        text-align: center;
    }
}

.navbar-dark .navbar-brand {
    color: #232323;
}

/*@media only screen and (max-width : 767px) {
    .navbar-brand img {
        width: 270px;
        margin-top: 10px;
    }
}

@media only screen and (max-width : 373px) {
    .navbar-brand img {
        width: 190px;
        margin-top: 15px;
    }
}*/