/*
Theme Name:     Snuep-academie
Theme URI:
Description:    Snuep-fsu child theme.
Author:         Me
Author URI:
Template:       snuep-fsu
Version:        0.1.0
*/

#masthead .site-branding .custom-logo {
  max-width: 480px;
}

#colophon #footer-logo img {
    width: 34vw;
}

@media only screen and (min-width: 1030px) and (max-width: 1289px) {
  #masthead .site-branding .custom-logo {
    max-width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  #masthead .site-branding .custom-logo {
    max-width: 300px;
  }
}
