/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: gray; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: darkgray; 
}

.settabs {
display: flex;
flex-direction: row;    
justify-content: center; 
align-items: center;
margin-top: 6px;
margin-bottom: 6px;
}

html {
  text-align: center;
 background:url("images/background.gif");no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

legend{
  padding: 0px;
}

footer {
  float: bottom;
  bottom: 0%;
  overflow: hidden;
  margin: 0px;
  border: 1px solid white;
  text-align: center;
  padding: 3px;
  background-color: black;
  color: white;
}

footer p{
  float: left;
}

footer img{
  float: right;
}

h1 {
  outline: 5px dotted white;
  font-family: 'Righteous', cursive;
  font-size:30px;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h2 {
padding: 0px 16px;
color: white;
font-family: 'Righteous', cursive;
letter-spacing: 2px;
}

#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}


.fcc-btn {
  background-color: yellow;
  color: black;
  padding: 15px 25px;
  text-decoration: none;
    font-family: 'Righteous', cursive;font-size: 22px;
  border-radius: 20%;
}

.fcc-btn:hover {
  background-color: #cccc00;
  color: black;
  padding: 15px 25px;
  text-decoration: none;
    font-family: 'Righteous', cursive;font-size: 22px;
}

body {
  margin: 0px;
}

  ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}	

  li {
float: left;

}
			
  li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-family: 'Righteous', cursive;
font-size: 18px;
transition: color .8s;
transition: background-color .8s;
}

  li a:hover {
background-color: #111;
color: lightgrey;
transition: color .8s;
transition: background-color .8s;
}

  p{
padding: 0px 16px;
color: white;
font-family: 'Righteous', cursive;
letter-spacing: 2px;
}

.logo {
  border: 1px solid black;
  border-radius: 50%;
  filter: invert(100%);
}

.hometext {
font-family: 'Righteous', cursive;
Font-size: 30px;
}

i {
  color: white;
}

i:hover {
  border-radius: 10px;
  animation-name: rotate;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.settab8 {
width: 30%;
margin-top: 14px;
outline: none;
color: white;
border-radius: 5px;
padding: 3px;
padding-left: 8px;
border: 1.5px solid white;
font-size: 15px;
height: 28px;
background-color: rgb(16,16,16,0);
}

.settit {
width: 62px;
color: white;
border-radius: 5px;
padding: 3px;
border: 1.5px solid white;
font-size: 15px;
height: 38px;
background-color: rgb(16,16,16,0);
cursor: pointer;
}

.settit:hover {
width: 62px;
color: black;
border-radius: 5px;
padding: 3px;
border: 1.5px solid black;
font-size: 15px;
height: 38px;
background-color: white;
cursor: pointer;
}

#chatbox {
position: absolute;
top: 60px; 
left: 0; 
right: 0; 
bottom: 0;
border: none;
}

.link {
  font-size: 20px;
}

.link:hover {
  background-color: #736f6f;
}

.dropdown {
  float: left;
  overflow: hidden;
transition: .8s;
}

.dropdown .dropbtn {  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Righteous', cursive;
  font-size: 18px;
  background-color: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #111;
transition: .8s;
}

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

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
 
  
  text-align: left;
  transition: .8s;
}

.dropdown-content a:hover {
  background-color: #111;
transition: .8s;
}

.dropdown:hover .dropdown-content {
  display: block;
  transition: .8s;
}

.alert {
  width: 1000px;
  border-radius: 5%;
  padding: 20px;
  background-color: white; /* Red */
  color: black;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: gray;
}

.info {
  border: white;
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
}

.info_y {
  border: white;
  background-color: #fffadd;
  border-left: 6px solid rgb(255, 230, 0);
}

.unb:hover {
  cursor: pointer;
}

.btn {
  color: lightskyblue;
}

.btn:hover{
  border: rgb(114, 114, 202);
  border-radius: 10%;
  background-color: rgb(114, 114, 202);
}