﻿


.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .1em;
  background: #3d245c;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background:  #6C5683;
}


.buttonNoColor {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .1em;
   color: darkgray;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.buttonNoColor:hover, .button:focus {
  background: #d7d5d5;
}

.navbackcolor {
    background-color :#3d245c;
}