@@import url('https://fonts.googleapis.com/css?family=Gayathri&display=swap');


#header {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	height: 200px;
	clear: both;
	display: flex;
	}
	
#header img {
    float: right;
}

#head-left {
    width:48%;
    float: left;
    flex-flow: row nowrap;
}	

#head-left h1 {
    text-align: left;
}
#head-right {
    width: 48%;
    float: right;
    flex-flow: row nowrap;
}
.topper {
	font-family: "Times New Roman", Times, serif;
}

a {
	font-family: 'Gayathri', sans-serif;
}

#content {
	width: 100%;
	font-family: 'Gayathri', sans-serif;
    display: flex;
}

#footer {
	background-color: #c0c0c0;
	font-family: 'Gayathri', sans-serif;
	width: 100%;
	text-align: center;
	clear: both;
}


#nav {
	font-family: 'Gayathri', sans-serif;
	float: left;
	width: 14%;
	min-height: 600px;
	flex-flow: row nowrap;
	}

#main {
	font-family: 'Gayathri', sans-serif;
	font-size: 20px;
	width: 57%;
	min-height: 600px;
    margin: 0 auto;
    flex-flow: row nowrap;
}

#main img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#news {
	float: right;
	width: 13%;
	min-height: 600px;
	font-family: 'Gayathri', sans-serif;
	flex-flow: row nowrap;
}

img {
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px;
	float: left;
	}
	
.warning {
	color: red;
	font-size: 1.4em;
	font-weight: bold;
	}

h1, h2 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	clear: both;
}

h3 {
	font-family: "Times New Roman", Times, serif;
}

#edit-table {
	width: 75%;
	margin: 0 auto;
	border-color: black;
	border-width: 2px;
}

#edit-table tr th {
	font-family: 'Gayathri', sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

#edit-table tr td {
	font-family: 'Gayathri', sans-serif;
	padding: 7px;
	font-weight: bold;
}

.call-action {
	font-family: 'Gayathri', sans-serif;
	text-align: center;
	font-size: 1.75em;
	color: #0000cc;
	clear: both;
}

p {
   font-family: 'Gayathri', sans-serif;
}
