.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
	opacity: 0.7;
}

.navbar li {
    float: left;
	font-size: 14px;
}

.navbar li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar li a:hover:not(.active) {
    background-color: #111;
}

.navbar.active {
    background-color: #4CAF50;
 }

.head {
    margin: 5% 0 5% 50%;
    text-align: right;
    width: 50%;
}

.head p{
    font-size:14px;
    text-align:left;
}

.about-content {
    font-size:14px;
    width:50%;
    margin: 0 25%;
}

.sm-icon {
    font-size:20px;
}
    
/** PROJECT **/

.project {
    height: 10%;
    padding: 1% 3% 1% 1%;
    text-align: right;
    background-color: transparent;
    font-size:20px;
    margin-bottom:10px;
}

.project:hover {

}

#billow {
    color:white;
    background-image: linear-gradient(to right, white , rgb(84, 0, 74));
    
}

#billow:hover {
    background-image: linear-gradient(to right, white , rgba(84, 0, 74, 0.5));
}

#superjunior1 {
    color:white;
    background-image: linear-gradient(to right, white , rgb(7, 88, 135));
}

#superjunior1:hover {
    background-image: linear-gradient(to right, white , rgba(7, 88, 135, 0.5));
}

#yesung {
    color:white;
    background-image: linear-gradient(to right, white , rgb(220, 20, 60));
}

#yesung:hover {
    background-image: linear-gradient(to right, white , rgba(220, 20, 60, 0.5));
}

		
