/***** COLORS ******/
/*
Green: #468966;
Yellow:#FFF0A5;
Orange: #FFB03B;
Amber: #B64926;
Red: #8E2800;


*/


/***** RESET *****/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #FFFFFF;
	/* margin: 20px 0; */
	font-family: 'Raleway';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****** CLEARFIX *******/
.clearfix {
  overflow: auto;
  zoom: 1;
}

/***** BODY STYLES *******/
* {
	box-sizing: border-box;
}
a,a:visited {
	text-decoration:none;
}
body {
}
#wrapper {
	border: 15px white;
	height: 100%;
	/*! width: 95%; */
	background: #F5F5F5;
	/*! margin: 20px; */
	box-shadow: 0px 0px 8px rgba(0,0,0,.5);
}
.container {
	/*! box-shadow: 0px 1px 5px black; */
	/* background-color: blanchedalmond; */
	width: 100%;
	max-width:1200px;
	margin: 0 auto;
	padding: 35px;
	height: auto;
	text-align: center;
}
/**** NAV STYLES *******/
header,nav {
	/* background-color: #8AAEBF; */
	/* background-color: #B64926; */
	/* height: 5em; */
	color: whitesmoke;
	/* z-index: -5; */
}
header h2 {
	text-align: center;
	font-family: 'Averia Serif Libre';
	font-size: 48px;
	color: whitesmoke;
	padding: 10px 0 0 0;
}
header a {
	text-decoration:none;
}
header a:hover {
	/* color:#B64926; */
	background-color: white;
	color: #D52D2D;
	/* background-color: #6C6C6C; */
}
#social-icons {
	/* padding: 15px; */
	float: right;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	color: rgba(24, 24, 24, 0.62);
}
#social-icons ul {
	display: inline-block;
}
#social-icons li {
	padding: 3px 12px;
	display:inline-block;
}

#social-icons a {
	padding: 2px;
	color: inherit;
	height: 40px;
	width: 40px;
	padding: 7px;
	text-align: center;
	border-radius: 100%;
	border: 2px solid;
	box-shadow: 0px 3px 0px;
	transition: .3s ease-in-out;
}
#social-icons a:hover {
	box-shadow: none;
	color: whitesmoke;
	background-color: #6B6B6B;
}
nav {
	/* padding: 15px; */
	/* margin-bottom: 1%; */
	/* position: fixed; */
	width: 100%;
}

nav {
    /* background-color: grey; */
    margin-bottom: 10px;
}

nav ul {
	float: left;
	margin-left: 0px;
	display: inline-block;
	margin-top: 15px;
}
nav li {
	display: inline-block;
	font-size: 20px;
	padding: 0 0px 2px 0px;
	font-family: 'Raleway';
	/* border-bottom: 2px solid green; */
	text-align: left;
	/* border-right: 1px inset rgba(0, 0, 0, 0.11); */
}
nav a {
	color: #181818;
	padding: 11px 30px;
	height: 100%;
	/* border-bottom: 2px solid green; */
	display: block;
	/* text-shadow: 2px 2px 6px #F1C0C0; */
	font-weight: 300;
}
nav a:visited {
	color: initial;
}
#nav-links a:hover {
	/* border-bottom: 2px solid rgba(108, 108, 108, 0.37); */
	background-color: transparent;
	color: #16a6b6;
}
#button-div {
	position: fixed;
	bottom: 15px;
	right: 25px;
	z-index: 100;
}
#button-div ul {
	display: inline-block;

}
#button-div li {
	padding: 5px 10px;
	background-color: darkslategray;
	display: inline-block;
}
#button-div a,a:visited {
	color: white;
}
/****** ABOUT STYLES *******/
#about {
	margin: 0px auto 0px auto;
	background-color: #637a91;
	text-align: center;
	padding: 75px;
}

