        h1 {
            font-family: mr-eaves,sans-serif;
            font-weight: 200;
            font-size: 3.5em;
/*            color: #a7a9ac;*/
            margin-top: 30px;
        }

        h2 {
            font-weight: 300;
            font-size: 3em;
        }

        h3 {
            font-weight: 200;
            font-size: 2.2em;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        h4 {
            font-weight: 700;
            font-size: 1.8em;
        }

        p {
            font-size: 1.1em;
        }

        li {
            font-size: 1.1em;
        }

        .nav-icon {
            margin: 6px;
            width: 20px;
        }

        .jtron-logo {
            position: absolute;
            left: 40px;
            top: 200px;

        }
        
        .jtron-logo-sm {
            position: relative;
            left: 1%;
            top: 80px;

        }
        
        hr {
            border-style: solid;
            border-width: 1px;
            border-color: #22bdc3;
            margin-bottom: 30px;
            margin-top: -8px;
        }
        
        .my-header-icon {
            width: 45px;
            margin-right: 10px;
            vertical-align: middle;
            padding-bottom: 10px;
        }
        
        .portfolio-image {
            width: 100%;
            margin-bottom: 10px;
        }
        
/*
        .portfolio-content {
            margin-left: 8%;
            margin-right: 8%;
            margin-bottom: 40px;
        }
*/

        .resume-lead {
            font-weight: 700;
            font-size: 1.3em;
            margin-bottom: 0em;
        }

        .blue-button {
            background-color: #22bdc3;
            border: none;
        }

        footer {
            background-color: #22bdc3;
            color: white;
            text-align: center;
            padding: 10px;
        }