/**
Author: Emil Alexe
Date: 2020
URL: https://emil.alexe.xyz

Description: Personal Website
 */
div.projects {
    width: 100%;
    height: 100vh;
}
div.skill-chart {
    position:relative;
    margin:auto;
    width:120px; min-height:120px;
}
canvas {
    display: block;
    position:absolute;
    top:0;
    left:0;
}

span.procent {
    color:#555;
    display:block;
    line-height:120px;
    text-align:center;
    width:120px;
    font-family:sans-serif;
    font-size:20px;
    font-weight:100;
    margin-left:5px;
}

.skill-chart .chart-title {
    font-size: 12px;
    line-height: 25px;
}

input {
    width: 200px;
}
.proj{
    font-weight: bold;
    color: white !important;
    font-size: 5em!important;
    text-shadow: 2px 3px rgba(0, 0, 0, 1);}
figure {
    text-align: center;
}
.no-decoration{
    text-decoration: none;
    color: inherit;
}
.avatar .new-profile,
.avatar:hover .old-profile{
    display: none;
}
.avatar .old-profile,
.avatar:hover .new-profile {
    display: block;
}
.chart .rotate-canvas:hover{
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.event .description{
    text-align: justify;
}
.event .logo {
    float: right;
    margin-bottom: 1em;
}
.copy-text{
    color: #fff;
}

a i {
    color: inherit;
}