#polaroid {
	height: 20em;
	transform: rotate(-5deg);
	/* margin: 25px auto; */
	box-shadow: 2px 2px 10px black;
	border: 5px solid white;
	padding-bottom: 20px;
	box-sizing: content-box;
	width: 320px;
	/* text-align: center; */
	background-color: white;
	z-index: 3;
}
#polaroid1 {
	height: 20em;
	transform: rotate(5deg);
	box-shadow: 2px 2px 5px grey;
	border: 5px solid white;
	padding-bottom: 25px;
	box-sizing: content-box;
	width: 320px;
	/* text-align: center; */
	background-color: white;
}
#polaroid2 {
	height: 20em;
	transform: rotate(-5deg);
	box-shadow: 2px 2px 5px grey;
	border: 5px solid white;
	padding-bottom: 25px;
	box-sizing: content-box;
	width: 320px;
	/* text-align: center; */
	background-color: white;
	z-index: 2;
}
#polaroid3 {
	height: 20em;
	transform: rotate(5deg);
	box-shadow: 2px 2px 5px grey;
	border: 5px solid white;
	padding-bottom: 25px;
	box-sizing: content-box;
	width: 320px;
	/* text-align: center; */
	background-color: white;
	z-index: 0;
}
#polaroid,#polaroid1,#polaroid2,#polaroid3 {
	transition: .4s ease-in-out;
}
#polaroid:hover, #polaroid1:hover, #polaroid2:hover,#polaroid3:hover{
	/* transform:scale(1.1); */
	/* z-index:20; */
	/* transform: rotate(0deg) scale(1.2); */
	box-shadow: 2px 2px 5px;
}
#polaroid, #polaroid1, #polaroid2,#polaroid3 {
	font-family: 'Raleway';
	font-weight: 700;
	margin-top: 2%;
	width: 250px;
	height: auto;
	background-color: white;
	font-weight: 300;
	font-style: italic;
	margin-right: -21px;
	box-shadow: 2px 2px 10px black;
	margin-top: -20px;
	transition: .5s;
}
#about h2 {
	font-family:'Raleway';
	font-size: 28px;
	letter-spacing: 1px;
	margin: 40px 0 20px 0;
}
#about-photo {
	height: 15em;
	width: 100%;
	/* transform: rotate(-4deg); */
	/* margin: 25px 0; */
	/* box-shadow: 0px 0px 5px grey; */
	/* border: 5px double white; */
	/* padding-bottom: 25px; */
	/* box-sizing: content-box; */
}
#marquee h1 {
	letter-spacing: 2px;
	font-size: 10em;
	text-align: center;
	font-family: 'Averia Serif Libre';
	font-weight: 700;
	color: white;
	text-shadow: 0px 7px 8px black;
	padding: 12%;
}
/****** HEX GRID STYLES ******/

#hexGrid {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding:0.866% 0;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

#hexGrid:after {
    content: "";
    display: block;
    clear: both;
}

.hex {
    position: relative;
    list-style-type: none;
    float: left;
    overflow: hidden;
    visibility: hidden;
    /* outline:1px solid transparent; *//* fix for jagged edges in FF on hover transition */
    -webkit-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
    -ms-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
    transform: rotate(-60deg) skewY(30deg) translatez(-1px);
}

.hex * {
    position: absolute;
    visibility: visible;
    outline:1px solid transparent;/* fix for jagged edges in FF on hover transition */
}

.hexIn {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate(60deg);
    -ms-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);
    opacity: 1;
}


/* HEX CONTENT */

.hex img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
    -webkit-transform: translatez(-1px);
        -ms-transform: translatez(-1px);
            transform: translatez(-1px);
}

.hex h1, .hex p {
    width: 102%;
    left:-1%;/* prevent line on the right where background doesn't cover image */
    padding: 5%;
    box-sizing:border-box;
    background-color: rgb(182, 73, 38);
    font-weight: 400;
    -webkit-transition:  -webkit-transform .4s ease-out, opacity .3s ease-out;
    transition:          transform .4s ease-out, opacity .3s ease-out;
    -webkit-font-smoothing: subpixel-antialiased;/* fix for font antialiasing after hover transition */
    
}

