﻿.MasterLogo {
  width: 61px;
  height: 61px;
  background-image: url('PTO_Logo_main.png');
}
.LogonLogo {
  width: 100px;
  height: 100px;
  background-image: url('PTO_Logo_main.png');
  background-repeat: no-repeat;
  background-position: center;
}
#SchoolElementBanner {
  margin-top: 15px;
}
#SchoolNameBanner {
  font-size: 1.6rem;
  margin-bottom: 0%;
  font-weight: 750;
  line-height: 1.2;
}
@media only screen and (max-width: 1400px) {
  /* tablets and desktop */
  .button > span {
    display: none;
  }
  .button > span.negate {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  /* phones  */
  .MasterLogo {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: none;
  }
  #SchoolNameBanner {
    margin-left: 8%;
    font-size: 14pt;
    font-weight: 600;
    line-height: 1.6;
  }
  #PTOHeading {
    display: none;
  }
  #loginText {
    display: none;
  }
  #cmdPTOAdmin {
    display: none;
  }
  #cmdLogout {
    content: '<i class="exit_to_app"></i>';
    padding: 2%;
  }
  #needHelpButton {
    padding: 2%;
  }
}