*{
    font-family: "effra",sans-serif;
	font-size: 20px;
	color: black;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

body {
	background: url("images/go.svg"); background-position:fixed;
	background-size: cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	border-bottom: 100px;
}

.tag{
	margin: auto;
	padding-left: 2%;
	font-weight: 900;
}

h1 {
	font-size: 25px;
	margin-top: 20px;
	font-weight: 500;

}

.container{
	width: 95%;
	margin: auto;
	padding:4px;
	margin-top: 5%;
	height: 100%;
}

.header{
	padding-top: 5px;
	padding-bottom: 10px;
}

#name {
	background: url("images/title.png");
	margin-left: 30px;
	margin-top: 30px;
}

#illust {
	background: url("images/illust.svg");
}

#design {
	background: url("images/design.svg");
}

#about {
	background: url("images/about.svg");
}

.padding {
	height:60px;
	width:100%;
	margin-top: 100px;

}

footer {
   z-index: 100;
   position: fixed;
   bottom:0;
   width:100%;
   height:40px;   
   background:#000000;
   color: white;
   padding-top: 10px;
   padding-left: 30px;
}

GALLERIES//

.grid-block-container {
	float: left;
	width: 990px;
	margin: 20px 0 0 -30px;
}

.grid-block {
	position: relative;
	float: left;
	width: 300px;
	height: 180px;
	margin: 0 0 100px 60px;
	display: inline;

}
.grid-block h4 {
	font-size: .9em;
	color: white;
	background: rgba(85,85,85,0.75);
	margin: 0;
	padding: 10px;
	border: 1px solid rgba(85,85,85,0.75);
}
 
.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/trans-black-50.png);
	width: 100%;
	height: 100%;
}

.ap {
	font-size: .9em;
}

.caption h3, .caption p {
	color: white;
	font-weight: 500;
	margin: 20px;
}

.caption h3 {
	margin: 20px 20px 10px;
}

.caption p {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 20px 15px;
	font-weight: 100;
}

.caption a.learn-more {
	padding: 5px 10px;
	background: #5c5a5a;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: bold;
	text-decoration: none;
}
.caption a.learn-more:hover {
	background: #fff;
	color: #000000;
}	
	
ABOUT//

.aboutP {
	background-color: black;
	width: 60%;
	height: 20%;
}

h6 {
	padding: 30px;
	width: 55%;
	background-color: black;
	color: white;
	line-height: 30px;
	font-size: 20px;

}

h5 {
	padding: 30px; 
	font-size: 50px;
	width: 55%;
	background-color: black;
	color: white;
	margin-top: 10%;
}

a {
	color:white;
}