* {
  padding: 0;
  margin: 0; }

body {
  background-image: url(../images/grey-wash-wall.png); }

.home {
  background: url(../images/BOTLbirth.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

a {
  border: none;
  color: #cfcfcf;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

header, footer {
  font-size: 30px;
  color: #fff;
  background: #000; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  text-align: right;
  padding-top: 6px;
  z-index: 1; }
  header .cursive {
    font-family: "Aguafina Script", cursive;
    letter-spacing: 4px;
    color: #f3130e; }

#projectNav {
  position: absolute;
  top: 375px;
  left: 0px;
  width: 148px; }
  #projectNav ul {
    list-style-type: none;
    padding: 6px 12px; }
    #projectNav ul li {
      border: 1px solid white;
      border-top: none;
      display: block;
      font-size: 30px;
      padding-left: 10px;
      background: #000; }
    #projectNav ul li:first-child {
      border-top: 1px solid white; }

#mainCon {
  margin: 5px auto;
  width: 1240px; }
  #mainCon p {
    font-size: 50px;
    line-height: 60px;
    width: 400px;
    color: #999;
    padding: 50px 0 0 50px; }
  #mainCon span.beauty {
    font-size: 50px;
    color: #f3130e;
    font-family: "Aguafina Script", cursive; }
  #mainCon span.beast {
    font-size: 42px;
    color: #000;
    font-family: "Nosifer", cursive; }
  #mainCon img {
    width: 300px;
    height: 200px;
    margin: 0 3px 3px 0;
    border: 2px solid white; }

#listGrid {
  padding-top: 50px;
  margin-bottom: -50px;
  	/*img{
  		border:2px solid #fff;
  		border-radius:3px;
  		@include boxShadow(2px, 5px, 9px, #000);
  
  	}
  	.left {
  		float:left;
  		margin-left:60px;
  	}
  	.right {
  		float:right;
  		margin-right:60px;
  	}
  	.mid {
  		margin:0 auto;
  		display:block;
  	}*/ }
  #listGrid li {
    display: inline;
    padding-right: 0;
    width: 200px;
    height: 200px; }

footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 0 0 11px 12px;
  height: 37px; }
  footer p {
    display: inline;
    float: right;
    padding: 0 40px 0 10px; }
  footer p:first-child {
    float: left; }

ul {
  list-style-type: none; }

li {
  display: inline;
  padding-right: 20px; }

#wrapper-close {
  width: 75%;
  margin: 50px auto;
  position: relative;
  padding-top: 20px; }

#closeup {
  display: block;
  margin: auto;
  max-width: 100%;
  border: 5px solid white;
  border-radius: 8px; }

#thumbs {
  margin-left: 800px;
  height: 750px; }
  #thumbs img {
    border: 3px solid white;
    height: 100px;
    width: 100px;
    -webkit-box-shadow: 3px 3px 12px black;
    -moz-box-shadow: 3px 3px 12px black;
    -ms-box-shadow: 3px 3px 12px black;
    -o-box-shadow: 3px 3px 12px black;
    box-shadow: 3px 3px 12px black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3px, Direction=180, Color='black')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3px, Direction=180, Color='black'); }
