*, html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: my-font;
}

@font-face {
    font-family: my-font;
    src: url("../fonts/my-font.eot");
    src: url("../fonts/my-font.eot?#iefix") format('embedded-opentype'),
    url("../fonts/my-font.woff2") format("woff2"),
    url("../fonts/my-font.woff") format("woff"),
    url("../fonts/my-font.ttf") format("truetype");
    font-weight: 980;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #575757;

}

a:hover {
    color: #212121;
}

.ic:hover {
    border: transparent 3px solid;
    color: #212121;
}
.showcase{
    width: 100%;
    background-image: url("../images/header.jpg");
    background-position: top;
    background-size: cover;

}

.navbar-brand {
    width: 180px;
}

.nav-logo {
    max-width: 150px;

}

.navbar-nav a {
    font-size: 19px;
}

.txt-hello, .txt-dev {
    color: #2f2f2f;
}

.txt-hello {
    font-weight: bold;
}

.txt-dev {
    font-size: 50px;
}

.cv-btn , .more-btn{
    border-radius: 60px;
    color: #3b3b3b;
    font-size: 15px;
}
.img-line{
    width: 130px;
    margin-top: -30px;
}
.about-text , .services-count{
    font-size: 20px;
}
.about-logo{
    width: 200px;

}
.img-icon {
    width: 100px;
    height: 100px;
}
.border-secondary {
    max-width: 300px;
}
.card-img{
    width: 50px;
    height: 50px;
}
.project-img , .project-a{
    width: 340px;
    height: 200px;
}
.project-img:hover{
    border: transparent 3px solid;
    box-shadow: 1px 1px 13px #2a2a2a;
    border-radius: 5px;
}
.footer-p{
    padding-top: 15px;
    font-size: 12px;
}