/*.navbar-brand img {
    width: 350px;
    height: 250px;
}

@media screen and (max-width: 900px) {
    .navbar-brand img {
        width: 150px;
        height: 107px;
    }
}*/

.imgScale {
    width: 80%;
    max-width: 350px;
}
.g-mb-50 {
    margin-bottom:1rem !important;
}
.g-py-100 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

body{
    color: #7C8285;
}

.navbar > .container{
    justify-content:center;
}