

#content{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin-top:1%;
    margin-left:28%;
    margin-right:28%;
    text-align:center;
}

#name{
    font-size: 32px;
    font-weight: bolder;
    margin-top:1%;
}

#bio{
    text-align:left;
    margin-top:1%;
}

#bio p{
    font-size: 16px;
    text-indent: 30px ;
}

#biofoot{
    text-align:center;
}

#links{
    margin-top:1%;
    font-size: 21px;
    font-weight: bold;
}

#links ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#links li{
    display:inline-block;
}

h1 {
	    font-size: 32px;
    font-weight: bolder;
    margin-top:1%;
}

.divider{
    color:grey;
}

a{
    text-decoration: none;
}
a:link{
    color: black;
}

a:visited{
    color: black;
}

a:hover{
    color: darkslategrey;
}
a:active{
    color: black;
}

#footer{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: static;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top:25px;
    text-align:center;
}


@media screen and (max-width: 1080px) {
    #content{
        margin-left: 5%;
        margin-right: 5%;
        padding: 0 0 0 0;
    }

    body{
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    
#links{
    font-size: 2em;
}

}
