body {
  background-color:  #6534ff;
}
header b img {
  height: 150px;
}
nav {
  color: #00465B;
  background-color: #6534ff;
  font-family: Verdana, sans-serif;
  border: 3px solid #bbc4ef;
  border-radius: 5px;
}
#logo {
  width: 650px;
}

.img-responsive {
  display: inline-block;
}

.jumbotron {
  text-align: center;
  background-color: #6534ff;
  margin-top: 15px;
  border: 3px solid #bbc4ef;
  border-radius: 25px;
  height: auto;
  color:#eaedfa;

}

footer {
  float: right;
}

footer a:link {
  color: #FFFFFF;
  text-decoration: underline;
}
.title {
  display: inline-block;
  background-color: #6534ff;
  border: none;
  text-align: center;
  padding: 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-weight: bold;
}

.title span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.title:hover span {
  box-shadow: 0 0 20px #fff;
}
.button {
  display: inline-block;
  border-radius: 1px;
  background-color: #6534ff;
  border: none;
  color: #83cffb;
  text-align: center;
  padding: 10px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  font-weight: bold;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

ul {
  text-align: left;
}

a {
  color: #66bdf7;
}
