body{
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	font-weight: 300;
}

#firsthalf{
	background-color: #f7f7f7;
	width: 100vw;
}

.heart {
	transition: all 0.3s;
	color: #25AAF4;
	animation-name: namecolour;
	animation-duration: 8s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

#heading{
	width: 100%;
	top: 50%;
	font-family: 'Hind', sans-serif;
	font-weight: bolder;
	align-items: center;
	float: left;
	margin-right: 20px;
	position: relative;
	line-height: 1.2;
}

#subheading{
	top: 51%;
	transition-duration: all 0.8s;
	font-family: 'Hind', sans-serif ;
	font-size: 14pt;
	float:right;
	align-items: center;
	width: 100%;
	position: relative;
	line-height: 1.5;
}

@keyframes namecolour {
	from {color: #25AAF4;}
	25%  {color: #FF2626;}
	50%  {color: #03AB00;}
	100%  {color: #FFCD00;}
}

#introduction {
	padding-left: 25px;
    height: 90vh;
    align-items: center;
	font-size: 30pt;
	font-weight: 500;
	margin: auto;
	width: 86%;
	
	
}

#navbarbg{
	background-image: linear-gradient(to bottom, #f7f7f7, white);
	height: 75px;
	width: 100%;
    
	
	
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 100px;
}

#navbar{
	
	width: 80%;
	margin: auto;
	
	
}

#myname{
	animation-name: namecolour;
	animation-duration: 8s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	font-weight: 600;
	margin-right: 40px;
	
}

.restofnavbar{
	align-items: center;
	float: left;
	margin: 20px;
	font-weight: 400;
	font-family: 'Hind', "sans-serif";
	text-decoration: none;
	color: black;
}

.restofnavbar a{
	padding: 20px 10px;
}

.restofnavbar:hover{
	/*animation-name: namecolour;
	animation-duration: 1s;
	animation-iteration-count: infinite;*/
	font-weight: 700;
	
}

.content{
	margin: auto;
	width: 80%;
	padding: 20px;
	border-bottom: 1px solid #C0C0C0;
}

.projectbox{
	height: 225px;
	background-color: #Fff;
	border-radius: 12px;
	margin: 30px;
	padding: 10px;
	width: auto;
	box-shadow: 0px 0px 10px 1px #f0f0f0;
	transition: 0.8s;
		
}

.projectbox:hover{
	box-shadow: 0px 0px 10px 5px #e2e2e2;
	transition: 0.8s;
	padding-right: 15px;
	
	
}


.textforproject{
	height: 90%;
	width: 50%;
	float: left;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	color: black;
	font-family: 'Hind',avenir, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

.imageforproject{
	height: 90%;
	width: 35%;
	float: right;
	padding: 10px;
}

.allimages{
	height: 100%;
	float: right;
	align-items: center;
	border-radius: 5px;
	
}

.checkmedium{
	text-align: left;
	color: #666666;
	font-size: 10pt;
	margin-top: 12px;
	
}

.checkmedium a{
	text-decoration: none;
	color: #3C3C3C;
}

.moreprojects{
	text-align: center;
	display: inline-block;
	font-family: avenir, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16pt;
	font-weight: 700;
	width: 100%;
	margin: auto;
	padding: 50px 0;
	
	
}

@media only screen and (max-width: 805px) {
    .content{
        width: 100%;
        
    }
    .projectbox{
        height: 450px;
    }
    .textforproject{
        width: 90%;
        height: 35%;
    }
    .imageforproject{
        height: 50%;
        width: 100%;
        padding-top: 40px;
    }
    .allimages{
        height: 100%;
        float: right;
        padding-left: 15%;
    }
}




.footer{
	text-align: center;
	animation-name: namecolour;
	animation-duration: 8s;
	animation-iteration-count: infinite;
	margin-bottom: 20px;
	padding: 30px 0;
}
