@import url('https://fonts.googleapis.com/css?family=Lato');
body {
  margin: 4% 6% 0% 6%;
  background-image: url("https://s3.amazonaws.com/bjspublic/images/_.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #191919;
}

h1 {
  color: #e6e6e6;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

h6 {
  text-align: center;
}

.tooltip {
  font-family: 'Lato', sans-serif;
  color: #e6e6e6;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  border-bottom: 4px dotted #820505;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 800px;
  color: #820505;
  background: #f2f2f2;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  text-align: left;
  font-size: 20px;
  border-radius: 6px;
  padding: 20px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -460%;
}

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

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.button {
  border: 1px solid #000000;
  background: #cccccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#cccccc));
  background: -webkit-linear-gradient(top, #cccccc, #cccccc);
  background: -moz-linear-gradient(top, #cccccc, #cccccc);
  background: -ms-linear-gradient(top, #cccccc, #cccccc);
  background: -o-linear-gradient(top, #cccccc, #cccccc);
  margin: 15px;
  padding: 15px;
  -webkit-border-radius: 40px 20px;
  -moz-border-radius: 40px 20px;
  border-radius: 40px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
  color: #820505;
  font-size: 21px;
  font-weight: 600
  font-family: 'Lato', sans-serif;
  text-decoration: underline;
  vertical-align: middle;
}

.button:hover {
  border-top-color: #820505;
  background: #820505;
  color: #cccccc;
  transform:scale(1.5,1.5);
  -webkit-transform:scale(1.5,1.5);
  -moz-transform:scale(1.5,1.5);
}

.dropbtn {
  border: 1px solid #000000;
  background: #cccccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#cccccc));
  background: -webkit-linear-gradient(top, #cccccc, #cccccc);
  background: -moz-linear-gradient(top, #cccccc, #cccccc);
  background: -ms-linear-gradient(top, #cccccc, #cccccc);
  background: -o-linear-gradient(top, #cccccc, #cccccc);
  margin: 15px;
  padding: 15px;
  -webkit-border-radius: 40px 20px;
  -moz-border-radius: 40px 20px;
  border-radius: 40px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
  text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
  color: #000000;
  font-size: 21px;
  font-weight: 500
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  vertical-align: middle;
}

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

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

.dropdown-content a {
  color: #820505;
  padding: 12px;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  text-decoration: underline;
  display: block;
}

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

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

.dropdown:hover .dropbtn {
  border-top-color: #820505;
  background: #820505;
  color: #cccccc;
}

.scroll {
  height: auto;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  background: #fcb5b5;
  border-radius: 4px;
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #ac0606;
  border-radius: 4px;
}

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
