a { color: inherit; } 


.first-div { 
	width: 100%;
	height: 100vh;
	background-color: #00A8CC; 
	padding-top: 20%;
}

.project-div { 
	margin-bottom: 50px;
}

.bottom-align-text {
    position: absolute;
    bottom: 0;
}

.btn-left {
	position: absolute;
    top: 50%;
    left: 0px;
    margin-left: 50px;
    background-color: black;
    color: white;
}

.btn-right {
	position: absolute;
    top: 50%;
    right: 0px;
    margin-right: 50px;
    background-color: black;
    color: white;
}

.tech-stack{
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-top-50 { margin-top: 50px; }
.name-title { font-size: 46px;  }
.roboto-font{ font-family: 'Roboto' ; }
.droid-sans-mono-font{ font-family: 'Droid Sans Mono'; }
.text-color-white{ color: #EFEFEF; }
.text-color-dark-blue{ color: #0C7B93; }