.inline {
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.img-round {
    border-radius:50%;
}

.font-comfortaa {
    font-family: 'Comfortaa', cursive;
}

.clear {
    clear: both;
}

.large {
    font-size: large;
}

.xlarge {
    font-size: x-large;
}

.xxlarge {
    font-size: xx-large;
}

.center-vertical {
    position: relative;
    top:50%;
    transform:translateY(-50%);
}

.pointer {
    cursor: pointer;
}

body {
    background-color: #f2f2f2;
    padding-top: 45px;
}

.nav {
    width: 100%;
    background-color: white;
    padding: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
}

.nav-deactive {
    margin-left: 10px;
    text-decoration: none;
    color: black;
    cursor: default;
}

.nav-info {
    margin-right: 50px;
    margin-top: 5px;
    user-select: none;
}

.nav-active {
    margin-left: 10px;
    color: #025599;
    cursor: pointer;
}

.wrapper {
    max-width: 1000px;
    margin: auto;
    padding: 0.5em;
    justify-content: center;
    background: white;
}

.project-card {
    padding: 10px;
}

.project-img {
    width: 300px;
}

.logo-img {
    width: 950px;
    height: 400px;
    align-items: center;
}

.project-desc {
    margin-left: 15px;
    height: 266px;
} 

.project-info {
    display: flex;
}
.project-info .fa {
    margin: 10px 50px;
    font-size: 28px;
}

.education {
    font-weight: bold;
}
