@media only screen and (min-width: 390px) {

body {
    margin: 0; padding: 0;
    height: auto;
    width:100%;
}

a:link, a:visited, a:active, a:hover {
    color: #253660;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@font-face {
    font-family: NavNav;
    src: url(type/Caprasimo-Regular.ttf);
  }

  @font-face {
    font-family: BodyBody;
    src: url(type/BigShouldersDisplay-Medium.ttf);
  }

  @font-face {
    font-family: BigBody;
    src: url(type/BigShouldersDisplay-ExtraBold.ttf);
  }

  @font-face {
    font-family: FancyBoy;
    src: url(type/Agbalumo-Regular.ttf);
  }
#wrapper {
    margin: 0 auto;
    width: 100%;
    height: 85%;
    text-align:center;
    background-color: #77C9F2;
    background-repeat: repeat-x;
    background-image:url("bungalow.png");
    background-position: bottom 365px right 0;
}

span {
font-family: 'BodyBody', sans-serif;
font-size: 115%;
font-family: 'BodyBody', sans-serif;
text-align: left;
color: #253660;
}

#header {
    margin: 0 auto 1% auto;
    padding: 0 0 2% 0;
    display:block;
    min-height:15%;
    height:15%;
    width:100%;
    background-repeat: repeat-x;
    background-image:url("logo.png");
    background-position: top 0 left 0;
    background-size: 100%;
}

#logo {
    width:100%;
    height:auto;
    text-align: center;
    margin: 0 auto;
}

img.logo-size {
    width:100%;
    height:auto;
/*    float:left; */
    z-index: 99;
}

#nav {
    display: inline-grid;
    /* position: relative;
    left: 18%;
    top: 60%; */
    width: 55%;
    height: auto;
    z-index: 2;
    justify-content: center;
    align-items: end;
    margin: 14% 0 0 40%;
}

#nav ul li {
    font-size: 120%;
    line-height: 1.25rem;
    font-family: 'NavNav', sans-serif;
    display: flex;
    flex-wrap: wrap;
    float:left;
    padding: 0 1.75rem 0 0;
    color: #253660;
}

#nav ul li:last-child {  
    padding: 0;
}

#bodyzone {
    width: 85%;
    min-height: 85%;
    height: 85%;
    display: block;
    margin: 5% 6% 0 6%;
    background-color: #FFF;
    opacity: 0.92;
    border-radius: 25px;
    padding: 1%;
}

img.chair {
    border-radius: 25px;
    margin: 1rem 0;
    max-width:465px;
    max-height:auto;
    width:100%;
    height:auto;
}

#contentzone {
    width:100%;
    height:auto;
    margin: .5rem 0;
    text-align: left;
    display:block;
}

#content-left {
    width: 30%;
    height:auto;
    text-align: left;
    display:inline;
    float:left;
}

#content-right {
    width: 60%;
    height:auto;
    text-align: left;
    display:inline;
    float:right;
}

#footer {
    margin: 20px auto 0 auto;
    min-height:350px;
    height:350px;
    width:100%;
    border-top: 15px solid #253660;
}

#footer img {
    width:35%;
    height:auto;
}

.footer-copy {
    font-size: 85%;
    text-align: center;
    line-height:0;
}

#full-para {
    display: block;
    width: 80%;
    margin: 10px auto;
    height:auto;
}

p {
    font-size: 135%;
    font-family: 'BodyBody', sans-serif;
    text-align: left;
    color: #253660;
    line-height: 2.75rem;
}

h1, h2, h3, h4 {
    font-family: 'BigBody', sans-serif;
    color: #253660;
}

hr.rule {
    color:#253660;
    border-top: 10px solid #253660;
    width: 30%;
    margin:30px auto;
    text-align: center;
}

#sticker {
    z-index: 1;
}
#sticker img {
    position: absolute;
    top: 10px;
    right: 15px;
    width:11%;
    height:auto;
}
}