html {
    -webkit-font-smoothing: antialiased;
    font-family: 'Dosis', sans-serif;
}
body {
    background-color: whitesmoke;
    color: black;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
h1 {
    color: black;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    border: 0px;
    margin: 0px;
}
.homebackground{
    background-image: url(Images/IMG_3109.jpg);
    background-size: 55%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    background-attachment: fixed;
}
.biobackground{
    background-image: url(Images/IMG_0897_Edited_small.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: whitesmoke;
    background-attachment: fixed;
}
.topnav {
    overflow: hidden;
    text-align: center;
    margin: 15px;
    font-family: 'Dosis', sans-serif;
}
.topnav a {
    float: center;
    display: inline;
    color: lightgray;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Dosis', sans-serif;
}
.topnav a:hover {
    background-color: ;
    color: white;
    font-family: 'Dosis', sans-serif;
}
.topnav a.active {
    color: white;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
}
img {
    width: 350px;
    padding-left: 10px;
}

img.floatRight { float: right; 
margin-left: 15px; 
margin-top: 5px
}

.bodytext {
    width: 47%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-height: 850px;
}
.biotext{
    width: 60%;
    margin-right: 40px;
    text-align: justify;
    min-height: 850px;
    margin: auto;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 20px;
}
.performancetitle{
    text-align: center;
}
.performancetext{
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 560px;
    font-size: 12px;
}
iframe {
    width="1920";
    height="1080";
    margin: 15px;
}
.contact{
    text-align: center;
}