.hex h1 {
    bottom: 50%;
    padding-top:50%;
    font-size: 1.5em;
    z-index: 1;/
    -webkit-transform:translateX(-100%) translatez(-1px);
    -ms-transform:translateX(-100%) translatez(-1px);
    /* transform:translateX(-100%) translatez(-1px); */
    opacity: 0;
    font-family: 'Raleway';
    /* border-bottom: 2px inset whitesmoke; */
}



.hex p {
    top: 50%;
    padding-bottom:50%;
    /* -webkit-transform:translateX(-100%) translatez(-1px); */
    -ms-transform:translateX(-100%) translatez(-1px);
    /* transform:translateX(-100%) translatez(-1px); */
    opacity: 0;
    font-family: 'Raleway';
}


/* HOVER EFFECT  */


.hexIn:hover h1, .hexIn:focus h1 {
    -webkit-transform:translateX(0%) translatez(-1px);
    -ms-transform:translateX(0%) translatez(-1px);
    transform:translateX(0%) translatez(-1px);
    opacity: 0.85;
    
}

.hexIn:hover p, .hexIn:focus p {
    -webkit-transform:translateX(0%) translatez(-1px);
        -ms-transform:translateX(0%) translatez(-1px);
            transform:translateX(0%) translatez(-1px);
            opacity: .85;
} 


/* SPACING AND SIZING */

@media (min-width:1201px) {
    .hex {
        width: 19%;/* = (100-4) / 5 */
        padding-bottom: 22.170%;/* =  width / sin(60deg) */
    }
    .hex:nth-child(9n+6),
    .hex:nth-child(9n+7),
    .hex:nth-child(9n+8),
    .hex:nth-child(9n+9) {
        margin-top: -4.676%;
        margin-bottom: -4.676%;
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
                transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }
    .hex:nth-child(9n+6):last-child,
    .hex:nth-child(9n+7):last-child,
    .hex:nth-child(9n+8):last-child,
    .hex:nth-child(9n+9):last-child {
        margin-bottom: 0;
    }
    .hex:nth-child(9n+6) {
        margin-left: 0.5%;
        clear: left;
    }
    .hex:nth-child(9n+10) {
        clear: left;
    }
    .hex:nth-child(9n+2),
    .hex:nth-child(9n+ 7) {
        margin-left: 1%;
        margin-right: 1%;
    }
    .hex:nth-child(9n+3),
    .hex:nth-child(9n+4),
    .hex:nth-child(9n+8) {
        margin-right: 1%;
    }
}

@media (max-width: 1200px) and (min-width:901px) {
    .hex {
        width: 24.25%; /* = (100-3) / 4 */
        padding-bottom: 28.001%; /* =  width / sin(60deg) */
    }
    .hex:nth-child(7n+5),
    .hex:nth-child(7n+6),
    .hex:nth-child(7n+7) {
        margin-top: -6.134%;
        margin-bottom: -6.134%;
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
                transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }
    .hex:nth-child(7n+5):last-child,
    .hex:nth-child(7n+6):last-child,
    .hex:nth-child(7n+7):last-child {
        margin-bottom: 0;
    }
    .hex:nth-child(7n+2),
    .hex:nth-child(7n+6) {
        margin-left: 1%;
        margin-right: 1%;
    }
    .hex:nth-child(7n+3) {
        margin-right: 1%;
    }
    .hex:nth-child(7n+8) {
        clear: left;
        margin: 0 0 0 25.5%;
    }
    .hex:nth-child(7n+5) {
        clear: left;
        margin-left: 0.5%;
    }
}

