@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
.header {
  background-color: #56562c;
  color: #ffffff;
	font-family: "Copperplate gothic";
  padding: 15px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#title {
  font-family: "Copperplate gothic";
  border-collapse: collapse;
  width: 100%;
}
#title tr:hover
.row::after {
  content: "";
  clear: both;
  display: table;
}
body {
  background-color: #56562c;
}
tr1 {align-content: center;
	font-family: Courier New;
	color: red;
  font-size: 20px;
	width: 145px;
}

h1 {
  color: #ffffcc;
  text-align: center;
}
h2 {
  color: #ffffcc;
  text-align: center;
	float: left;
}
h3 {
  color: #ffffcc;
  text-align: left;
}
h4 {
	font-family: Courier New;
	color: #ffffcc;
  text-align: center;
}
h5 {clear:both}
p2 {
  color: #ffffcc;
  text-align: center;
}
p1 {text-align: center;
	font-family: Courier New;
	color: #ffffcc; 
}
p {
  font-family: Courier New;color: #ffffcc;
  font-size: 20px;
}
@keyframes subtitle {
  from {font-family: Courier New;color: #ffffcc;}
  to {font-family: Courier New;color: #56562c;}
}
q1 {text-align: center;
font-family: Courier New;color: #ffffcc;
  font-size: 26px;
  -webkit-animation-name: subtitle;
  -webkit-animation-duration: 4s;
  animation-delay: -3s;
}
q2 {text-align: center;
font-family: Courier New;color: #ffffcc;
  font-size: 26px;
  -webkit-animation-name: subtitle;
  -webkit-animation-duration: 8s;
  animation-delay: -6s;
}
q3 {text-align: center;
font-family: Courier New;color: #ffffcc;
  font-size: 26px;
  -webkit-animation-name: subtitle;
  -webkit-animation-duration: 10s;
  animation-delay: -7s;
}
q4 {text-align: center;
font-family: Courier New;color: #ffffcc;
  font-size: 26px;
  -webkit-animation-name: subtitle;
  -webkit-animation-duration: 12s;
  animation-delay: -8s;
}
q5 {text-align: center;
font-family: Courier New;color: #ffffcc;
  font-size: 26px;
  -webkit-animation-name: subtitle;
  -webkit-animation-duration: 14s;
  animation-delay: -9s;
}
q6 {text-align: center;
font-family: Courier New;color: #ffffcc;
  font-size: 26px;
  -webkit-animation-name: subtitle;
  -webkit-animation-duration: 16s;
  animation-delay: -10s;
}
q7 {text-align: center;
font-family: Courier New;color: #ffffcc;
  font-size: 26px;
  -webkit-animation-name: subtitle;
  -webkit-animation-duration: 18s;
  animation-delay: -11s;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #434343;
}
ul.b {
  list-style-type: square;
  font-family: Courier New;color: #ffffcc;
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 1px 1px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 146px;
  
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}
.center {align-content: center;
display: table;}
.row::after {
  content: "";
  clear: both;
  display: table;
}
[class*="col-"] {
  float: left;
  width: 100%;
}
.desc {
  position: relative;
  display: inline-block;
  font-family: Courier New;
  color: #ffffcc;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.desc .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: black;
  font-family: Courier New;
  color: #fff;
  text-align: center;
	
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.desc .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.desc:hover .tooltiptext {
  visibility: visible;
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
}
