
a,a:hover,a:active{
	text-decoration: none;
}


#navbar{
	font-size: 25px;
}


.navbar-default{
	background: #e0ebe8;
}

.link{
	margin-top: 10px;
	margin-right: 15vh;
	color: black;
}

#welcome-section{
	width: 100%;
	height: 100vh;
	background: #e0ebe8;
	margin-bottom: 20px;
}

.headtext{
	text-align: center;
	min-height: 55vh;
	padding-top: 45vh;
}

.headtext > h1{
	font-size: 30px;
	font-weight: bold;
}

.headtext > p{
	font-size: 20px;
	color: green;
}

#projects{
	margin-bottom: 45px;
}



.protitle{
	text-align: center;
	font-size: 45px;
	margin-bottom: 45px;
	margin-top: 45px;
}

.panel{
	background-color: rgba(0,0,0,0.1);
	border-radius: 5px;
}

.panel-body{
	padding: 20px;
}

.panel-footer{
	background-color: white;
	text-align: center;
	font-size: 20px;
}


#profie{
	background-color: green;
	width: 100%;
	height: auto;
	text-align: center;
}


#profie > p {
	padding-top: 20px;
	font-size: 65px;
	font-weight: bold;
	color: white;
	padding-bottom: 40px;
}

#profile-link,#profile-link:hover,#profile-link:active{
	text-decoration: none;
}

#profile-link:hover{
	color: green;
	background-color: white;
}


#profile-link{
	margin-bottom: 40px;
	margin: 15px;
	margin-left: 10vh;
	font-size: 25px;
	color: white;
	padding: 15px;
	border: 1px solid white;
	border-radius: 50px;
	width: 300px;
}

@media (max-width: 840){
	#profile-link{
		margin-left: 0;
	}
}

footer{
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,0.3);
}