@media (max-width: 900px) and (min-width:601px) {
    .hex {
        width: 32.666%;/* = (100-2) / 3 */
        padding-bottom: 37.720%;/* =  width / sin(60) */
    }
    .hex:nth-child(5n+4),
    .hex:nth-child(5n+5) {
        margin-top: -8.564%;
        margin-bottom: -8.564%;
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
                transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }
    .hex:nth-child(5n+4):last-child,
    .hex:nth-child(5n+5):last-child {
        margin-bottom: 0;
        display: none;
    }
    .hex:nth-child(5n+4) {
        margin-right: 1%;
        margin-left: 0.5%;
    }
    .hex:nth-child(5n+2) {
        margin-left: 1%;
        margin-right: 1%;
    }
    .hex:nth-child(5n+6) {
        clear: left;
    }
}

@media (max-width: 600px) {
    .hex {
        width: 49.5%; /* = (100-1) / 2 */
        padding-bottom: 57.158%; /* =  width / sin(60) */
    }
    .hex:nth-child(3n+3) {
        margin-top: -13.423%;
        margin-bottom: -13.423%;
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }
    .hex:nth-child(3n+3):last-child {
        margin-bottom: 0;
    }
    .hex:nth-child(3n+3) {
        margin-left: 0.5%;
    }
    .hex:nth-child(3n+2) {
        margin-left: 1%;
    }
    .hex:nth-child(3n+4) {
        clear: left;
    }
}
@media (max-width: 400px) {
    /*#hexGrid {
        font-size: 13px;
    }
    .hex {
    	width: 100%;
    	padding-bottom: 115%;
    	margin: 10px auto;
    }
    .hex:nth-child(3n+3) {
    	-webkit-transform: translateX(0%) rotate(0deg) skewY(0deg);
    	-ms-transform: translateX(0%) rotate(0deg) skewY(0deg);
    	transform: translateX(0%) rotate(-60deg) skewY(30deg);
    	margin: initial;
    } */
}
.hidden {
	display: none;
}
#squareGrid {
	display: none;
}

/***** CONTACT FORM STYLES ******/
#contact {
	font-family: 'Open Sans Condensed', arial, sans;
	background: #4D4D4D;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	text-align: center;
	padding-bottom: 100px;
}
#contact h1 {
	background: #4D4D4D;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	/* font-weight: 700; */
	color: #FBF6F6;
	font-size: 30px;
	font-weight: 100;
	padding: 15px;
	text-align: center;
	margin: -30px 0px 30px 0px;
	/* text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.54); */
}
form {
	text-align: center;
	width: 75%;
	background: beige;
	margin: 0 auto;
}
#contact input[type="text"], #contact input[type="date"], #contact input[type="datetime"],
#contact input[type="email"], #contact input[type="number"], #contact input[type="search"],
#contact input[type="time"], #contact input[type="url"], #contact input[type="password"],
#contact textarea, #contact select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 7px;
	border: none;
	text-align: center;
	border-bottom: 1px solid #ddd;
	background: transparent;
	margin-bottom: 10px;
	font: 16px 'Raleway' Helvetica, sans-serif;
	height: 45px;
	font-weight: 300;
	font-size: 18px;
	font-family: 'Raleway';
}
#contact input[type="button"], #contact input[type="submit"] {
	-moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
	box-shadow: 0px 1px 0px 0px #363E45;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 20px;
	padding: 11px 5%;
	text-decoration: none;
	text-transform: uppercase;
	margin: 2%;
	background: linear-gradient(to bottom, #776E61 5%, #555 100%);
}
#contact input[type="button"]:hover, #contact input[type="submit"]:hover {
    background: rgba(119, 110, 97, 0.75);
}
/***** COLORS ******/
.green {
	background-color: #468966 !important;
}
	.green p{
		color: #FFF0A5 !important;
	}
.yellow {
	background-color: #FFF0A5 !important;
}
	.yellow h1 {
		color: black !important;
	}
	.yellow p{
		color: #B64926 !important;
	}
.orange {
	background-color: #FFB03B !important;
}
	.orange h1 {
		/* color:#B64926 !important; */
	}
	.orange p{
		color:black !important;
	}
.amber {
	background-color: #B64926 !important;
}
	.amber h1 {
		color: #FFF0A5 !important;
	}
	.amber p{
		color: white !important;
	}
