


.white {
  background-color: white;
}
* {
  box-sizing: border-box;
}



h1   {
  color: #702aba;
  font-family: "Comic Sans MS", Arial, sans-serif;
}
p    {
  color: #702aba;
  font-family: "Comic Sans MS", Arial, sans-serif;

}
p.clear {
  clear: both;
}

/* unvisited link */
a:link {
  color: #702aba;
  font-family: "Comic Sans MS", Arial, sans-serif;
}

/* visited link */
a:visited {
  color: #702aba;
  font-family: "Comic Sans MS", Arial, sans-serif;
}

/* mouse over link */
a:hover {
  color: #7804ed;
  font-family: "Comic Sans MS", Arial, sans-serif;
}

/* selected link */
a:active {
  color: #d5bded;
  font-family: "Comic Sans MS", Arial, sans-serif;
}

.label {
  color: black;


font-family: "papyrus", Arial, sans-serif;



}
.data {
  color: black;
font-family: "papyrus", Arial, sans-serif;
border: 1px solid black;
padding: 20px;
border-radius: 25px

}

.comicheader   {
  color: black;
  font-family: "Comic Sans MS", Arial, sans-serif;
  font-size: 25px;
}

.trumpcard {
  border: 2px solid black;
  padding: 20px;
  border-radius: 25px
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Style the header */
header {

  padding: 10px;
  text-align: center;
  font-size: 35px;
  color: white;
  border-radius: 25px;
}

/* Create two columns/boxes that floats next to each other */
section1 {
  float: left;
  width: 400px;
  height: 1500px;
  border: 2px solid white;
  padding: 20px;
  border-radius: 25px
}

/* Style the list inside the menu */
nav ul {
  list-style-type: none;
  padding: 0;
  border-radius: 25px
}

section2 {
  float: left;
  padding: 20px;
  width: 400px;
  height: 1500px;
  border: 2px solid white;

  border-radius: 25px
}
section3 {
  float: left;
  padding: 20px;
  width: 400px;
  height: 1500px;
  border: 2px solid white;

  border-radius: 25px
}


/* Clear floats after the columns */
section:after {
  content: "";
  display: table;
  clear: both;
}

/* Style the footer */
footer {
  background-color: white;
  padding: 10px;
  text-align: center;
  color: black;
}

/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
  nav, article {
    width: 100%;
    height: auto;
  }
}





* {box-sizing: border-box;}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.header {
  overflow: hidden;
  background-color: #white;
  padding: 20px 10px;
  border-radius: 25px
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: #6d0dc6;
  color: white;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }

  .header-right {
    float: none;
  }
}

.dropbtn {
  background-color: #702aba;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

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

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

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}
#wrapper {min-height : 100% ; height : auto !important ; height : 100% ; margin 0 auto -30px }
#ftr {height : 30px ; background : aqua }
