/*

This is the standard css for caseyleonard.com

*/

body {

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  padding: 0px;
  margin:  0px;

  overflow-x: hidden;
 
}

li a i {
  margin-right: 5px;
}

#goback {

  font-size: 9em;
  position: fixed;
  top: -4%;
  left: -1%;

}

#goback a:hover {
  color: lawngreen;
}

#links {
    list-style-type: none;
    font-size: 3em;
}

#pubkey {
    display: block;
    margin: 0 0 0 1.5em;
}

ul {
    display: block;
    padding: 0;
    margin: 0 0 9px 45px;
}

li {
    margin-top: 10px;
}

h2 {
    font-size: 4.3em;
    margin: 15px;
    text-align: center;
}

h3 {
    font-size: 2em;
    margin: 15px;
}

a, a:visited, a:active, a:hover {
    text-decoration: none;
    color: black;
}

#footer {
    position: fixed;
    left: 20px;
    bottom: 5px;
    font-size: 0.9em;
}

#bigfrog {
    margin-left: 10%;
    width: 80%;
}

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

    body {
        color: white;
        overflow-y: hidden;
    }

    a, a:visited, a:active, a:hover {
        color: white;
    }

    h2 {
        font-size: 4em;
        text-align: left;
    }

    li {
        border-bottom: 1px solid white;
        margin-top: 5px;
    }

    #links {
        font-size: 2.8em;
    }

    #bigfrog {
        position: fixed;
        top: 30px;
        margin-left: 40%;
        width: 70%;
    }

}



