html, body 
{
	height:100%;
}
html 
{
  background: -webkit-linear-gradient(left,rgba(255,255,255,1), rgba(0,0,0,0)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(255,255,255,1), rgba(0,0,0,0)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(255,255,255,1), rgba(0,0,0,0)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(0,0,0,0)); /*Standard*/
}
body 
{
	font-family: Century Schoolbook,Helvetica,sans-serif;
	background-color:  rgba(255, 255, 255, 1);
	margin:0px;
	padding:0px;
    max-width:1024px;
    height:auto;
    margin-right:auto;
	margin-left:auto;
}

header {
	width:100%;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1);
    text-indent: 1em;
    /* keep header on top */
    /*
    position:fixed;
    top:0px;
    z-index:100; */
	margin-right:auto;
	margin-left:auto;
}
    header h1 > a {
        color:rgba(0,0,0,1); 
        text-decoration:none;
    }
h1 {  
	font-size:2.5em;
	margin-bottom:0;
}

h2 {
	font-size:1.6em;
}

h3 {
	font-size:1.3em;
}
ul 
{
	text-indent:0px;
}
li
{
	padding-bottom: 10px;
}
nav {
font-size:1em;
}

nav ul {
	list-style-type:none;
    margin: 0px;
    padding: 0px;
}

nav li {
	/*float:right;*/
	margin-right:5px;
}
table
{
	table-layout: fixed;
	border-spacing: 5px;
}
th
{
	text-align: left;
	width: 175px;
	font-weight: inherit;
}
td 
{

}
div 
{
	padding: 0px 0px 0px 16px;
	overflow: hidden;

}
section 
{
		padding: 0px 5px 0px 5px;
}
#spacer {
    width:0.5px; height:500px; position: absolute; left: 315px;
    background-color:rgba(0,0,0,1);
}
.pageWrapper
{
	min-height:100%;

}
#LeftOfPage 
{
	
	/*border-color:black;
	border-right: solid;
	/*border-bottom:solid;*/
	width: 150px;
	position: relative;
    float:left;
	padding: 0px 0px 0px 16px;
	overflow: hidden;
    border:none;
      background: -webkit-linear-gradient(left,rgba(255,255,255,1), rgba(0,0,0,0)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(255,255,255,1), rgba(0,0,0,0)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(255,255,255,1), rgba(0,0,0,0)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(255,255,255,.1), rgba(0,0,0,.06)); /*Standard*/
}
#menu
{
    text-indent:0px;
    margin: 0px;
    padding: 0px;
    /*border-radius:1em;*/
}
#menu ul
{
    display: block;

}
#menu li 
{
    list-style-type: none;
}

#Introduction {
	max-width: 800px;
	position: relative;
}
#Introduction p {
    text-indent:20px;
}

#contactInformation
{
	text-align:left;
	/* text-indent:150px; */
	border-color:rgba(0,0,0,1);
	/*border: solid; */
	/* border-width:1px; */
	background-color:rgba(0,0,0,.2);
	color:rgba(0,0,0,1);
	overflow:hidden;
	padding:2px;
    /* border-radius: 1em; */
    
}
#contactInformation:before
{
 content: 'St. Louis, MO ♦ Phone: (573) 321-9675 ♦ Resume';   
}
#contactInformation > a:after 
{
    content: " (/)";
    }
#hoverOn 
{
    background:none;
}
#hoverOn:hover
{
    width:80%;
    height:2em;
    position:fixed;
    background: url('_img/Trek_Flash.gif')no-repeat local left; 
}
.splashGif{
	background-size:100%;
	/*background: url('Images/Trek_Flash.gif')no-repeat local center;*/ 
	background: url('_img/DOS-2015-04-01 20_40_00Z.jpg') no-repeat local center; 

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-animation: slowSplash 5s ; /* Chrome, Safari, Opera */
    animation: slowSplash 5s ;
	
  }

  /* Chrome, Safari, Opera */
  @-webkit-keyframes slowSplash {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  /* Standard syntax */
  @keyframes slowSplash {
    from {opacity: 0;}
    to {opacity: 1;}
  }
#links h3:before{
    content:'Download';}
#navigate h3:before{
    content:'Navigation';}

#technologySummary 
{
	text-indent:0;
}
#experience
{
	text-indent:0;
}
#footerWrapper 
{
	position: relative;
	/* width:100%; */
	height:20px;
	/* margin:10px; */
	clear:both;
    border:none;
    padding:0px;
}

footer 
{
	text-align:center;
	background-color:rgba(0,0,0,.2);
	color:rgba(0,0,0,1);
    /*border-radius: 1em;*/
}
#skills {
    display:none;
}
#education {
display:none;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

