html{
	scroll-behavior: smooth;
}
body{
	padding-top:125px;
	margin: 0px;
	border: 0px;
	padding-bottom: 150px;
	background-color: #fffcec; 
	color: black;
}
footer {
    font-size: 0.9em;
    background-color: #c0dfd9;
    color: #3b3a36;
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100%;
    border-top: 0.1px solid black;
}

#static {
    position: fixed;
    background-color: #c0dfd9;
    color: #3b3a36;
    width: 100%;
    height: 125px;
    top:0;
    border-bottom: 0.1px solid black;
}
#linkref {
	background-color: #b3c2bf;
	color: black;
	text-decoration: none;
	padding: 10px;
	border-color: none;
}

#profile-pic{
	width: 150px;
	height: 175px;
}
#Content{
	margin: auto;
	width : 70%;
	padding-left: 15%;
	padding-right: 15%;
}
#Summary{
	text-align: left;

}
#Education{
	text-align: left;
}
#Projects{
	text-align: left;
	color: black;
}
#r{
	width: 100%;
	height: 800px;
}
#Experience{
	text-align: left;
}
#Skill{
	text-align: left;
}
.anchor{
	padding-top: 125px;
	margin-top: -125px;
}
.Contacts-icon{
	width: 35px;
	height: 35px;
}
#star{
	color:white;
	background-color: green;
	text-align: center;
}
.checked {
  color: orange;
}
 .row{
    display: flex;
}
.column{
    float: left;
    width: 50%;
    padding: 10px;
 }
