body {
	background-color: #990000;
	background-image: linear-gradient(left , rgb(119,0,0) 10%, rgb(163,0,0) 50%, rgb(119,0,0) 90%);
	background-image: -o-linear-gradient(left , rgb(119,0,0) 10%, rgb(163,0,0) 50%, rgb(119,0,0) 90%);
	background-image: -moz-linear-gradient(left , rgb(119,0,0) 10%, rgb(163,0,0) 50%, rgb(119,0,0) 90%);
	background-image: -webkit-linear-gradient(left , rgb(119,0,0) 10%, rgb(163,0,0) 50%, rgb(119,0,0) 90%);
	background-image: -ms-linear-gradient(left , rgb(119,0,0) 10%, rgb(163,0,0) 50%, rgb(119,0,0) 90%);
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0.1, rgb(119,0,0)),
	color-stop(0.5, rgb(163,0,0)),
	color-stop(0.9, rgb(119,0,0)));
}
#topHeader {
  background-color: #990000;
  color: yellow;
  border-bottom:ridge;
}

#topLogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Add a red background color to the top navigation */
.topnav {
  color: yellow;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 14pt; 
  font-family:helvetica;
  font-weight: normal;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: yellow;
  text-align: center;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 17px;
  width: 24.5%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: black;
  color: white;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:last-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 780px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
  }
  #topLogo {
    display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-width: 95%;
  }

.grid-container {
  display: inline-grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto 700px auto auto;
  grid-column-gap: 0px;
  justify-content: center;
  padding: 1px;
  width: 100%;
  color: yellow;
}

#slide {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
}

#features {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}

#leftMenu {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
}
#rightMenu {
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 2;
}
#footer {
  grid-row-start: 5;
  grid-row-end: 6;
  grid-column-start: 1;
  grid-column-end: 2;
}

.covid19 {
	display:block;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#features {
	display:block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
#features a {
	color: #FFFF00;
}
#features a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


} /* end max-width 780 */ 


/* Large devices (laptops/desktops, 780px and up) */
@media only screen and (min-width: 780px) {


.grid-container {
  display: inline-grid;
  grid-template-columns: 190px auto auto auto auto 210px;
  grid-column-gap: 0px;
  grid-template-rows: 430px auto 60px 40px 40px;
  padding: 1px;
  width: 100%;
}


#leftMenu {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
#slide {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 6;
  min-height: 300px;
}
#features {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 6;
}
#rightMenu {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 6;
  grid-column-end: 7;
}
#footer {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 7;
}

.covid19 {
	display:block;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#features {
	display:block;
	font-size: 24px;
	font-weight: bold;
	color: #FFFF00;
}
#features a {
	color: #FFFF00;
}
#features a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
} /* End of large device min-width: 900px */


#leftMenu ul, #rightMenu ul{
	text-align: center;
	padding: 0px;
}
#leftMenu ul li, #rightMenu ul li {
	display: inline-block;
	width: 100%;
}

ul.menu li {
    list-style: none;
    height: 48px;
    text-align: center;
    background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(153,0,0,1)), to(rgba(119,0,0, 1)) );
    background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(153,0,0,1) 0%, rgba(119,0,0, 1) 100%);
	cursor:pointer;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
ul.menu li a {
    display: block;
    padding: 5px 15px 5px 15px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
	border-top: 0.01px solid white;
	border-bottom: 0.01px solid white;
    text-align: center;
    text-decoration: none;
    color: yellow;
	cursor:pointer;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	height: 48px;
	background-color: #000000;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(50,56,75)), to(rgb(0,0,0)));
    background : -moz-linear-gradient(top, rgb(50,56,75), rgb(0,0,0));
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
    }
 
ul.menu li a:hover {
    background: transparent none;
}


.grid-container > div {
  text-align: center;
  padding: 2px 0;
}

.grid-item {
  color: yellow;
  padding: 0px;
  font-size: 2px;
  text-align: center;
}


.slide-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
  min-height: 300px;
  max-height: 400px;
}
.slide-txt {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  color: #ffffff;
}

ul li.whiteBkgrnd a {
    list-style: none;
    height: 84px;
    text-align: center;
	background: #BBBBBB;
	color: black;
	cursor:pointer;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}
ul li a {
    display: block;
    padding: 5px 15px 5px 15px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
	border-top: 0.01px solid white;
	border-bottom: 0.01px solid white;
    text-align: center;
   text-decoration: none;
    color: yellow;
	cursor:pointer;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	height: 48px;
	background-color: #000000;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(50,56,75)), to(rgb(0,0,0)));
    background : -moz-linear-gradient(top, rgb(50,56,75), rgb(0,0,0));
    -webkit-transition-property: background;
    -webkit-transition-duration: 700ms;
    -moz-transition-property: background;
    -moz-transition-duration: 700ms;
    }
 
ul li a:hover {
    background: transparent none;
}

#footer {
	text-align: center;
	font-size:12px; 
}
#footer a {
	font-size:12px; 
	color:#FFFF00; 
	padding: 5px 5px 5px 5px;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
