
#biotext {
	top: 104px;
	left: 50px;
	width: 450px;
	line-height: 21pt;
	font-size: 11.5pt;
    position: absolute;
}
#biotext a {
    font-weight: bold;
}

#courtyard {
	position: absolute;
	width: 290px;
	top: -150px;
	left: 577px;
}

#bionav {
    float: right;
	top: 103px;
	left:  unset;
    margin-right: 20px;

}

#biocred {
    position: absolute;
    float: none;
    width: 400px;
    left: 50px;
    top: 905px;
}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 650px) /* and (orientation: portrait) */  {

#courtyard,#biocred {
    display: none;
}
#biotext {
    width: unset;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 25px;
    font-size: 11pt;
}
#bionav {
    top: 0px;
}

}

/* Smartphones (landscape) -----------
@media only screen and (max-device-width : 650px) and (orientation: landscape) {

#courtyard, #biocred {
    display: none;
}
#biotext {
    width: 400px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 25px;
    font-size: 11pt;
}
#bionav {
    top: 63px;
}

}
*/
