
/* smart Phones and Tablets */

@media(max-width:767px)

{
.startG
{
    padding-top: 5px;
} 

.header {
	color: #ffffff;
	background-color: rgba(4, 54, 128, 0.801);
        padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

}

/* Small Screen */

@media(min-width:768px) and (max-width:991px)

{
    .startG
    {
        padding-top: 20px;
    }  
    
    .header {
	color: #ffffff;
	background-color: rgba(4, 53, 128, 0.801);
        padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

}

/* Medium Screen */

@media(min-width:992px) and (max-width:1199px)

{
    .startG
    {
        padding-top: 20px;
    }  
}

@media(min-width:1200px) and (max-width:1366px)

{
    .startG
    {
        padding-top: 670px;
    }   
}

@media(min-width:1400px)

{
    .startG
    {
        padding-top: 850px;
    }   
}