/* your style begins here */
body{
	background-color: rgb(242,242,242);
	font-family: 'Montserrat', sans-serif;
}

#main{
	width: 100%;
	/*background: rgb(200,255,200);*/
	font-family: 'Montserrat';
	font-weight: 300;
	/*position: absolute;*/
	text-align: center;
	top:50%;
	height: 500px;
	margin-top: -250px;
}

#menu{
	z-index: 2;
	position: absolute;
	/*background-color: gray;*/
	width: 100%;
	height: 70px;
	top: 50%;
	margin-top: 150px;
}

#showHere{
	/*position: absolute;*/
	top: 70px;
	width: 100%;
}

#aboutMe{
	width: 100%;
	font-size: 24px;
	/*background: rgb(200,255,255);*/
}

#tags_append{
	height: 1%;
	overflow: hidden;
	font-size: 24px;
	width: 100%;
	background: #F26398;
}

#portfolioBox{
	/*position: absolute;*/
	width: 100%;
	/*top: 55px;*/
	/*background: rgb(255,200,255);*/
}

#infoBox{
	/*position: absolute;*/
	z-index: 2;
	width: 100%;
	float: left;
	/*top: 55px;*/
	/*background: rgb(255,255,200);*/
}

.work{
	background: #F2C4B3;
	width: 240px;
	height: 240px;
	margin: 20px;
	cursor:pointer;
	float: left;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 24px;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 24px;
	border-radius: 5px;
	border-top-right-radius: 24px;
}

.work_hover{
	background-color: rgba(242,242,242,0.8);
	color: rgb(217,50,111);
	position: absolute;
	width: 240px;
	height: 240px;
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 24px;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 24px;
	border-radius: 5px;
	border-top-right-radius: 24px;
}

.work_hover p{
	position: absolute;
	top: 50%;
	left: 5%;
	font-size: 28px;
	margin-top: -14px;
	font-weight: 400;
}

.tag{
	cursor:pointer;
	background-color: rgb(242,242,242);
	color: #D9326F;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	font-size: 20px;
	float: left;
}

.tag:hover{
	background-color: #D9326F;
	color: rgb(242,242,242);
}

#tags{
	cursor:pointer;
	color: rgb(242,242,242);
	position: absolute;
	left: 50%;
	top: 50%;
	height: 45px;
	width: 145px;
	margin-top: -22.5px;
	margin-left: -180px;
	background-color: rgb(217,50,111);
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-radius: 5px;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}

#tags:hover{
	background-color: rgb(242,196,179);
}

#tags p{
	position: absolute;
	right:10%;
	top:50%;
	font-size: 22px;
	margin-top: -15px;
}

#logo_t{
	z-index: 3;
	position: absolute;
	width: 240px;
	height: 130px;
	left: 50%;
	top: 50%;
	margin-top: -135px;
	margin-left: -120px;
}

#logo_sc{
	z-index: 2;
	position: absolute;
	height: 300px;
	width: 300px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -220px;
	-webkit-animation:spin 4s ease;
    -moz-animation:spin 4s ease;
    animation:spin 4s ease;
}

#logo_bc{
	z-index: 2;
	position: absolute;
	height: 380px;
	width: 380px;
	left: 50%;
	top: 50%;
	margin-left: -190px;
	margin-top: -260px;
    -webkit-animation:spin 6s ease;
    -moz-animation:spin 6s ease;
    animation:spin 6s ease;
}

#home{
	position: absolute;
	width: 45px;
	height: 45px;
	left: 50%;
	top: 50%;
	margin-left: -22.5px;
	margin-top: -22.5px;
	background-color: rgb(217,50,111);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#home:hover{
	background-color: rgb(242,196,179);
}

#home img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 26px;
	margin-left: -14px;
	margin-top: -13px;
}

#aboutMe_btn{
	cursor:pointer;
	background-color: rgb(217,50,111);
	color: rgb(242,242,242);
	font-weight: 400;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 45px;
	width: 145px;
	margin-top: -22.5px;
	margin-left: 35px;
	-webkit-border-radius: 24px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 24px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 24px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#aboutMe_btn:hover{
	background-color: rgb(242,196,179);
}

#aboutMe_btn p{
	font-family: 'Montserrat';
	font-weight: 300;
	position: absolute;
	left:10%;
	top:50%;
	font-size: 22px;
	margin-top: -15px;
}

#aboutMe div{
	margin: 20px;
}

#works_pic{
	float: left;
	margin-left: 5%;
	margin-bottom: 5%;
}

#works_pic img{
	cursor: pointer;
	width: 300px;
	margin-right: 20px;
	margin-top: 20px;
}

#infoBox h1{
	margin-left: 5%;
}

#infoBox p{
	margin-left: 5%;
	width: 50%;
}

#de{
	font-weight: 300;
}

#title{
	font-size: 36px;
}




#bott{
	position: fixed;
	bottom: 0px;
	height: 20px;
	color: #F2C4B3;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat';
	font-weight: 100;
}

@font-face {
    font-family: 'Montserrat';
    src: url(Montserrat-UltraLight.otf);
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat';
    src: url(Montserrat-Hairline.otf);
    font-weight: 100;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }