﻿html
{
    /*  background: url(StartScreen.png) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; /* background-color: #0E6D38; */ /*    overflow: hidden; */
}

body
{
    font-family: Arial;
    margin: 5px;
    padding: 0px;
}

a:link, a:visited, a:hover, a:active
{
    border: 0px;
    outline: 0px;
}

img
{
    border: 0px;
    outline: 0px;
    -ms-interpolation-mode: bicubic; 
    vertical-align: middle;
}

h2.nameTitle
{
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    float: right;
    vertical-align: text-top;
    font-weight: normal;
    margin-right: 10px;
    display: inline;
}

h2.nameTitle #firstName
{
    font-size: 130%;
    font-weight: light;
    right: 0px;
}

h2.nameTitle #surName
{
    float: right;
    right: 0px;
}

img.headshot
{
    width: 45px;
    float: right;
}

h1.websiteTitle
{
    font-weight: lighter;
    font-size: 170%;
    text-align: left;
    float: left;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
