
.logo-img {
    width: 25px;
}

.portfolio-item {
    margin-right: 50px !important;
}

#message::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.home-sm {
    padding: 175px 0 125px 0 !important;
}

@media only screen and (max-width: 600px) {
    .home-sm {
        padding: 75px 0 75px 0 !important;
    }
}