

.btn-outline-primary {
    color: #f2f4f8;
    border-color: #f0f2f4;
}
.f14{
    font-size: 13px;
}

.h1_head{
    top: 30%;
}
.buttons_top{
top: 50%;
}
.contact_top{
    top: 66%;

}
.yellow_contact{
    background: rgba(250, 206, 50, 1);
    border: none;     
    color: rgba(40, 60, 99, 1);

}
.yellow_contact:hover{
    background-color: #0d6efd;  
}
.min_height{
    min-height: 400px;
}
.mr_21{
    margin-right: 21rem;
}
.ml_21{
    margin-left: 23rem;
}
.ml_2_5{
    margin-left: 2.5rem;
}
@media screen and (max-width:760px) {
    .f14{
        font-size: 12px;
    }
    .font12{
        font-size: 8px;
    }
    .clear{
        clear: right;
    }
    .clear_2{
        clear: left;
    }
    .mr_21{
        margin-right: 0%;
    }
    .ml_2_5{
        margin-left: 1.5rem;
    }
    .ml_21{
        margin-left: 0%;
    }
    .h1_head{
        top: 15%;
    }
    .buttons_top{
        top: 30%;
    }
    .contact_top{
        top: 70%;
    }
    .min_height{
        min-height: 500px;
    }
}
