/** ADD YOUR AWESOME CODES HERE **/
.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img.logo {
    height: 80px;       /* adjust size */
    width: auto;
    margin-right: 50px; /* space between logo & text */
}

.navbar-brand .brand-text {
    font-size: 30px;
    font-weight: 600;
     color: black; /* change color if needed */
}
.navbar-brand .brand-text:hover {
    color:  #EDA35A;           /* change this to any color you want */
}

