ul.nav {
  list-style-type: none;
  display: inline-flex;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.plain {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.nav {
  float: left;
}

li.nav a {
  color: #f70e2c;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.5em
}

/* Change the link color to #111 (black) on hover */
li.nav a:hover {
  background-color: #111;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f70e2c;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.5em;
}

.topnav a:hover {
  background-color:  #111;
  color: white;
}
.topnav a.active {
  background-color: #04AA6D;
  color: blue;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
 .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

body {
	margin: 10px;
	background-color: #f6f9f9;
}

.center {
	 text-align: center;
}

.othercenter {
	text-align: center;
	font-size: 2vw;
}

.active {
	background-color: lightgrey;
	color: blue;
}

p.line1 {
	font-size:xx-large;
	font-weight: bold;
	color:#f4a460;
}

p.line2 {
	font-size:xx-large;
	color:#c5a903;
}

p.line3 {
	font-size:xx-large;
	color:#000080;
}


p.edge {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:1.5em;
}

p.center {
	text-align: center;
}

div.wide {
	padding-left: 80px;
	padding-right: 80px;
	font-size:1.5em;
}


div.main {
  display: grid;
}

div.csticker {
	display: grid;
	border: 5px solid;
	border-color: #FFCC33;
	border-radius: 25px;
	margin-top: 2em;
	margin-left: 5%;
	margin-right: 5%;
	background-color: #FFCC33;
}

div.box {
	display: grid;
	border: 5px solid;
	border-color: #c5a903;
	border-radius: 25px;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 1.5rem;
	font-size:1.5em;
}

div.tf {
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-size:1.5em;	
}

div.line0 {
	font-size:1.5em;
}
 

/* Clear floats after the columns */
.row:after {
  display: table;
  clear: both;
}

.grid-cont {
  display: grid;
  padding: 10px;
}

.grid-cont > div {
  text-align: center;
  padding: 20px 0;
  font-size: 3vw;
}

.qq {
	color:#9932CC;
}

span.vv {
	color: #f6375a;
}



