/* Copyright 1999-2015. Parallels IP Holdings GmbH. All Rights Reserved. */
@import url();
html {
    /*font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body { margin: 0; }

.wrapper .logo-wrapper{
    margin-bottom: 2rem;
}
.wrapper img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.wrapper h2{
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}



.img-container{
    background-image: url(../img/farmgyan_comingsoon_image.webp);
        background-size: cover;
            background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
.justify-center{
    justify-content: center;
}
.align-center{
    align-items: center;
}


@media (max-width: 767px) {

}
@media (min-width: 480px) {

}
@media (min-width: 768px) {





/* Tablet portrait and smaller */
@media (max-width: 767px) {

}
/* Desktop and bigger */
@media (min-width: 768px) {
 
}
