/* Author:Robert Herrera */
body {
    background-color: black;
    color: white;
}

footer {
    color: gray;

}

h4,
h3 {
    color: gray;
    font-family: 'Archivo Black', sans-serif;
}

.jumbotron {
    background-color: hsl(204, 100%, 80%);
    font-family: 'Russo One', sans-serif;
    color: darkblue;
    padding: 1vh;
}

#aboutImg {
    margin: auto;
    width: 30%;
    height: 40%;
    border-radius: 5%;
}

/*Remove styling on links */
a:visited,
a:hover {
    text-decoration: none;
}

.portfolio {
    float: left;
}

.github {
    float: right;
    margin-right: 50%;
}

h1 {
    color: cornflowerblue !important;
}

.work-headers {
    color: black;
}

img {
    max-width: 800px;
}

#technologist-emoji {
    font-size: 300%;
}

.caption {
    text-align: center;
    display: block;
}