@import url(http://weloveiconfonts.com/api/?family=zocial);

body,
html,
h1,
h2,
h3,
h4,
h5,
i,
button,
li,                   /* listed tags instead of universal selector to speed rendering */
ul {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	width: 100%;
	height: 100%;
}

body {
	font: 700 100%/1.6 "Rokkitt", sans-serif;
	text-transform: uppercase;
	color: rgb(242, 200, 118);
}

/*       Header       */

h1,
h4 {
	text-align: right;
	font-family: "Montserrat Subrayada", serif;
}

.dc-photo {
	width: 100%;
}

.header {
	width: 100%;
	position: relative;
}

.header-text {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px 0 10px;
	transition: ease 1s;
	font-size: 40px; /*fallback*/
	font-size: 12vw;
	text-align: right;
	text-shadow: 0 0 8px rgba(242, 200, 118, 0.6);
	background: -webkit-linear-gradient(transparent, transparent),
	url(../images/marble2xs.jpg);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; /* This fallback solution for non-webkit browsers (better than my initial one) is from http://nimbupani.com/using-background-clip-for-text-with-css-fallback.html */
}

.header-text:hover {
	text-shadow: inherit;
}

.header-smalltext {
	position: absolute;
	bottom: 20px;
	right: 10px;
	transition: ease 1s;
	font-size: 15px; /*fallback*/
	font-size: 4vw;
	text-shadow:  3px 3px 1px rgb(6, 6, 40);
}

/*     Nav    */

.nav {
	width: 100%;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: flex;
	background-color: rgb(242, 200, 118);
	height: 60px;
	line-height: 60px;
}

.lionhead-container {
	height: 100%;
	width: 50px;
	margin: 2px;
 }

.svg {
	height: 100%;
	width: 100%;
}

.lionhead {
	fill: rgb(59, 90, 158);
}

.nav-name  {
	font-size: 30px;
	color: rgb(59, 90, 158);
	padding: 0 0 0 5px;
}

.nav-appear {
	display: none;
	width: calc(100% - 280px);
}

.nav-list {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 0 auto;
}

.nav-item {
	display: inline-block;
	margin: auto;
	font-size: 20px;
	font-weight: 400;
}

.buttons {
	padding: 15px;
}

.hamburger-helper {
	position: absolute;
	right: 0;
	font-size: 30px;
	color: rgb(59, 90, 158);
}

a:link {
	color: rgb(59, 90, 158);
	text-decoration: none;
}

a:hover {
	color: rgb(5, 53, 157);
	text-decoration: none;
	font-size: 125%;
	transition: all 0.3s;
}

a:visited {
	color: rgb(59, 90, 158);
	text-decoration: none;
}

 /*    Feature      */

h2 {
	font-size: 40px;
	text-align: center;
}

.feature {
	padding: 15px 0;
}

.main {
	background: rgb(59, 90, 158); /* fallback */
	background: linear-gradient(rgb(59, 90, 158), white);
}

 /*   Portfolio     */

.portfolio-section {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.portfolio-image {
	width: 100%;
	max-width: 330px;
}

.portfolio-item {
	position: relative;
	height: 221px;
	width: 330px;
	margin: 0 auto 2px auto;
	border: 3px solid rgb(39, 60, 107);
	border-radius: 4px;
}

.portfolio-bigtext,
h5 {
	position: absolute;
	text-align: center;
	width: 100%;
	color: rgb(242, 200, 118);
	font-size: 20px;
	bottom: 30px;
	background-color: grey; /*fallback*/
	background: rgba(0, 0, 0, 0.5);
}

h5 {
	font-size: 14px;
	font-weight: 400;
	bottom: 10px;
	text-transform: none;
}

.portfolio-item:hover h3 {
	background: linear-gradient(rgba(0,0,0, 1) 40%, rgba(0,0,0, 0.5));
	font-size: 150%;
	transition: all 0.3s;
}

.apparel-text {
	text-transform: none;
}

/*        Footer       */

.bottom-container {
	max-width: 330px;
	margin: 10px auto 10px auto;
	padding: 0 0 30px 0;
}

.z {
	display: inline-block;
	font-family: "zocial", sans-serif;
	text-shadow: 4px 4px 3px rgb(100, 119, 161);
	width: 24%;
	font-size: 20px;
	text-align: center;
}