body {
    background: whitesmoke;
    color: black;
    padding: 0;
    margin: 0;
    text-align: center;
}

header {
    background-color: black;
    background: linear-gradient(rgba(0,0,0, .1), rgba(0,0,0, .4)), url("../images/063E2793-D727-42B4-BB30-6A0CD4F205A4_1_105_c.jpeg");
    background-size: 170%;
    background-repeat: no-repeat;
    background-position: center ;
    height: 380px;
    padding: 20px;
    text-align: center;
}
header .mobile {
    display: none;
}
header a {
    color: white;
    font-weight: 100;
    text-decoration: none;
    text-transform: uppercase;
    margin: auto;
    padding: 0.4;
    list-style: none;
}
header li {
    color: white;
    font-weight: 100;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: inline-block;
    padding: 10px;
    margin: auto;
}
header .logomobile {
    display: none;
}
header .logo a {
    background-image: url("../images/logo\ a.png");
    background-size: 300px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 80px;
    position: relative;
    text-indent: -9999999px;
    top: -40px;
    width: 300px;
}

/* reponsive rules */
@media screen and (max-width: 751px) {
    header li {
        display: inline-block;
        padding: 10px;
        margin: auto;
    }
    header {
        height: 200px;
        background-size: 170%;
    }
    header .mobile {
        display: inline-block;
    }
    header .desktop {
        display: none;
    }
    
}
section { 
    background-color:white;
    height: 300px;
}
.Bio figure p {
    color: black;
    font-size: x-large;
    font-style: unset;
    font-weight: 100;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 60px;
}
.Bio figure button {
    background: rgb(221, 228, 221);
    border: 10px;
    border-radius: 10px;
    color: none;
}
.Bio figure button a {
    text-decoration: none;
    font-weight: 100;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: black;
} 
section h1 {
    font-size: 50px;
    background: white;
    color: black;
    margin: auto;
    width: auto;
}
footer {
    background-color: black;
    color: whitesmoke;
    text-align: center;
    height: 50%;
}
footer p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: left;
    font-family: 200;
}
footer a {
    color: whitesmoke;
    text-decoration: none;
    text-align: left;
    padding: 10px;
}

    
