body,h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}

p > a:-webkit-any-link {font-weight: bold}

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
}

a:hover {color: #B4E589}

.my-certs {background: #FFF0D3}

.my-projects {margin:0 -16px}

.my-resume {background-color: #0a0a0a;}

.proj-foot {background: #B6C1D7}

.proj-head {background: #6F85AF}

.w3-row-padding img {margin-bottom: 12px}

.project-image {
    width: 100%;
    opacity: .8;
}

/* Set the width of the sidebar to 120px */   
.w3-sidebar {width: 120px;background: #222;}

/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {margin-left: 120px}

/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}






