        html{
            font-family: Arial, sans-serif;
        }
        /*Nav*/

        #nav{
            width:100%;
            height:40px;
            background-color:#474747;
            position:fixed;
            top:0;
            z-index:1;
        }
        #navSub{
            height:100%;
            width:170px;
            background-color:#474747;
            position:fixed;
            top:0;
            right:0;
            display:none;
            z-index:5;
        }
        #navSub a:link {
            text-decoration: none;
            color:white;
        }
        #navIcon{
            color:white;
            font-size:25px;
            float:right;
            margin-right:15px;
            margin-top:6px;
        }
        #navIcon2{
            color:white;
            font-size:25px;
            float:right;
            margin-right:15px;
            margin-top:6px;
        }
        #icon3{
            height:40px;
            width:50px;
            float:right;
        }
        .nav_backing{
            position:fixed;
            top:0;
            left:0;
            z-index:4;
            height:100%;
            width:100%;
            background-color:black;
            opacity:.2;
            display:none;
        }
        #sub1{
            display:none;
            background-color:#6b6b6b;
        }
        .links{
            width:100%;
            height:30px;
            padding-top:9px;
            text-align:center;
            color:white;
            text-decoration:none;
        }
        .link_text{
            margin-top:15px;
            color:white;
            text-decoration:none;
        }
        .links_top{
            width:100%;
            height:30px;
            margin-top:35px;
            padding-top:9px;
            text-align:center;
        }
        #logo{
            color:white;
            font-size:20px;
            padding-top:7px;
        }

        /*Nav [END]*/

        /*Footer*/

        #footer{
            background-color:black;
            width:100%;
            height:100px;
        }
        #buttons{
            float:right;
            padding-top:40px;
            padding-right:10px;
        }
        .ad_button{
            width:90px;
            height:30px;
            border-radius:12px;
            border:0;
        }
        .cr{
            color:white;
            float:left;
            font-size:11px;
            padding-top:40px;
            padding-left:10px;
        }

        /*Footer [END]*/

        /*Main Body*/

        #main{
            margin-top:40px;
        }
        #banner{
            background-color:black;
            height:100px;
        }
        #banner_text{
            color:white;
            padding-top:32px;
            font-size:30px;
        }
        .center{
            width:70%;
            position:relative;
            left:50%;
            right:50%;
            transform: translate(-50%);

        }
        h3{
            font-size:25px;
            font-weight:bold;
            /*width:400px;*/
        }
        .a_title{
          padding-top:2%;
          padding-bottom:-15%;
          font-size:50px;
        }
        .a_text{
          width:70%;
        }
        .c_text{
          font-weight:bold;
          padding-top:15%;
        }
        .text{
            padding-top:30px;
            padding-bottom:90px;
            width:250px;
            height:auto;
            min-width:250px;
            max-width:250px;
            font-size:15px;
        }
        .link_projects{
            text-decoration:none;
            color:cornflowerblue;
        }
        .com_imgs{
            width:330px;
            height:auto;
        }

            /*Even Main*/
            .even{
                height:auto;
                min-height:300px;
            }
            .hr_even{
                width:250px;
                float:left;
                border: 2px solid silver;
                border-radius:5px;
                margin-top:12px;
            }
            .even_text{
                padding-top:25px;
                padding-left:75px;
                padding-bottom:15px;
                width:250px;
                left:0;
                position:absolute;
                /*background-color:blue;*/
            }
            .even_pic{
                position:absolute;
                right:0;
                margin-right:70px;
                padding-top:10px;
                /*background-color:red;*/
                height:250px;
                width:250px;

            }
            /*Even Main [END]*/

            /*Odd Main*/
            .odd{
                height:auto;
                min-height:300px;
                background-color:lightgray;
            }
            .hr_odd{
                width:250px;
                float:right;
                border: 2px solid silver;
                border-radius:5px;
                margin-top:12px;
            }
            .odd_text{
                padding-top:25px;
                padding-right:0px;
                padding-bottom:15px;
                width:250px;
                float:right;
                position:relative;
                text-align:right;
                /*background-color:blue;*/
            }
            .h3_odd{
                margin-left:-155px;
            }
            .odd_pic{
                position:relative;
                float:left;
                margin-left:30px;
                padding-top:10px;
                /*background-color:red;*/
                height:250px;
                width:250px;

            }
            /*Odd Main [END]*/
          /*Contact*/
          .fname{
            height:20px;
            width:145px;
            border-style:none;
          }
          .lname{
            height:20px;
            width:145px;
            border-style:none;
          }
          .email{
            height:20px;
            width:300px;
            border-style:none;
          }
          .info{
            width:300px;
            height:250px;
            resize:none;
          }
          .submitButton{
            height:25px;
            width:300px;
            border-radius:25px;
            background-color:#717171;
            color:white;
          }
          /*Contact [END]*/

        /*Main Body [END]*/
