/* Custom styles for pmckay.com homepage... */

/*-- TYPOGRAPHY ---------------------- */

@font-face {
  font-family: 'Hattori Hanzo';
  src: url('hattori_hanzo/webfont.woff') format('woff'),
       url('hattori_hanzo/webfont.eot') format('eot'),
       url('hattori_hanzo/webfont.eot?iefix') format('eot'),
       url('hattori_hanzo/webfont.ttf') format('truetype'),
       url('hattori_hanzo/webfont.svg#webfont') format('svg');
    }

html {
  font-family: "Roboto Slab", serif;
  font-weight: 350;
  line-height: 1.7;
  background: url('../img/jonathan-pease-3000.jpg');
  background-position: top center;
  background-size: cover;
  color: white;
}

body {}

a {
    text-decoration: none;
    font-weight: normal;
    color: white;
  }

a:hover {
    text-decoration: underline;
  }

header {}

main, footer {min-height:10rem}

nav {
  position: relative;
  z-index: 0;
  padding-bottom: 0.5rem;
}

nav * {
  margin:0;
  padding: 0;
  display: inline-block;
}

nav img, nav ul, nav li {display: inline;}

nav form {}

nav form>* {margin-right: 0.25rem}


nav form input:nth-child(3) {
  position: relative;
  bottom: 0.25rem;
  color:white;
  background: #FF9100;
}


nav form:hover input:nth-child(3) {
  background: #006EFF;
}

nav img {
  position: relative;
  top: 1.2rem;
  height: 3rem;
  max-height: 45px;
  margin: 0.5rem;
  width: auto;
  display: inline;
}

nav #socials {
  padding:0;
  list-style: none;
  text-align: right;
}

nav #socials li {display:inline-block}

nav #socials img {}

nav #screen {
  display: inline-block;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.55;
  z-index: -10;
}

header #flag {
  text-align: center;
  padding: 10rem 0;
}

header #flag h1 {font-size: 10rem;}

header #flag #details {font-size: 2.25rem;}



/*

header, nav, h1, h2, h3, h4, h5, h6 {
  font-family: 'Hattori Hanzo', Helvetica, Arial, Sans-Serif;
  font-weight: 400;
  line-height: 1.5;
}

li {}

#flag {
  
  padding: 0;
  margin: 0;
}


#socials {}



#socials li:first-child img {margin-left: 0}


*/