#links h3:before
{
    content:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%2222.86124%22%20height%3D%2222.83745%22%20id%3D%22svg2%22%3E%0A%20%20%3Cdefs%20id%3D%22defs4%22%2F%3E%0A%20%20%3Cmetadata%20id%3D%22metadata7%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%2F%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cg%20transform%3D%22matrix%281.0348268%2C0%2C0%2C1.0348268%2C-0.39874977%2C-0.39825602%29%22%20id%3D%22g3864%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M%2010.34375%2C0.40625%20C%209.8999226%2C0.40625%209.4893223%2C0.57317775%209.1875%2C0.875%208.8856777%2C1.1768223%208.71875%2C1.5874226%208.71875%2C2.03125%20l%200%2C7.875%20-3.78125%2C0%20c%20-0.012819%2C-1.548e-4%20-0.024452%2C-4.07e-5%20-0.03125%2C0%20-0.00735%2C-3.53e-5%20-0.030234%2C-7.95e-5%20-0.03125%2C0%20-0.00367%2C-3.15e-5%20-0.027864%2C6.5e-6%20-0.03125%2C0%20-0.00122%2C5.33e-5%20-0.031376%2C2.13e-5%20-0.03125%2C0%20-0.00199%2C9.97e-5%20-0.031125%2C-2.36e-5%20-0.03125%2C0%20-1.095e-4%2C1.34e-5%20-0.031188%2C-1.63e-5%20-0.03125%2C0%200%2C0%20-0.03125%2C0%20-0.03125%2C0%20-1.4e-5%2C1.12e-5%200.00617%2C0.025114%200%2C0.03125%20-0.00617%2C0.00614%20-0.031237%2C-1.81e-5%20-0.03125%2C0%20-2.91e-5%2C1.3e-5%200.00471%2C0.028469%200%2C0.03125%20-0.00471%2C0.00278%20-0.031197%2C-4.02e-5%20-0.03125%2C0%20-0.00356%2C0.00359%20-0.027566%2C-0.00381%20-0.03125%2C0%20-1.045e-4%2C2.56e-5%20-0.031194%2C-3.12e-5%20-0.03125%2C0%20-5.44e-5%2C3.31e-5%201.037e-4%2C0.031164%200%2C0.03125%20-0.00333%2C0.0034%20-0.027551%2C-0.00378%20-0.03125%2C0%20-5.05e-5%2C1.6e-5%200.00732%2C0.02755%200%2C0.03125%20-0.00732%2C0.0037%20-0.031224%2C-1.9e-5%20-0.03125%2C0%200%2C0%20-0.00452%2C0.02474%200%2C0.03125%20-0.011104%2C-0.005%20-0.031244%2C-1.4e-5%20-0.03125%2C0%20-4.77e-5%2C1.9e-5%20-0.031215%2C-2.1e-5%20-0.03125%2C0%200%2C0%20-0.00402%2C0.02442%200%2C0.03125%20-4.59e-5%2C2e-5%20-0.031217%2C-2.2e-5%20-0.03125%2C0%200%2C0%20-0.00444%2C0.02468%200%2C0.03125%20-2.2e-5%2C1.1e-5%200.00413%2C0.02868%200%2C0.03125%200%2C0%20-0.03125%2C0.03125%20-0.03125%2C0.03125%20-2.08e-5%2C1.2e-5%20-0.026773%2C-0.0032%20-0.03125%2C0%20-2.91e-5%2C1.02e-4%202.31e-5%2C0.0311%200%2C0.03125%201.42e-5%2C-1.3e-5%200.026773%2C0.0032%200.03125%2C0%200%2C0%20-0.03125%2C0.03125%20-0.03125%2C0.03125%20-0.0058%2C-0.004%200.00435%2C-0.02825%200%2C-0.03125%20-0.00653%2C-0.0045%20-0.03125%2C0%20-0.03125%2C0%20a%200.09677853%2C0.09677853%200%200%200%200%2C0.03125%20c%20-2.34e-5%2C1.06e-4%201.86e-5%2C0.0311%200%2C0.03125%20-0.00383%2C0.0037%200.00378%2C0.02752%200%2C0.03125%200.0046%2C0.0026%20-0.00613%2C0.02777%200%2C0.03125%20-0.01124%2C-0.0047%20-0.03125%2C0%20-0.03125%2C0%20-1.67e-5%2C6.1e-5%201.37e-5%2C0.03114%200%2C0.03125%20-2.67e-5%2C1.25e-4%201.258e-4%2C0.02904%200%2C0.03125%201.36e-5%2C0.0037%20-5.15e-5%2C0.02757%200%2C0.03125%208.7e-6%2C0.0035%20-3.79e-5%2C0.02758%200%2C0.03125%20-8.67e-5%2C0.001%20-3.9e-5%2C0.0239%200%2C0.03125%20-6.34e-5%2C0.002%20-1.573e-4%2C0.0433%200%2C0.03125%204.69e-5%2C0.002%20-8.37e-5%2C0.02921%200%2C0.03125%20-4.41e-5%2C0.0073%20-9.69e-5%2C0.03024%200%2C0.03125%20-4.04e-5%2C0.0037%209.5e-6%2C0.02773%200%2C0.03125%20-5.4e-5%2C0.0037%201.45e-5%2C0.02752%200%2C0.03125%20-1.32e-5%2C-1.1e-4%201.62e-5%2C0.03131%200%2C0.03125%201.42e-5%2C1.09e-4%20-1.73e-5%2C0.03119%200%2C0.03125%200%2C0%200.020047%2C0.0048%200.03125%2C0%20-0.00577%2C0.004%200.00432%2C0.02821%200%2C0.03125%201.63e-5%2C1.52e-4%20-2.04e-5%2C0.03114%200%2C0.03125%201.9e-5%2C1.51e-4%20-2.38e-5%2C0.03115%200%2C0.03125%200%2C0%200%2C0.03125%200%2C0.03125%200%2C0%200.024685%2C0.0044%200.03125%2C0%200.00438%2C-0.003%20-0.00584%2C-0.0273%200%2C-0.03125%200.00875%2C-0.0059%200.022497%2C0.0059%200.03125%2C0%20-0.00576%2C0.0041%200.00432%2C0.02821%200%2C0.03125%20-0.00648%2C0.0046%20-0.03125%2C0%20-0.03125%2C0%202.63e-5%2C1.04e-4%20-3.21e-5%2C0.0312%200%2C0.03125%207e-5%2C1.06e-4%200.029947%2C-0.0014%200.03125%2C0%200.00328%2C0.0033%20-0.00377%2C0.02755%200%2C0.03125%200.00387%2C0.0074%200.031269%2C2.5e-5%200.03125%2C0%200.012729%2C-0.01293%200.018521%2C-0.01832%200.03125%2C-0.03125%200.00636%2C-0.0065%200.03125%2C0%200.03125%2C0%202e-5%2C1.3e-5%200.011106%2C0.03694%200%2C0.0625%20-0.00185%2C0.0043%20-0.029631%2C-0.0037%20-0.03125%2C0%20-0.00432%2C0.0067%200%2C0.03125%200%2C0.03125%20l%200.03125%2C0%206.03125%2C7.4375%20-6.90625%2C0%20c%20-0.00152%2C-1.23e-4%20-0.024103%2C-5.2e-5%20-0.03125%2C0%20-0.00957%2C-2.58e-4%20-0.024105%2C-10e-6%20-0.03125%2C0%20-0.00715%2C-5.2e-5%20-0.029733%2C-1.23e-4%20-0.03125%2C0%20-0.00928%2C-1.65e-4%20-0.023904%2C-5e-6%20-0.03125%2C0%20-10e-8%2C0%20-0.03125%2C0%20-0.03125%2C0%20a%200.09677853%2C0.09677853%200%200%200%20-0.03125%2C0%20c%20-3.189e-4%2C3.1e-5%20-0.031111%2C-4.7e-5%20-0.03125%2C0%20-6.84e-5%2C2.6e-5%20-0.031135%2C-8.1e-5%20-0.03125%2C0%20-1.152e-4%2C8.1e-5%200.00147%2C0.03004%200%2C0.03125%20-0.00376%2C0.0038%20-0.027604%2C-0.0038%20-0.03125%2C0%20-1.62e-5%2C9e-6%200.00607%2C0.02662%200%2C0.03125%20-0.00607%2C0.0046%20-0.031235%2C-1.5e-5%20-0.03125%2C0%201.095e-4%2C-3.3e-5%20-0.031312%2C4e-5%20-0.03125%2C0%20-1.087e-4%2C3.4e-5%20-0.031189%2C-4.1e-5%20-0.03125%2C0%20-2.99e-5%2C2.1e-5%202.72e-5%2C0.03122%200%2C0.03125%20-1.36e-5%2C1.7e-5%200.00249%2C0.02741%200%2C0.03125%20-0.00249%2C0.0038%20-0.031238%2C-2.3e-5%20-0.03125%2C0%20-2.8e-5%2C2.4e-5%20-0.031224%2C-3.6e-5%20-0.03125%2C0%20-2.55e-5%2C3.6e-5%202.3e-5%2C0.0312%200%2C0.03125%20-2.6e-5%2C2.6e-5%200.00525%2C0.02344%200%2C0.03125%20-0.00525%2C0.0078%20-0.031229%2C-5.1e-5%20-0.03125%2C0%20-2.4e-5%2C1.2e-5%200.00371%2C0.02899%200%2C0.03125%20-0.00371%2C0.0023%20-0.031232%2C-1.3e-5%20-0.03125%2C0%20-1.395e-4%2C4e-5%20-0.031159%2C-5.1e-5%20-0.03125%2C0%20-4.54e-5%2C2.5e-5%203.26e-5%2C0.03122%200%2C0.03125%20-3.26e-5%2C2.8e-5%20-0.031231%2C-3.1e-5%20-0.03125%2C0%20-3.88e-5%2C6.2e-5%203.19e-5%2C0.03114%200%2C0.03125%203.75e-5%2C-6.3e-5%20-3.06e-5%2C0.03136%200%2C0.03125%20-1.45e-5%2C1.5e-5%200.0045%2C0.02465%200%2C0.03125%20-0.0045%2C0.0066%20-0.031242%2C-1.7e-5%20-0.03125%2C0%20-2.53e-5%2C1.14e-4%202.01e-5%2C0.03109%200%2C0.03125%204.54e-5%2C0.0048%20-1.212e-4%2C0.02759%200%2C0.03125%20-1.19e-5%2C1.6e-5%200.0039%2C0.02322%200%2C0.03125%20-0.0039%2C0.008%20-0.031245%2C-1.8e-5%20-0.03125%2C0%20-3.57e-5%2C1.42e-4%201.96e-4%2C0.02857%200%2C0.03125%201.97e-5%2C0.004%20-6.9e-5%2C0.0276%200%2C0.03125%204.76e-5%2C-2.9e-4%204.6e-6%2C0.03096%200%2C0.03125%206.1e-6%2C0.0034%20-3.27e-5%2C0.02761%200%2C0.03125%20-6.91e-5%2C0.0012%20-2.87e-5%2C0.02397%200%2C0.03125%20-8.2e-6%2C0.0073%20-2.644e-4%2C0.02034%200%2C0.03125%20l%200%2C2.78125%20c%20-2.679e-4%2C-0.01333%20-1.248e-4%2C0.02847%200%2C0.03125%20-5.76e-5%2C0.0072%20-1.31e-4%2C0.02986%200%2C0.03125%20-4.61e-5%2C0.0036%209.1e-6%2C0.02762%200%2C0.03125%20-7.18e-5%2C0.0036%201.92e-5%2C0.02723%200%2C0.03125%201.873e-4%2C0.0026%20-3.76e-5%2C0.03108%200%2C0.03125%202.09e-5%2C8.5e-5%20-7.61e-5%2C0.03112%200%2C0.03125%207.61e-5%2C1.28e-4%200.031122%2C-1.69e-4%200.03125%2C0%20-1.299e-4%2C0.0036%204.86e-5%2C0.02634%200%2C0.03125%204.34e-5%2C3.33e-4%20-6.63e-5%2C0.03109%200%2C0.03125%201.76e-5%2C4e-5%200.023522%2C-0.0097%200.03125%2C0%200.00773%2C0.0097%20-4.39e-5%2C0.03122%200%2C0.03125%201.819e-4%2C0.0028%20-5.84e-5%2C0.03092%200%2C0.03125%203.67e-5%2C1.2e-4%20-4.47e-5%2C0.03118%200%2C0.03125%202.23e-5%2C3.7e-5%200.023502%2C-0.008%200.03125%2C0%200.00775%2C0.008%20-4.78e-5%2C0.03122%200%2C0.03125%209.56e-5%2C6.1e-5%200.031107%2C-4.9e-5%200.03125%2C0%200.00327%2C0.0033%20-0.00371%2C0.0276%200%2C0.03125%200.00371%2C0.0036%200.028695%2C-0.0025%200.03125%2C0%209.357e-4%2C0.001%20-0.00738%2C0.02391%200%2C0.03125%200.00738%2C0.0073%200.039533%2C0.0087%200.03125%2C0%20-0.00869%2C-0.0083%20-0.00734%2C0.02387%200%2C0.03125%200.00734%2C0.0074%200.030217%2C-9.35e-4%200.03125%2C0%200.00253%2C0.0026%20-0.00365%2C0.02754%200%2C0.03125%200.00365%2C0.0037%200.02799%2C-0.0033%200.03125%2C0%20a%200.09677853%2C0.09677853%200%200%200%200%2C0.03125%20c%200.00762%2C0.0077%200.031287%2C2.3e-5%200.03125%2C0%200.00799%2C0.0077%20-3.74e-5%2C0.03123%200%2C0.03125%207.48e-5%2C4.5e-5%200.03113%2C-3.7e-5%200.03125%2C0%200.00325%2C0.0059%200.031217%2C-4.4e-5%200.03125%2C0%201.228e-4%2C3.2e-5%200.031085%2C-2.6e-5%200.03125%2C0%200.00969%2C0.0077%20-3.99e-5%2C0.03123%200%2C0.03125%201.611e-4%2C6.6e-5%200.030917%2C-4.3e-5%200.03125%2C0%200.00491%2C-4.9e-5%200.027632%2C1.3e-4%200.03125%2C0%201.693e-4%2C1.28e-4%20-1.284e-4%2C0.03117%200%2C0.03125%201.284e-4%2C7.6e-5%200.031165%2C-2.1e-5%200.03125%2C0%201.701e-4%2C3.8e-5%200.028695%2C-1.87e-4%200.03125%2C0%200.00402%2C-1.9e-5%200.027647%2C7.2e-5%200.03125%2C0%200.00363%2C-9e-6%200.02765%2C4.6e-5%200.03125%2C0%200.00139%2C1.31e-4%200.024054%2C5.7e-5%200.03125%2C0%200.00278%2C1.25e-4%200.044587%2C2.68e-4%200.03125%2C0%20l%2015.59375%2C0%20c%20-0.01334%2C2.68e-4%200.02847%2C1.25e-4%200.03125%2C0%200.0072%2C5.7e-5%200.02986%2C1.31e-4%200.03125%2C0%200.0036%2C4.6e-5%200.02762%2C-9e-6%200.03125%2C0%20a%200.09677853%2C0.09677853%200%200%200%200.03125%2C0%20c%200.0026%2C-1.87e-4%200.03108%2C3.8e-5%200.03125%2C0%208.5e-5%2C-2.1e-5%200.03112%2C7.6e-5%200.03125%2C0%201.28e-4%2C-7.6e-5%20-1.69e-4%2C-0.03112%200%2C-0.03125%200.0036%2C1.3e-4%200.02634%2C-4.9e-5%200.03125%2C0%203.33e-4%2C-4.3e-5%200.03109%2C6.6e-5%200.03125%2C0%204e-5%2C-1.8e-5%20-0.0097%2C-0.02352%200%2C-0.03125%20-3.2e-5%2C1.5e-5%200.02411%2C0.0059%200.03125%2C0%203.3e-5%2C-4.4e-5%200.028%2C0.0059%200.03125%2C0%201.2e-4%2C-3.7e-5%200.03118%2C4.5e-5%200.03125%2C0%203.7e-5%2C-2.2e-5%20-0.008%2C-0.0235%200%2C-0.03125%200.008%2C-0.0077%200.03122%2C4.8e-5%200.03125%2C0%200.0076%2C-0.0077%203e-5%2C-0.0313%200%2C-0.03125%200.0033%2C-0.0033%200.0276%2C0.0037%200.03125%2C0%200.0036%2C-0.0037%20-0.0025%2C-0.02869%200%2C-0.03125%200.001%2C-9.36e-4%200.02391%2C0.0074%200.03125%2C0%200.0073%2C-0.0074%200.0087%2C-0.03952%200%2C-0.03125%20-0.0083%2C0.0087%200.02387%2C0.0073%200.03125%2C0%200.0074%2C-0.0073%20-9.36e-4%2C-0.03022%200%2C-0.03125%200.0026%2C-0.0025%200.02754%2C0.0036%200.03125%2C0%200.0037%2C-0.0036%20-0.0033%2C-0.02799%200%2C-0.03125%20-9.7e-5%2C6e-5%200.0313%2C-0.03132%200.03125%2C-0.03125%200.0077%2C-0.008%200.03123%2C3.7e-5%200.03125%2C0%204.5e-5%2C-7.5e-5%20-3.7e-5%2C-0.03113%200%2C-0.03125%20a%200.09677853%2C0.09677853%200%200%200%200%2C-0.03125%20c%200.0059%2C-0.0071%201.5e-5%2C-0.03128%200%2C-0.03125%200.0077%2C-0.0097%200.03123%2C4e-5%200.03125%2C0%206.6e-5%2C-1.61e-4%20-4.3e-5%2C-0.03092%200%2C-0.03125%205.8e-5%2C-1.64e-4%20-3.8e-5%2C-0.03092%200%2C-0.03125%201.28e-4%2C-1.69e-4%200.03117%2C1.28e-4%200.03125%2C0%207.6e-5%2C-1.28e-4%20-2.1e-5%2C-0.03117%200%2C-0.03125%203.8e-5%2C-1.7e-4%20-1.87e-4%2C-0.02869%200%2C-0.03125%20a%200.09677853%2C0.09677853%200%200%200%200%2C-0.03125%20c%20-9e-6%2C-0.0036%204.6e-5%2C-0.02765%200%2C-0.03125%201.31e-4%2C-0.0014%205.7e-5%2C-0.02405%200%2C-0.03125%201.25e-4%2C-0.0028%202.68e-4%2C-0.04459%200%2C-0.03125%20l%200%2C-2.78125%20c%202.68e-4%2C0.01334%201.25e-4%2C-0.02847%200%2C-0.03125%205.7e-5%2C-0.0072%201.31e-4%2C-0.02986%200%2C-0.03125%204.6e-5%2C-0.0036%20-9e-6%2C-0.02762%200%2C-0.03125%207.2e-5%2C-0.0036%20-1.9e-5%2C-0.02723%200%2C-0.03125%20-1.87e-4%2C-0.0026%203.8e-5%2C-0.03108%200%2C-0.03125%20-2.1e-5%2C-8.5e-5%207.6e-5%2C-0.03112%200%2C-0.03125%20-7.6e-5%2C-1.28e-4%20-0.03112%2C1.69e-4%20-0.03125%2C0%20-0.0043%2C-0.0042%200.0038%2C-0.02767%200%2C-0.03125%20-4.3e-5%2C-3.33e-4%206.6e-5%2C-0.03109%200%2C-0.03125%20-1.8e-5%2C-4e-5%20-0.02352%2C0.0097%20-0.03125%2C0%201.5e-5%2C3.2e-5%200.0059%2C-0.02411%200%2C-0.03125%20-1.82e-4%2C-0.0028%205.8e-5%2C-0.03092%200%2C-0.03125%20-3.7e-5%2C-1.2e-4%204.5e-5%2C-0.03118%200%2C-0.03125%20-2.2e-5%2C-3.7e-5%20-0.0235%2C0.008%20-0.03125%2C0%204.6e-5%2C7.4e-5%20-0.03135%2C-0.03131%20-0.03125%2C-0.03125%20-0.0033%2C-0.0033%200.0037%2C-0.0276%200%2C-0.03125%20-0.0037%2C-0.0036%20-0.02869%2C0.0025%20-0.03125%2C0%20-9.36e-4%2C-0.001%200.0074%2C-0.02391%200%2C-0.03125%20-0.0074%2C-0.0073%20-0.03952%2C-0.0087%20-0.03125%2C0%200.0087%2C0.0083%200.0073%2C-0.02387%200%2C-0.03125%20-0.0073%2C-0.0074%20-0.03022%2C9.36e-4%20-0.03125%2C0%20-0.0025%2C-0.0026%200.0036%2C-0.02754%200%2C-0.03125%20-0.0036%2C-0.0037%20-0.02799%2C0.0033%20-0.03125%2C0%20-4.9e-5%2C-1.43e-4%206.1e-5%2C-0.03115%200%2C-0.03125%20-0.0076%2C-0.0077%20-0.03129%2C-2.3e-5%20-0.03125%2C0%20-0.008%2C-0.0077%203.7e-5%2C-0.03123%200%2C-0.03125%20-7.5e-5%2C-4.5e-5%20-0.03113%2C3.7e-5%20-0.03125%2C0%20-0.0032%2C-0.0059%20-0.03122%2C4.4e-5%20-0.03125%2C0%20-0.0071%2C-0.0059%20-0.03128%2C-1.5e-5%20-0.03125%2C0%20-0.0097%2C-0.0077%204e-5%2C-0.03123%200%2C-0.03125%20-1.61e-4%2C-6.6e-5%20-0.03092%2C4.3e-5%20-0.03125%2C0%201.28e-4%2C7.8e-5%20-0.03133%2C-2.3e-5%20-0.03125%2C0%20-1.69e-4%2C-1.28e-4%201.28e-4%2C-0.03117%200%2C-0.03125%20-1.28e-4%2C-7.6e-5%20-0.03117%2C2.1e-5%20-0.03125%2C0%20-1.7e-4%2C-3.8e-5%20-0.02869%2C1.87e-4%20-0.03125%2C0%20-0.004%2C1.9e-5%20-0.02765%2C-7.2e-5%20-0.03125%2C0%20-0.0036%2C9e-6%20-0.02765%2C-4.6e-5%20-0.03125%2C0%20-0.0014%2C-1.31e-4%20-0.02405%2C-5.7e-5%20-0.03125%2C0%20-0.0028%2C-1.25e-4%20-0.04459%2C-2.68e-4%20-0.03125%2C0%20l%20-7.71875%2C0%20c%20-8.2e-5%2C3.19e-4%20-2.55e-4%2C-0.02843%200%2C-0.03125%20l%206.625%2C-7.40625%200.03125%2C0%20c%204.6e-5%2C-1.9e-5%200.03122%2C2.2e-5%200.03125%2C0%200%2C0%200.0043%2C-0.02462%200%2C-0.03125%20-0.0044%2C-0.0029%200.0059%2C-0.02733%200%2C-0.03125%200%2C0%20-0.03125%2C0.03125%20-0.03125%2C0.03125%200%2C0%20-0.01257%2C-0.04271%20-0.03125%2C-0.0625%200.0047%2C0.0022%200.01859%2C-0.0058%200.03125%2C0%200.01266%2C0.0058%200.02017%2C-0.0051%200.03125%2C0%200.0044%2C0.0014%20-0.0039%2C0.03001%200%2C0.03125%200.01162%2C0.0037%200.03124%2C1.5e-5%200.03125%2C0%200.0038%2C-0.0037%20-0.0033%2C-0.028%200%2C-0.03125%202.1e-5%2C-1.1e-5%200.02672%2C0.0032%200.03125%2C0%203.1e-5%2C-5.3e-5%20-2.6e-5%2C-0.03115%200%2C-0.03125%200%2C0%20-0.02482%2C0.0046%20-0.03125%2C0%200%2C0%200.03125%2C-0.03125%200.03125%2C-0.03125%202.5e-5%2C-1.03e-4%20-3.1e-5%2C0.0313%200%2C0.03125%200.0065%2C0.0045%200.03125%2C0%200.03125%2C0%20a%200.09677853%2C0.09677853%200%200%200%200%2C-0.03125%20c%202.3e-5%2C-1.04e-4%20-1.8e-5%2C-0.0311%200%2C-0.03125%20-4e-5%2C-0.0046%201.09e-4%2C-0.02755%200%2C-0.03125%20-1.9e-5%2C1.06e-4%201.5e-5%2C-0.0314%200%2C-0.03125%200.01121%2C0.0048%200.03125%2C0%200.03125%2C0%201.8e-5%2C-5.9e-5%20-1.4e-5%2C-0.03114%200%2C-0.03125%202.7e-5%2C-1.2e-4%20-1.3e-4%2C-0.029%200%2C-0.03125%20-1.4e-5%2C-0.0037%205.2e-5%2C-0.02757%200%2C-0.03125%20-9e-6%2C-0.0035%203.9e-5%2C-0.02757%200%2C-0.03125%209.6e-5%2C-9.83e-4%204.4e-5%2C-0.02389%200%2C-0.03125%208.8e-5%2C-0.002%20-5.4e-5%2C-0.02928%200%2C-0.03125%206e-5%2C0.0074%205e-5%2C-0.02928%200%2C-0.03125%204.3e-5%2C-0.0074%209.4e-5%2C-0.03027%200%2C-0.03125%203.4e-5%2C-0.0037%20-8e-6%2C-0.02782%200%2C-0.03125%20-7.6e-5%2C-0.0015%20-2.5e-5%2C-0.03137%200%2C-0.03125%201.3e-5%2C1.08e-4%20-1.5e-5%2C-0.03131%200%2C-0.03125%20-1.4e-5%2C-1.08e-4%201.6e-5%2C-0.03119%200%2C-0.03125%200%2C0%20-0.02003%2C-0.0048%20-0.03125%2C0%209.3e-5%2C-0.0037%20-3.2e-5%2C-0.02693%200%2C-0.03125%20-0.0037%2C-0.0037%200.0038%2C-0.02757%200%2C-0.03125%20-1.8e-5%2C-1.5e-4%202.3e-5%2C-0.03115%200%2C-0.03125%200%2C0%200%2C-0.03125%200%2C-0.03125%200%2C0%20-0.02473%2C-0.0045%20-0.03125%2C0%20-0.0043%2C0.003%200.0058%2C0.02725%200%2C0.03125%20-0.0232%2C0.01602%20-0.0625%2C0.03125%20-0.0625%2C0.03125%200.0059%2C-0.0069%20-0.0079%2C-0.02211%200%2C-0.03125%200.0078%2C-0.01429%200.02349%2C-0.01696%200.03125%2C-0.03125%200.0064%2C-0.0046%200.03125%2C0%200.03125%2C0%20-2.6e-5%2C-1.03e-4%203.1e-5%2C-0.0312%200%2C-0.03125%20-3.4e-5%2C-5.1e-5%20-0.03116%2C1.01e-4%20-0.03125%2C0%20-0.0033%2C-0.0033%200.0038%2C-0.02754%200%2C-0.03125%200%2C0%20-0.02022%2C-0.0052%20-0.03125%2C0%20-1.77e-4%2C-0.0028%205.4e-5%2C-0.03096%200%2C-0.03125%200%2C0%20-0.02048%2C-0.0057%20-0.03125%2C0%200.0043%2C-0.0067%200%2C-0.03125%200%2C-0.03125%20-1.9e-5%2C-4.7e-5%202.1e-5%2C-0.03122%200%2C-0.03125%200%2C0%20-0.02448%2C-0.0041%20-0.03125%2C0%20-2e-5%2C-4.5e-5%202.2e-5%2C-0.03122%200%2C-0.03125%200%2C0%20-0.02473%2C-0.0045%20-0.03125%2C0%200%2C0%20-0.02498%2C-0.0066%20-0.03125%2C0%20-0.0025%2C-0.0025%200.0037%2C-0.02746%200%2C-0.03125%20-10e-5%2C-3.01e-5%20-0.0311%2C2.4e-5%20-0.03125%2C0%20-1.02e-4%2C-8.54e-5%205.3e-5%2C-0.031218%200%2C-0.03125%20a%200.09677853%2C0.09677853%200%200%200%20-0.03125%2C0%20c%20-0.0044%2C-0.00267%20-0.03128%2C-1.33e-5%20-0.03125%2C0%20-5.3e-5%2C-4e-5%20-0.02657%2C0.0028%20-0.03125%2C0%20-3.9e-5%2C-1.243e-4%204.9e-5%2C-0.031178%200%2C-0.03125%20-0.006%2C-0.00621%20-0.03126%2C-1.12e-5%20-0.03125%2C0%200%2C0%200%2C-0.03125%200%2C-0.03125%200%2C0%20-0.03125%2C0%20-0.03125%2C0%20-6e-5%2C-1.53e-5%20-0.03114%2C1.26e-5%20-0.03125%2C0%20-0.0038%2C1.69e-5%20-0.02756%2C-5.95e-5%20-0.03125%2C0%20a%200.09677853%2C0.09677853%200%200%200%20-0.03125%2C0%20c%20-0.0034%2C6.1e-6%20-0.02757%2C-2.97e-5%20-0.03125%2C0%20-9.84e-4%2C-7.53e-5%20-0.02389%2C-3.35e-5%20-0.03125%2C0%20l%20-3.75%2C0%200.1875%2C-8.875%20c%202.68e-4%2C0.013337%201.25e-4%2C-0.028465%200%2C-0.03125%205.7e-5%2C-0.007196%201.31e-4%2C-0.0298624%200%2C-0.03125%204.6e-5%2C-0.0036%20-9e-6%2C-0.0276234%200%2C-0.03125%20-1.03e-4%2C-0.00166%20-3.3e-5%2C-0.031421%200%2C-0.03125%20-1.87e-4%2C-0.002555%203.8e-5%2C-0.0310799%200%2C-0.03125%20-2.1e-5%2C-8.456e-5%207.6e-5%2C-0.0311216%200%2C-0.03125%20-7.6e-5%2C-1.2836e-4%20-0.03112%2C1.6934e-4%20-0.03125%2C0%20-0.0043%2C-0.004208%200.0038%2C-0.0276657%200%2C-0.03125%20-4.3e-5%2C-3.3317e-4%206.6e-5%2C-0.0310889%200%2C-0.03125%20-1.8e-5%2C-3.986e-5%20-0.02352%2C0.009691%20-0.03125%2C0%20-1.02e-4%2C-0.001712%20-5.5e-5%2C-0.0315775%200%2C-0.03125%20-1.82e-4%2C-0.002765%205.8e-5%2C-0.0309244%200%2C-0.03125%20-3.7e-5%2C-1.2026e-4%204.5e-5%2C-0.0311752%200%2C-0.03125%20-2.2e-5%2C-3.739e-5%20-0.0235%2C0.007992%20-0.03125%2C0%202.3e-5%2C3.683e-5%200.0077%2C-0.0236267%200%2C-0.03125%20a%200.09677853%2C0.09677853%200%200%200%20-0.03125%2C0%20c%20-0.0033%2C-0.00326%200.0037%2C-0.0276028%200%2C-0.03125%20-0.0037%2C-0.003647%20-0.0287%2C0.002535%20-0.03125%2C0%20-9.35e-4%2C-0.001033%200.0074%2C-0.0239101%200%2C-0.03125%20-0.0074%2C-0.00734%20-0.03953%2C-0.008694%20-0.03125%2C0%200.0087%2C0.008284%200.0073%2C-0.0238736%200%2C-0.03125%20-0.0073%2C-0.007376%20-0.03022%2C9.3568e-4%20-0.03125%2C0%20-0.0025%2C-0.002555%200.0036%2C-0.0275357%200%2C-0.03125%20-0.0036%2C-0.003714%20-0.02799%2C0.003272%20-0.03125%2C0%20a%200.09677853%2C0.09677853%200%200%200%200%2C-0.03125%20c%20-3.1e-5%2C-4.779e-5%20-0.02326%2C0.007748%20-0.03125%2C0%20-0.008%2C-0.007748%203.7e-5%2C-0.0312277%200%2C-0.03125%20-7.5e-5%2C-4.468e-5%20-0.03113%2C3.667e-5%20-0.03125%2C0%20-0.0032%2C-0.005942%20-0.03122%2C4.388e-5%20-0.03125%2C0%20-3.3e-5%2C-4.388e-5%20-0.02156%2C0.007728%20-0.03125%2C0%20-0.0097%2C-0.007728%204e-5%2C-0.0312324%200%2C-0.03125%20-1.61e-4%2C-6.63e-5%20-0.03092%2C4.344e-5%20-0.03125%2C0%201.28e-4%2C7.806e-5%20-0.03133%2C-2.298e-5%20-0.03125%2C0%20-1.69e-4%2C-1.2776e-4%201.28e-4%2C-0.0311739%200%2C-0.03125%20-1.28e-4%2C-7.611e-5%20-0.03116%2C2.09e-5%20-0.03125%2C0%20-1.7e-4%2C-3.761e-5%20-0.0287%2C1.873e-4%20-0.03125%2C0%201.71e-4%2C3.34e-5%20-0.02959%2C1.0353e-4%20-0.03125%2C0%20-0.0036%2C9.09e-6%20-0.02765%2C-4.607e-5%20-0.03125%2C0%20-0.0014%2C-1.3103e-4%20-0.02405%2C-5.756e-5%20-0.03125%2C0%20-0.0028%2C-1.2478e-4%20-0.04458%2C-2.6786e-4%20-0.03125%2C0%20l%20-3.1875%2C0%20z%20m%20-5.875%2C10.53125%20c%200%2C0%20-0.03125%2C-0.03125%20-0.03125%2C-0.03125%200.0041%2C0.0076%20-1.98e-5%2C0.03122%200%2C0.03125%200%2C0%200.024886%2C0.0065%200.03125%2C0%20z%20m%200.09375%2C-0.875%20c%200.00388%2C0.01156%20-0.00443%2C0.01804%200%2C0.03125%20-0.0085%2C-0.0086%20-0.024876%2C0.0065%20-0.03125%2C0%200%2C0%200.03125%2C-0.03125%200.03125%2C-0.03125%20z%20m%2013.59375%2C0.09375%20c%200.0084%2C-0.004%200.02285%2C0.03522%200.03125%2C0.03125%20-0.0089%2C0.0057%20-0.02236%2C-0.0057%20-0.03125%2C0%200.0044%2C-0.0029%20-0.0059%2C-0.02734%200%2C-0.03125%20z%20M%204.40625%2C10.25%20c%200.0086%2C0.0061%200.022652%2C-0.0061%200.03125%2C0%200.00607%2C0.0067%200%2C0.03125%200%2C0.03125%200%2C0%20-0.01674%2C-0.02126%20-0.03125%2C-0.03125%20z%22%20transform%3D%22translate%280.008822%2C-0.00314999%29%22%20id%3D%22path3833%22%20style%3D%22fill%3A%23000000%3Bfill-opacity%3A0.52941165%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22m%2010.110573%2C0.83456199%20c%20-0.599999%2C0%20-0.999999%2C0.40000001%20-0.999999%2C1.00000001%20l%200%2C8.500001%20-4.406251%2C0%206.09375%2C7.5%206.6875%2C-7.5%20-4.375%2C0%200.1875%2C-9.50000101%20-3.1875%2C0%20z%20m%20-6.71875%2C18.00000101%200%2C2.78125%2015.59375%2C0%200%2C-2.78125%20-15.59375%2C0%20z%22%20id%3D%22Shape_5_-9%22%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
#navigate h3:before{    
    font-weight: bold;
    color:rgba(255,255,255,1);
    text-shadow: 0px 0px 1px rgba(0,0,0,1);
    content:'\2630';}

    #Introduction {
        max-width: 100%;
        position: relative;
        left: 0px;
        font-size: 1em;
    }

    #technologySummary {
        display: none;
    }

    #contactInformation {
        white-space: normal;
        text-indent: 0px;
        font-size: 1em;
        padding: 1em;
    }

    #Accomplishments ul {
        list-style-type: none;
        margin-right: 5px;
        margin-left: 5px;
    }
        #menu h3
        {
        display: inline;
        padding: 9px;
        margin: 4px 10px;
        /* border-radius: 1em; */
        background-color: rgba(255, 255, 255, 0.2);
        }
    #menu {
        position:fixed;
        top:0px;
        left:0px;
        height:25px;
        width:100%;
        border-radius:0px;
        color:  rgba(255, 255, 255, 1);
        background: rgba(9,9,9,.8);
        z-index:101;
        border-bottom: solid .2em rgba(0,0,0,.4);

    }
    #menu ul {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    #links {
        font-size: 1em;
    }
        #links > nav {
        font-size: 1em;
    }

        #links > nav ul {
            list-style-type: none;
            display: none;
        }

        #links > nav li {
            /*float:right;*/
            text-align: left;
            margin-left: -40px;
            width:96%;
            padding: 1em;
            border-top:none;
            border-right: none;
            border-bottom: solid .2em rgba(0,0,0,.3);
            border-left: solid .2em rgba(0,0,0,.2);
            /*border-radius:1em;*/
            background: rgba(255,255,255,.9);
        }
    #navigate {
        font-size: 1em;
    }
        #navigate > nav {
        font-size: 1em;
    }

        #navigate > nav ul {
            list-style-type: none;
            display: none;
        }

        #navigate > nav li {
            /*float:right;*/
            text-align: left;
            margin-right: 0px;
            padding: 1em;
            border-top:none;
            border-right: none;
            border-bottom: solid .2em rgba(0,0,0,.3);
            border-left: solid .2em rgba(0,0,0,.2);
            /*border-radius:1em;*/
            background: rgba(255,255,255,.9);
        }

    footer {
        font-size: 1em;
        padding: 15px 35px;
        text-align:left;
    }

    #footerWrapper {
        height: auto;
        margin: 10px;
    }

    #LeftOfPage {
        /*border-color:black;
	border-right: solid;
	/*border-bottom:solid;*/
        width: 100%;
        position: relative;
        padding: 0px 0px 0px 16px;
        overflow: hidden;
    }

    #links {
        display: block;
        font-size: 1em;
        position:fixed;
        top:0px;
        left:42px;
        text-indent: 0;
        z-index:99;
    }

        #links:hover > nav ul {
            /*float:left;*/
            width:96%;
            display: block;
        }
        #links:hover{
            width:96%;
        }
        #navigate:hover > nav ul{
        display: block;
        }
        #navigate:hover{
        width:96%;
        }
    #navigate {
        display: block;
        font-size: 1em;
        /* float:right; */
        text-indent: 0;
        position:fixed;
        top:0px;
        left:3px;
        z-index:98;
    }

    #skills {
        display: none;
        float: none;
        text-indent: 0;
    }

    #education {
        display: none;
        text-indent: 0;
    }

    header {
        width: 100%;
        white-space: nowrap;
        font-size: 1em;
    }
    ul {
        list-style-type: none;
        padding:0px;
    }

}
/* Tablet (portrait and landscape) ----------- */
@media only screen and (min-device-width : 480px) and (max-device-width : 1024px) {


    #Introduction {
        max-width: 96%;
        position: relative;
        left: 0px;
        font-size: 1em;
    }

    #technologySummary {
        display: none;
    }

    #contactInformation {
        white-space: normal;
        text-align:center;
        font-size: 1em;
        padding: 1em;
    }

    #Accomplishments ul {
        list-style-type: none;
        margin-right: 5px;
        margin-left: 5px;
    }
        #menu h3
        {
display: inline;
border-right: 0.2em solid rgba(255, 255, 255, 0.2);
padding: 0px;
margin: 4px 10px;
/*border-radius: 1em;*/
background-color: rgba(255, 255, 255, 0.2);

        }
    #menu {
        position:fixed;
        top:0px;
        left:0px;
        height:25px;
        width:100%;
        border-radius:0px;
        color:  rgba(255, 255, 255, 1);
        background: rgba(9,9,9,.8);
        z-index:101;
        border-bottom: solid .2em rgba(9, 9, 9, 0.93);

    }
    #menu ul {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    #links {
        font-size: 1em;
    }
        #links > nav {
        font-size: 1em;
    }

        #links > nav ul {
            list-style-type: none;
            display: none;
        }

        #links > nav li {
            /*float:right;*/
            text-align: left;
            margin-left: -145px;
            width:96%;
            padding: 1em;
            border-top:none;
            border-right: none;
            border-bottom: solid .2em rgba(0,0,0,.3);
            border-left: solid .2em rgba(0,0,0,.2);
            /*border-radius:1em;*/
            background: rgba(255,255,255,.9);
        }
    #navigate {
        font-size: 1em;
    }
        #navigate > nav {
        font-size: 1em;
    }

        #navigate > nav ul {
            list-style-type: none;
            display: none;
        }

        #navigate > nav li {
            /*float:right;*/
            text-align: left;
            margin-right: 0px;
            padding: 1em;
            border-top:none;
            border-right: none;
            border-bottom: solid .2em rgba(0,0,0,.3);
            border-left: solid .2em rgba(0,0,0,.2);
            /*border-radius:1em;*/
            background: rgba(255,255,255,.9);
        }



    #footerWrapper {
        height: auto;
        margin: 10px;
    }

    #LeftOfPage {
        /*border-color:black;
	border-right: solid;
	/*border-bottom:solid;*/
        width: 100%;
        position: relative;
        padding: 0px 0px 0px 16px;
        overflow: hidden;
    }

    #links {
        display: block;
        font-size: 1em;
        position:fixed;
        top:0px;
        left:150px;
        text-indent: 0;
        z-index:99;
    }

        #links:hover > nav ul {
            float:left;
            width:96%;
            display: block;
        }
        #links:hover{
            width:96%;
        }
        #navigate:hover > nav ul{
        display: block;
        }
        #navigate:hover{
        width:96%;
        }
    #navigate {
        display: block;
        font-size: 1em;
        /* float:right; */
        text-indent: 0;
        position:fixed;
        top:0px;
        left:3px;
        z-index:98;
    }

    #skills {
        display: none;
        float: none;
        text-indent: 0;
    }

    #education {
        display: none;
        text-indent: 0;
    }

    header {
        width: 100%;
        white-space: nowrap;
        font-size: 1em;
    }
    ul {
        list-style-type: none;
        padding:0px;
    }

}