@charset "UTF-8";
/* Common */
/* Written by Hanson Ma */

*{
	margin: 0;
}

html, body{
	height: 100%;
	background: #e9ebee; 
	font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#overlay{
  float: center;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

#lefty{
  float: left;
  width: 15%;
  height: 300px;
}

#righty{
  float: right;
  width: 85%;
  height: auto;
  background:;
}

#title{
  float: left;
  width: 100%;
  height: 75px;
  background:;
  
}

/*
#fatty span {
  align-self: flex-end;
  margin-left: 15px;
}
*/

#nav{
  float: left;
  width: 100%;
  height: 100%;
  background: #fff;
  font-family: century-gothic, sans-serif;
  font-weight: 550;
  font-style: normal;
}

.gang{
  float: left;
  width: 100%;
  height: 50px;
  background:;
  text-align: center;
  line-height: 50px;
  transition: background 0.2s;
  -moz-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
}

.boy{
  background: #fbfbfb;
  color: #999;
}

.gang:hover{
  background: #999;
  color: #fff;
}

#nav a{
  color: #000;
}

#copyrighter{

  width: 150px;
  height: 50px;
  background:;
  position: fixed;
  bottom: 0;
  color: #ccc;
  font-size: 12px;
  z-index: 50;
}

.ya, .yas{
  margin-left: 10px;
}







#content{
  float: left;
  width: 100%;
  height: auto;
  background:;
}

#content a{
  color: #000;
}

.cat{
  float: left;
  width: 100%;
  height: 40px;
  background:;
}

.catext{
  float: left;
  width: calc(100% - 10px);
  height: 35px;
  background:;
  margin-left: 10px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  font-size: 20px;
  color: #999;
}

.catext span{
  align-self: flex-end;
}

.catspace{
  float: left;
  width: 100%;
  height: 4px;
}

.catline{
  float: left;
  width: calc(100% - 20px);
  height: 1px;
  background: #999;
  margin-left: 10px;
}

.stuff{
  float: left;
  width: 270px;
  height: 300px;
  background: #fff;
  margin-top: 10px;
  margin-left: 10px;
  transition: background 0.2s;
  -moz-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
}

.stuff:hover{
  background: #999;
  color: #fff;
}

.pic{
  float: left;
  width: 250px;
  height: 230px;
  background: ;
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
}

.title{
  float: left;
  width: 250px;
  height: 40px;
  background: ;
  margin-top: 10px;
  margin-left: 10px;
}


img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#spacey{
  float: left;
  width: 100%;
  height: 300px;
}

#work{
  float: left;
  width: calc(100% - 20px);
  height: auto;
  background: #fff;
  margin-left: 10px;
  margin-top: 10px;
}

#description{
  float: left;
  width: calc(100% - 30px);
  height: auto;
  background:;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 14px;

}

#peep{
  float: left;
  width: calc(100% - 20px);
  height: auto;
  background:;
  margin-top: 10px;
  margin-left: 10px; 
}

.swagger{
  float: left;
  width:  calc(50% - 20px);
  height: auto;
  margin-left: 10px;
  margin-top: 10px;
}

.swaggerino{
  float: left;
  width:  calc(100% - 20px);
  height: auto;
  margin-left: 10px;
  margin-top: 10px;
}

/*


Century Gothic Pro Bold

font-family: century-gothic, sans-serif;
font-weight: 700;
font-style: normal;


Century Gothic Pro Bold Italic

font-family: century-gothic, sans-serif;
font-weight: 700;
font-style: italic;


Century Gothic Pro Italic

font-family: century-gothic, sans-serif;
font-weight: 400;
font-style: italic;


Century Gothic Pro Regular

font-family: century-gothic, sans-serif;
font-weight: 400;
font-style: normal;


*/