.red {
	background-color: #8E2800 !important;
}
	.red h1 {
		color:#FFF0A5 !important;
	}
	.red p {
		color:white !important;
	}






#skills {

	padding: 50px 0px;
	/* border: 5px solid cornsilk; */
	/*! box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15); */
	/* border-radius: 15px; */
}
body .team-treehouse h1, body .team-treehouse h2 {
  text-align: center;
  font-family: 'Raleway';
}
body .team-treehouse h2 {
  font-weight: normal;
  font-family: 'Raleway';
}
.team-treehouse {
	margin:0 auto;
}
.team-treehouse a {
	text-decoration: none;
	color: inherit;
	text-align: center;
}

#skill-badges {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* width: 35%; */
	margin: 0 auto;
	padding: 25px;
	text-align: center;
}
.icon-row {
	display: flex;
	flex-direction:row;
}
.icon-row img {
	width: 64px;
	height: 64px;
	margin: 15px;
}
.pieChart {
  width: 25.5em;
  margin: 0 auto;
  padding-top: 1em;
  display: flex;
  flex-wrap:wrap;
}

.pie {
  height: 12.5em;
  width: 12.5em;
  position: relative;
  float: left;
}
.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 7.5em;
  height: 7.5em;
  background: #f9f9f9;
  border-radius: 50%;
  top: 2.5em;
  left: 2.5em;
}

.slice {
  position: absolute;
  width: 12.5em;
  height: 12.5em;
  clip: rect(0px, 12.5em, 12.5em, 6.25em);
  animation: bake-pie 1s;
}
.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 12.5em;
  height: 12.5em;
  border-radius: 50%;
  clip: rect(0px, 12.5em, 12.5em, 6.25em);
}

.legend {
  width: 13em;
  padding-left: 1em;
  float: left;
}
.legend ul {
  list-style-type: none;
  list-style-position: inside;
  font-size: 0.8em;
}
.legend li {
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
}
.legend em {
  font-style: normal;
}
.legend span {
  float: right;
  font-weight: bold;
}
#parallax {
    background-image: url("../img/glacier.jpg");
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 150px;
    width: 100%;
}
.svg-border {
	background-image: url("../img/border.svg");
	background-repeat: round;
	opacity: 100;
	height: 20px;
	margin-top: 150px;
}
.svg-border2 {
	background-image: url("../img/border2.svg");
	background-repeat: round;
	opacity: 100;
	height: 20px;
	margin-bottom: 0px;
}
#small-nav {
	display: none;
	color: whitesmoke;
		/*! border: 2px solid black; */
	width: 100%;
	background: black;
	position: absolute;
	height: 65px;
}
	#small-nav {
		color: whitesmoke;
		/*! border: 2px solid black; */
		width: 100%;
		background: black;
		position: absolute;
		height: 65px;
		/*! padding: 10px; */

	}
	#small-nav a:hover, #small-nav a:focus {
		color: black;
	}
	#social-icons-small {
		display: flex;
	}
	#bars {
		display: block;
		/*! float: right; */
		text-align: center;
		right: 15px;
		position: absolute;
		top: 12px;
	}
	#dropdown-nav {
		position: relative;
		top: 65px;
		/*! padding: 0px 0px 15px; */
		display: none;
		background: black;
		width: 100%;
	}
	#dropdown-nav li {
		display: block;
		/*! float: right; */
		/*! right: 5px; */
	}
	#dropdown-nav a{
		color: white;
		float: left;
		width: 100%;
	}
	nav ul {
		margin: 0 auto;
		float: left;
		display: block;
	}
#bars, #dropdown-nav {
	display: none;
}
/**** MEDIA QUERIES ******/

