/*** Styles for Puraskaar home page ***/
@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@400;700&family=Open+Sans&family=Roboto+Slab:wght@400;700&display=swap');

#divDesc {
    display: table;
    width: 75%;
    padding: 10px;
    margin: auto;

}
.en-text, .hi-text {
    display: table-cell;
    width: 40%;
    padding: 20px;
    font-size: 16px;
    line-height: 1.4em;
}

.links {
	display: table-cell;
	font-size: 14px; 
	text-align: center; 
	margin: auto;
}

#banner{
        padding:10px;
    }
#banner img{
        vertical-align: top;
    }
.highlights {
	background-color: #660000;
	color: #FFFFFF;
}
body {
	font-family: 'Roboto Slab', Georgia, Arial, Helvetica, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
    color: #666;
}
h2 {
	font-family: 'Roboto Slab', Georgia, Arial, Helvetica, serif;
	font-size: 24px;
}

h3 {
	font-family: 'Roboto Slab', Georgia, Arial, Helvetica, serif;
    font-size: 20px;
}

.style1 {
    font-weight: bold;
}

.links ul {
    margin: 0 0 0 -10px;
    padding: 0;
}
.links li{
    list-style: none;
    padding: 8px;
}

.links a {
    font-weight: bold;
    font-size: 16px;
    color: crimson;
}

a {
    color: crimson;
}

a.button
{
    font-family: 'Open Sans', Arial Unicode, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    letter-spacing: -1px;
    margin-bottom: 5px;

    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background-color: #900;
    -khtml-border-radius: 5px;
}


/*** End styles for Puraskaar home page ***/
@media only screen and (max-width: 767px)
{
    /* MEDIA QUERY FOR PHONE/TABLET */
 /*** Styles for Puraskaar home page ***/
    #divDesc {
        display: inline-block;
        width: 100%;
        padding: 0;
    }
    .en-text, .links, .hi-text {
        display: inline-block;
        width: auto;
        padding: 0 20px;
    }
    .links ul {
        display: block;
        border-top: 1px solid #f90;
        border-bottom: 1px solid #f90;
    }
    .links li{
        display: inline-block;
    }
}
