/* IMPORTS */
@import 'header.css';
@import 'navbar.css';
@import 'footer.css';

/*Custom Font Shree*/
@font-face {
    font-family: 'shree_devanagari_714regular';
    src: url('/DMU-MVWebsite/fonts/shreedev0714-webfont.eot');
    src: url('/DMU-MVWebsite/fonts/shreedev0714-webfont.eot?#iefix') format('embedded-opentype'),
         url('/DMU-MVWebsite/fonts/shreedev0714-webfont.woff2') format('woff2'),
         url('/DMU-MVWebsite/fonts/shreedev0714-webfont.woff') format('woff'),
         url('/DMU-MVWebsite/fonts/shreedev0714-webfont.ttf') format('truetype'),
         url('/DMU-MVWebsite/fonts/shreedev0714-webfont.svg#shree_devanagari_714regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Standard page reset */
* {
	margin: 0;
	padding: 0;
}

.wrapper{
	margin:0px 5%;
	padding-top:150px;
	background:white;
	
	font-family: "shree_devanagari_714regular";
}

img {
	width: 100%;

}

.row {
	padding-top: 5px;
	padding-bottom: 5px;	
}

#introtxt {
	text-align: center;
}

.tLeft {
	text-align: left;
}

/* SUPER LINKS */
#superLinks {
	text-align: center;
	font-size: 2em;
}

#VW, #VWT{
	background-color: #e0ffe5;
	color:#04602d;
}

#PCT, #PC {
	background-color: #dcf0f9;
	color:#192643;
}

#VHT, #VH {
	background-color: #fff2d6;
	color:#4a3514;
}