.img_fix {
  width: 50%;
  height: auto;
}

.img_fix2 {
  width: 100%;
  height: auto;
}

.waves-effect.waves-darkred .waves-ripple {
  background-color: rgba(190, 30, 30, 0.75);
}

.backw {
  background-color: white;
}

.black-text li a {
  color: black;
}

.black-text p {
  font-size: 20px;
}

.whitet {
  color: white;
  font-size: 30px;
  padding: 20px;
}

.whitett {
  color: white;
  font-size: 30px;
  padding-bottom: 40px;
  margin-top: 0;
}

#mailtol a {
  color: white;
  text-decoration: none;
}

#main-row {
  display: block;
}

.footer-text {
  padding-top: 10px;
  font-size: 12px;
  color: white;
}

.navbar-fixed ul li:hover {
  background-color: lightgrey;
}

.navbar-fixed ul li a:hover {
  color: black;
  text-decoration: none;
}

.sidenav {
  background-color: lightgrey;
}

.shad {
  text-shadow: 2px 2px 4px black;
}

.hovered {
  transition: box-shadow .5s;
}

.hovered:hover {
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.7), inset 0 0 25px rgba(255, 0, 0, 0.5);
}

.transparentBG {
  transition: background-color .5s;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 20px;
}

.transparentBG:hover {
  background-color: #212121;
}

.dkg {
  background-color: #212121;
}

.nonex {
  width: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

.img_sha {
  box-shadow: 2px 2px 10px black;
}

.logo_fix {
  margin: 3px;
  vertical-align: middle;
  color: red;
}

.imglock {
  content: url("../imgs/logos/sakylogo3.png");
  margin: 6px;
  vertical-align: middle;
  height: 50px;
  width: auto;
  transition: content 1s;
}

.imglock2 {
  content: url("../imgs/logos/sakylogo3.png");
  margin: 12px;
  vertical-align: middle;
  height: 30px;
  width: auto;
  transition: content 1s;
}


.flex {
  display: flex;
  flex-wrap: wrap;
}

.whitete {
  color: white;
  font-size: 8px;
}

.whitete a {
  color: white;
  text-decoration: none;
}
