@media (max-width:991px) {
    body.poster {
        margin-top: 40vh;
    }
}

body.poster {
    background-attachment: fixed;
}
html{
    background: rgb(168,162,139);
    background: -moz-linear-gradient(0deg, rgba(168,162,139,1) 0%, rgba(250,248,226,1) 33%, rgba(250,248,226,1) 67%, rgba(168,162,139,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(168,162,139,1) 0%, rgba(250,248,226,1) 33%, rgba(250,248,226,1) 67%, rgba(168,162,139,1) 100%);
    background: linear-gradient(0deg, rgba(168,162,139,1) 0%, rgba(250,248,226,1) 33%, rgba(250,248,226,1) 67%, rgba(168,162,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8a28b",endColorstr="#a8a28b",GradientType=1);
}
body {
    font-family: 'Roboto', sans-serif;
    min-height: 880px;
    background: transparent;
}

@media (max-width:1250px) {
	body {
    	min-height: 856px;
	}
}

@media (max-width:1450px) {
	.center-img-ukg{
		text-align:center;
	}
}

@media (max-width:767px) {
    /*
    html{ 
		background: #d66348 url('mobile_bkg.jpg') no-repeat;
        background-size: cover;
	}
    */
    .mobileBody {
        min-height: 700px;
    }
    .main_logo{
    	max-width: 362px;
    	text-align: center;
    	margin:0 auto;
    }
    .fs-5 {
    	font-size: 15px !important;
        line-height: 20px !important;
	}
}

@media (max-width:600px) {
    html{ 
        background: rgb(250,248,226);
        background: -moz-linear-gradient(0deg, rgba(250,248,226,1) 0%, rgba(168,162,139,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(250,248,226,1) 0%, rgba(168,162,139,1) 100%);
        background: linear-gradient(0deg, rgba(250,248,226,1) 0%, rgba(168,162,139,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faf8e2",endColorstr="#a8a28b",GradientType=1);
    }
    .mobileBody {
        min-height: 700px;
    }
    .main_logo{
        max-width: 362px;
        text-align: center;
        margin:0 auto;
    }
    .fs-5 {
        font-size: 15px !important;
        line-height: 20px !important;
    }
}


@media (min-width:768px) {
    /*html {
        
        background-image: url('ukgBg2.png');
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;

    }*/
    .mainLogo{
    	max-width: 320px;
    	text-align: center;
    }
}

.rockwell{
    font-family: Rockwell, Roboto, sans-serif;
}

.font-color{
   color: #00215b;
}
