/* Beginning of Ticket 13128099193 - Steve */

/* https://app.intercom.io/a/apps/uinqovrx/respond/inbox/1001289/conversations/13128099193 */

/* To increase size of logo on Mica desktop */

@media only screen and (min-width: 768px){
.header .logo img {
  max-width: 600px; /* 200px */
}

} /* ends desktop media query */

/* To increase size of logo on Mica mobile */

@media only screen and (max-width: 767px){
.header .logo img {
  max-width: 340px; /* 200px */
}

} /* ends mobile media query */

/* End of Ticket 13128099193 */