@font-face {
    font-family: "JF flat Regular";
    src: url(../fonts/JF-Flat-regular.eot);
    src: url(../fonts/JF-Flat-regular.eot?#iefix) format('embedded-opentype'), url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'), url(../fonts/JF-Flat-regular.woff) format('woff'), url(../fonts/JF-Flat-regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    font-family: "JF Flat Regular", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #555;
    background-color: transparent;
    line-height: 1.42857143;
    display: grid;
    height: 100%;
}

.background-page {
    background-image: linear-gradient(-60deg, #8d98ab, #c2d3ef, #8d98ab);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-row {
    margin-top: 80px;
}

.hr-top {
    margin-top: 30px;
}

.custom-header {
    color: #12749b;
    font-size: 25px;
    text-align: center;
}

.custom-underline {
    border-bottom: 1px solid #47474749;
}

.custom-project {
    margin-top: 20px;
}

.custom-project img {
    height: 400px;
    position: absolute;
    top: -80px;
}

.custom-project a {
    text-decoration: none;
    color: #c2d3ef;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 170px;
    background-color: #555;
    box-shadow: 5px 3px 3px #575757;
    border-radius: 10%;
    font-size: 20px;
    font-weight: 700;
}

.custom-project a:hover {
    color: #c2d3ef;
    background-color: #5a7ead;
}

.custom-last-row {
    margin-top: 120px;
}

.custom-text {
    text-align: center;
    font-size: 15pt;
    font-weight: 400;
}

@media (max-width:991px) {
    .frist-project-div {
        margin-bottom: 30px;
    }
    .img-boy-small {
        display: none;
    }
}