/* Web Fonts -------------------- */

@font-face {
  font-family: 'Abolition Regular';
    src: url('../fonts/abolition-regular-webfont.eot');
    src: url('../fonts/abolition-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/abolition-regular-webfont.woff') format('woff'),
       url('../fonts/abolition-regular-webfont.ttf') format('truetype');
}

/* Base Styles -------------------- */

* {
  box-sizing: border-box;
  margin: auto;
}

header {
  background-color: #FFFFFD;
  background-image: url("../img/teal_feathers.png");
  background-position: center;
  height: 300px;
  margin-bottom: 30px;
}

body {
  color: #388E8E;
  margin: 0 auto 50px;
  font: 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: url("../img/upfeathers.png");
}

h1,
h2 {
  font-family: 'Abolition Regular', Helvetica, Ariel, sans-serif;
}

h1 {  
  font-size: 5.5rem; /* 90px/16px  */
  color: #C4C4C4;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  vertical-align: center;
  line-height: 1.3;
  text-shadow: 0 1.5px 1.5px #222;
  margin: 12px 0 0;
}

h2 {
  font-size: 3.3125em; /* 53px/16px  */
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 30px;
}

.boxes {
	margin-bottom: 20px;
	padding: 10px 50px;
	border-radius: 10px;
  max-width: 80%;
}

/*.boxes:hover {
  background: #FFFFFD;
}*/

li {
  margin-bottom: 10px;
}

/*Pseudo Classes*/
nav ul {
  list-style-type: none;
  display: inline;
  float: right;
  margin-top: 150px;
}

nav ul li {
  line-height: 2em;
  display: inline;
  background: #FFFFFD;
  border-radius: 10px;
  margin: 20px;
  padding-top: 18px;
}

a {
 font-family: 'Shadows Into Light', cursive;
 font-size: 2em;
 color: #C4C4C4;
 text-decoration: none;
  }

a:visited {
  color: #BDA0CB;
}

a:focus {
  background: ;
}

a:hover {
  background: #BDA0CB;
  color: #F2EDDC;
  border-radius: 10px;
  text-transform: uppercase;
}

a:active {
  background:;
} 

/* Quote Style */

.quote p,
.portp {
  font-family: 'Shadows Into Light', cursive;
  text-align: center;
  font-size: 2em;
}

/* Homg Page Gallery*/

figure {
  background: #fff;
  border-bottom: 20px solid #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 15px #C4C4C4;
  padding: 10PX;

  float: left;
  height: 200px;
  margin: 20px;
  width: 200px;

  position: relative;
}

.homeimg {
  height: 180px;
  width: 180px;
  position: center;
  -webkit-filter: grayscale(100%);

  position: relative;
}

.aboutme li:nth-child(2n+1) {
  background: #C4C4C4;
 } 

/* Portfolio */

.thumbs li {
  float: left;
  list-style: none;
  margin: 10px;
}

figure h5 {
  background: rgba(255,255,255,.75);
  color: #388E8E;
  padding: 5px;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;

  position: absolute;
  bottom: 0;
  right: -40px;

  width: 100%;

  z-index: 2;

}

h3 {
  clear: left;
  text-align: center;
}

.gallery {
  max-width: 960px;
  margin: auto;
}


.fullsize img {
  position: absolute;
  visibility: hidden;
  margin: auto;
  width: 650px;
  height: 750px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
}

.fullsize li {
  list-style: none;
}

#full1:target,
#full2:target,
#full3:target,
#full4:target,
#full5:target,
#full6:target,
#full7:target,
#full8:target
 {
  visibility: visible;
  opacity: 1;
  margin-top: 300px;
  z-index: 2;
}

.close {
  position: absolute;
  top: 300px;
  right: 180px;
  font-size: 4em;
  font-weight: bolder;
  text-decoration: none;
  color: #C4C4C4;
  visibility: visible;
}

/*Style Tile*/

/* Layout for Style Tile
Feel free to change */
section {
	margin: 20px 0;
}

.color-1,
.color-2,
.color-3,
.pattern-1,
.pattern-2,
.pattern-3, 
.imagery-1,
.imagery-2,
.imagery-3 {
	border: 1px solid #000;
	float: left;
	margin: 0 10px;
	height: 100px;
	width: 100px;
}

#my-website {
  text-align: left;
}

/* Set Your Own Typography */

body.style-tile {font-family: 'Open Sans Condensed', sans-serif;
}

a {font-family: 'Shadows Into Light', cursive;}

/* Set Your Own Margin & Padding */
h2, h3, p {
	margin: 0;
}

/* Clearfix - Oo Not Remove */
.clearfix {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

/*Color Palette*/
.style-tile .color-1 {
	background: #C4C4C4;
}

.style-tile .color-2 {
	background: #388E8E;
}

.style-tile .color-3 {
  background: #BDA0CB;
}

/*Pattern Palette*/
.style-tile .pattern-1 {
  background-image: url("../img/black_damask.jpg");
  background-size: 100px;
}

.style-tile .pattern-2 {
  background-image: url("../img/teal_feathers.png");
  background-size: 100px;
}

.style-tile .pattern-3 {
  background-image: url("../img/upfeathers.png");
  background-size: 150px;
}

/* Footer */
.footer {
  background: #BDA0CB;
  margin-top: 550px;
  text-align: right;
  padding: 1px 30px 15px;
}

.footer a {
 font-family: 'Shadows Into Light', cursive;
 font-size: 1em;
 color: #F2EDDC;
 text-decoration: none;
  }

.footer a:visited {
  color: #FFFFFD;
}

.footer a:hover {
  background: #F2EDDC;
  color: #BDA0CB;
  border-radius: 10px;
  text-transform: uppercase;
} 



/****Media Queries****/

@media screen and (max-width: 786px) {
  nav {
    float: left;
  }
  h1 {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 480px) {

}
  