@media screen and (max-width:805px) {
	.container {
		padding: 0;
	}
	#social-icons {
		display: block;
		float: none;
		clear: both;
		margin: 5px auto;
		text-align: center;
		display: none;
	}
	#nav-links {
		display: none;
		float: none;
		clear: both;
		margin: 15px auto;
		text-align: center;
	}
	#nav-links a {
		font-size: 24px;
		transition: .3s ease-in-out;
		box-sizing: border-box;
		padding: 10px 30px 5px 30px;
	}
	#small-nav {
		display: block;
	}
	#bars {
		display: block;
	}
	#polaroid,#polaroid1,#polaroid2,#polaroid3 {
		width: 300px;
		display: block;
	}
	#about-photo {
		/* width: 200px; */
	}
	#hexGrid {
	/*	display: none; */
	}
	#squareGrid {
		/* display: block; */
		text-align: center;
		list-style: none;
		/* margin: 0 auto; */
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	.square {
		position: relative;
		box-sizing: border-box;
		width: 47.5%;
		box-shadow: none;
		margin: 2px 0% 25px 1%;
		padding: 0;
		border: 4px solid rgba(42, 39, 39, 0.15);
		transition: .5s ease-in-out;
		transition-timing-function: steps;
	}
	.square img {
		width: 100%;
		height: 160Px;
		/* margin-left: -3px; */
		/* background-color: transparent; */
	}
	.square h1, .square p {
		width: 100%;
		/* height: 70px; */
		/* margin: 63px 3px; */
		/* transform: translateY(38%); */
		/* position: absolute; */
	}
	.square h1:hover, .square h1:focus {
		transform:;
	}
	.square i {
		    margin: -5px 0 10px -5px;
		    display: none;
	}
	.square:hover {
		/* transform:scale(1.1); */
		z-index:15;
		box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.53);
	}
	#polaroid2 {
		transform: rotate(5deg);
	}
	#polaroid1 {
		transform: rotate(-5deg);
	}
	#hexGrid {
		width:95%;
		padding: 0;
	}
	#hexGrid .fa {
		display: none;
	}
	#parallax {
		height: 550px;
		background-position: top;
	}
	#marquee h1{
		font-size: 5em;
		padding-top: 200px;
	}
}
@media only screen and (max-width: 480px) { 
  

	.square {}
	.container {
		width: 100%;
		padding: 0px;
	}
	#social-icons, #nav-links {
		display: none
	}

	.square img {
		height: 150px;
	}
	.square i {
		display: none;
	}
	.square a {
		text-decoration: none;
		color:inherit;
	}
	#polaroid,#polaroid1,#polaroid2,#polaroid3 {
		width: 220px;
		height: 260px;
		
		margin-top: -5px;
	}
	#about-photo {
		height: 250px;
		width: 220px;
	}
	#contact {
		width:100%;
	}
	#polaroid {
		z-index:10;
	}
	#polaroid2 {
		z-index:9;
	}
	#polaroid1 {
		z-index:8;
	}
	#polaroid3 {
		z-index: 7;
	}
	.pie,.legend {
		/* display: block; */
		margin-top: 20px;
		text-align: center;
		float: none;
		margin: 15px auto;
	}
	.pieChart {
		width:100%;
		text-align: center;
		margin: 0 10px;
	}
	#skill-badges {
		padding: 0px;
		margin-top: 30px;
	}

	#wrapper {
		border: 0;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	#parallax {
		height: 500px;
		/*! margin-bottom: -172px; */
	}
	#marquee h1 {
    	padding-top: 50%;
    	margin-bottom: 0px;		
    	font-size: 4em;
		
		padding-top: 200px;
	}
	#work {
		/*! margin-top: -170px; */
		/*! padding: 25px; */
	}
	#work .fas {
		display: none;
	}
	.hexIn:hover h1, .hexIn:focus h1, .hexIn h1 {
		font-size: 1.2em;
	}
	.hexIn:hover p, .hexIn:focus p, .hexIn p {
		font-size: 14px;
	}
	#about {
		padding: 15px;
	}
	#about h2 {
		margin: 0 auto;
		width: 100%;
	}
	#contact form {
		width: 100%;
	}
	.pieChart {
		text-align: center;
	}
	.pie {

	}
	.legend {
		float: none;
	}
}




