* {
    font-family:monospace;
    color:white;
}

body {
    background-image: url(images/gray-tall.jpg); 
    background-repeat:repeat-y;
    background-size: 100% auto;
} 

.profile-pic {
    max-width: 40%;
    max-height: 40%;
    border-radius: 50%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0px;
}

.navbar-brand {
    color: white;
    font-weight: 800;
}

.nav-item {
    font-size:x-large;
}

h1 {
    font-size: xx-large;
    font-weight: 600;
}

h3 {
    font-size:x-large;
    font-weight: 600;
}

.social-icons-hero {
    display: flex;
}

p {
    font-size: large;
    align-items: center;
    font-weight: 800;
}

.cert-header {
    font-size: xx-large;
    font-weight: 900;
    font-style: oblique;
}

.cert-img {
    max-width: 70%;
    overflow: hidden;
}

.project-img {
    max-width: 70%;
    overflow: hidden;
}
