body{
	text-align: center;
	margin: 0;
	font-family: Kumbh Sans;
    /*background: linear-gradient(90deg, rgb(177, 141, 103), rgba(0,0,0,0));*/
}

*{
	box-sizing: border-box;
}

img{
	max-width: 100%;
}


.flex-liner{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.row{
	font-size: 0px;
}

.row>div{
	font-size: initial;
	width: 100%;
}

.column{
	display: inline-block;
	vertical-align: top;
}

.column-2{
	max-width: 50%;
}

.ic-constrain{
	width: 100%;
	max-width: 950px;
	display: inline-block;
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6{
	font-family: Cabin Sketch;
/* 	font-family: Kumbh Sans; */
}

h1{
    font-size: 36px;
}

#masthead,
#content,
#colophon{
	position: relative;
}

#masthead,
#content,
#colophon{
    width: 100%;
	max-width: 100%;
}


/* header */

#masthead{
}

#masthead h1 a,
#colophon h1{
	color: rgb(111, 75, 72);
}
#masthead h1 a{
	font-size: 6.5rem;
	text-decoration: none;
	font-weight: bold
}
#masthead span{
	text-shadow: 2px 2px 0px white;
}
#masthead h1 span:nth-of-type(1){
	color: #a58f00;
}
#masthead h1 span:nth-of-type(2){
	color: #350b63;
}
#masthead h1 span:nth-of-type(3){
	color: #3b7d2f;
}
#masthead h1 span:nth-of-type(4){
	color: #de084f;
}



#masthead .subtitle{
    display: inline-block;
	max-width: 500px;
	text-shadow: 2px 2px 0px white;
}

#ichilumba{
	position: fixed;
	right: -30%;
	width: 100%;
	bottom: 0px;
}
#ichilumba img{
	max-width: 500px;
}



/* content */

.ic-dev{
	display: none;
}

#content{
/*     border: 2px solid green; */
}

#content .ic-constrain{
	text-align: left;
/*     border: 2px solid pink; */
}

.content-section{
	margin: 150px 0;
/* 	border: 1px solid blue; */
}

.project{
    margin: 100px 0;
    background: rgba(255, 255, 255, .8);
}

.project:nth-of-type(1){
	background: #dea400;
}
.project:nth-of-type(2){
	background: #9c82d0;
}
.project:nth-of-type(3){
	background: #6ed4c1;
}
.project:nth-of-type(4){
	background: #74c14c;
}
.project:nth-of-type(5){
	background: #a759a9;
}

.project .copy{
	padding: 30px 10px;
}



/* footer */
#colophon{
/* 	margin-bottom: 150px; */
	background: #ffd4af;
	padding-bottom: 50px;
}

#colophon .row-2{
	font-size: 1.2rem;
	text-align: left;
}
#colophon li{
	list-style: none;
}

#colophon .column{
	text-align: left;
	padding: 5%;
}

#colophon-band{
/* 	display: flex */
    height: 100px;
    background: #f5efef;
    justify-content: space-around;
}

#colophon-band>div{
	display: inline-block;
	font-family: Cabin Sketch;
	font-size: 1.7rem;
	font-weight: bold;
/* 	color: white; */
}

#colophon-band>div:nth-of-type(1){
	color: #056b29;
}
#colophon-band>div:nth-of-type(2){
	color: #6c0a73;
}
#colophon-band>div:nth-of-type(3){
	color: #ff0529;
}
#colophon-band>div:nth-of-type(4){
	color: #ff5d00;
}

.copy{
	line-height: 1.3rem;
}



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

	.content-section{
		padding: 0 5%;
		margin: 50px 0;
	}

	.column-2{
		max-width: 100%;
	}

}
