/* Mobile style sheet for William's site */

body {
    font-family: helvetica;
    font-size: 14pt;
}

/* Menu display looks really bad on device */
#menu {
    display: none;
}

#heading {
    background: url("mccue-mobile.png");
    width: 320px;
    height: 80px;
    background-repeat: no-repeat;
}

/* Single-column format, not multi-column */
.principals {
    position: relative;
    float: none;
    height: auto;
    width: 90%;
}

h1 {
    font-size: 20pt;
}

h2 {
    font-size: 15pt;
}

#whole_page {
    min-width: 320px;
}

#right_side {
    position: relative;
    float: none;
    height: auto;
    padding: 0px;
    width: 100%;
    margin: 0px;
    margin-left: 0px;
}

#family, #budget {
    width: 290px;
}

#fun_facts {
    display: none;
}

.principal {
    margin: 10px 5px;
}

.principal p {
  font-size: 12pt;
}

.who, .why, .budget, .beauty, .donate, .lois, .photos, .memorial, .photos, .bully_explain {
    margin: 0px;
    margin-top: 10px;
    height: auto;
    width: 90%;
}

.principles {
    margin: 10px;
    height: auto;
    width: 100%;
}


.beauty {
    font-size: 12pt;
}

/* Copyright Notice */
.copyright {
  position: relative;
  margin-top: 5px;
  font-style: italic;
  text-align: center;
  color: white;
}


