            @font-face {
                font-family: 'BankGothicLH';
                src: url('fonts/BankGothicLH.ttf') format('truetype')
            }

            body{
                background-image: url(background.jpg);
                background-repeat: repeat;
                background-attachment: fixed;
                font-family: Calibri;
                font-size: 35px;
                margin: 0px;
            }
            ul{
                margin: 0px;
                padding: 0;
            }
            header{
                height:auto;
            }
            img {
                width: 100%;
            }
            section article {
                display: inline-block;
                width: calc(33.33% - 60px);
                margin: 30px;
            }
            h1{
                text-align: center;
                font-family: BankGothicLH;
                color: #FFF;
                font-size: 119px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 5px;
                margin-top: 10px;
            }
            h2{
                text-align: center;
                font-family: BankGothicLH;
                color: #000;
                font-size: 79px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 20px;
                margin-top: 170px;
            }
            h3{
                font-family: BankGothicLH;
                color: #000;
                font-size: 59px;
                margin: 0 auto;
            }
            h4{
                font-family: BankGothicLH;
                color: #000;
                font-size: 32px;
                margin: 0 auto;
            }
            nav{
                padding: 5px 0;
                z-index: 2;
                text-align:center;
            }
            nav ul li{
                list-style: none;
                display: inline-block;
                margin: 0 20px;
                border-width: 2px;
                color:white;
                font-family: BankGothicLH;
                font-size: 40px
            }
    
            nav ul li:hover{
                color:red;
                font-weight:bolder;
                transition-duration: 1s;
                border-width: 2px;
                font-family: BankGothicLH;
            }
            .intro{
                font-family: Calibri;
                font-size: 35px;
                width: 800px;
                border: solid black;
                padding:20px;
                background-color: white;
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                font-weight: bold;
                margin-top:200px;
            }
            .contact{
                font-family: BankGothicLH;
                font-size: 35px;
                width: 815px;
                border: solid black;
                padding:20px;
                background-color: white;
                margin-left: auto;
                margin-right: auto;
                font-weight: bold;
            }
            .resume{
                background-color: #000;
                color: #FFFFFF;
                padding: 20px;
                margin: 20px 0 0 0;
                font-size: 35px;
                font-family: calibri;
                font-weight:bold;
            }
            article{
                width: 500px;
                margin: 30px;
                margin-left: auto;
                margin-right: auto;   
            }       
            .grid{
                display: inline-block;
                text-align: right;
                font-size:25px;
            }
            .gridabout{
                display: inline-block;
                text-align: right;
                font-size:25px;
            }
            .gridalt{
                display: inline-block;
                text-align: left;
                font-size:25px;
            }

            .container{
                margin-left: auto;
                margin-right: auto;
                width: 1050px;
            }
            .experience{
                display: inline-block;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                width: 100%;
            }
            .experience img{
                width: 100px;
            }
            .gridabout img{
                width: 400px
            }
            .navigation{
                background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 95%, rgba(0,0,0,0) 100%);
                position: fixed;
                text-align: center;
                width:100%;
            }
            input{
                width: 400px;
            }
            a{
                text-decoration: none;
            }
            .break{
                margin-top: 50px;
            }
            article.contactleft{
                display: inline-block;
                width: 400px;
                text-align: left;
                vertical-align: top;
                margin: 0;
            }
            article.contactright{
                display: inline-block;
                width: 400px;
                text-align: right;
                margin: 0px;
            }
            .message{
                height:200px;
            }
            input{
                height: 50px;
            }

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
                body {
                    font-size: 3vw;
                    }
                .container{
                    margin-left: auto;
                    margin-right: auto;
                    width: 60vw;
                    text-align: center;
                    }
                h1{
                    font-size: 8vw;
                }
                h2{
                    font-size: 6vw;
                    margin-top: 21vw;
                }
                h3{
                    font-size: 6vw;
                }
                h4{
                    font-family: BankGothicLH;
                    color: #000;
                    font-size: 4vw;
                    margin: 0 auto;
                    }
                .grid{
                    text-align: center;
                    font-size:3vw;
                }
                .gridabout{
                    text-align: center;
                    font-size:3vw;
                }
                .gridalt{
                    text-align: center;
                    font-size:3vw;
                }
                nav ul li{
                    font-size: 3vw;
                    margin: 0 2vw;
                    display: block;
                }
                .experience img{
                    width: 6vw;
                }
                .contact{
                     width: 400px;
                }
                .break{
                    margin-top: 3vw;
                }
                .intro{
                    width: 400px;
                    margin-top: 26vw;
                }
                .gridabout img{
                    width: 36vw;
                }
                img{
                    width:60vw;
                }
                article{
                    width: 60vw;
                }
                article.contactright{
                    text-align:left;
                }          
            }
/* On screens that are 592px or less, set the background color to blue */
@media screen and (max-width: 592px) {
            body {
                    font-size: 3vw;
                    }
            .container{
                    margin-left: auto;
                    margin-right: auto;
                    width: 60vw;
                    text-align: center;
                }
            .contact {
                    width: 200px;
                }
            input {
                    width: 200px;
                }
            h2{
                    margin-top:25vw;
                }
            .intro{
                    width: 200px;
                    margin-top: 26vw;
                    font-size: 5vw;
                }
            .resume{
                    font-size: 5vw;
            }
        }           
        