.parallax{
  height: 500px;
    transition: transform 0.7s, opacity 0.2s;
 /* background-image: url("http://wallpapers-and-backgrounds.net/wp-content/uploads/2016/08/boba-fett-hd-wallpaper_1_1920x1200.jpg"); */
  width: 100%;
   background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 z-index: -1500;
 opacity: 0.98;
}
p{
  font-family: 'ABeeZee';
  
}
h3{
  font-family: 'ABeeZee';
  color: grey;
}
a{
  transition: color 0.7s;
  text-decoration:none;
  color: rgb(143, 143, 143);
  font-family: sans-serif;
}
a:hover{
  text-decoration:none;
  color: #cacaca;
}

p:hover{
  cursor: default;
  
}
body {
  margin: 0;
  background-color: #f1f1f1;
}

#navbar {
  z-index: 400;
  font-family: Sans-Serif;
  opacity: 0.8;
  background-color: #666666;
  position: fixed;
  top: -50px;
  width: 100%;
  display:block;
  transition: 0.3s;
  border-bottom: 2px solid white;
}

#navbar a {
  transition: opacity 0.1s, background-color 0.2s;
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
  opacity: 0.98;
}

#navbar a:focus {
  outline: none;
}

#navbar:hover{
  border-bottom: 2px solid rgb(212, 212, 212);
  background-color: #5d5d5d;
}


/*.parallax:hover{
  transform: translateY(200px);
}*/

h1:hover{
  cursor: default;
  
}
::-moz-selection {
  background:  #ffb7b7; 
}
::selection {
  background: #ffb7b7; 
}

input[type="text"]{
  transition: padding 0.5s;
  padding: 20px;
  border: none;
  border-radius: 3px;
}
input[type="text"]:focus{
  outline: none;
  padding: 20.5px;
}
input[type="text"]:hover{
  outline: none;
  padding: 22px;
}
.button{
  transition: font-size 0.6s, background-color 0.2s;
  font-family: 'ABeeZee';
  background-color: #4286f4; 
  outline: none; border: #eee;
  border-radius: 2px; 
  padding: 20px; 
  font-size: 26px;
}
.button:hover{
  cursor: pointer;
  background-color: #5c98f9;
}
.button:focus{
  background-color: #6fa3f7;

 outline: none;
}
.donatebutton{
    transition: font-size 0.6s, background-color 0.2s;
  font-family: 'ABeeZee';
  background-color: #f24f43; 
  outline: none; border: #eee;
  border-radius: 2px; 
  padding: 20px; 
  font-size: 26px;
  
  
}
.donatebutton:hover{
  cursor: pointer;
  background-color: #f76156;
}
.donatebutton:focus{
  background-color: #f97970;

 outline: none;
}

button{
   transition: font-size 0.6s, background-color 0.2s;
  font-family: 'ABeeZee';
  background-color: #4286f4; 
  outline: none; border: #eee;
  border-radius: 2px; 
  padding: 20px; 
  font-size: 26px;
  
  
}

button:hover{
  cursor: pointer;
  background-color: #5c98f9;
}
button:focus{
  background-color: #6fa3f7;

 outline: none;
}

