/** Colors */

a, .purple-tx {
  color: #933DC9;
}

.purple-bg {
  background-color: #9933DC;
}

.purple2-tx {
  color: #53118F;
}

.purple2-bg {
  background-color: #53118F;
}

.white-tx {
  color: #ffffff;
}

.white-bg {
  background-color: #ffffff;
}

.white2-tx {
  color: #FBFAEE;
}

.white2-bg {
  background-color: #FBFAEE;
}

.black-tx {
  color: #000000;
}

.black-bg {
  background-color: #000000;
}

.black2-tx {
  color: #242424;
}

.black2-bg {
  background-color: #242424;
}

.bold {
  font-weight: bolder;
}

/** Nav */

.topbar-responsive {
  background: #933DC9;
  padding: 1rem 1.5rem;
}

.topbar-responsive .topbar-responsive-logo {
  color: #ffffff;
  vertical-align: left;
}

.topbar-responsive .menu {
  background: #933DC9;
  font-weight: 900;
}

.topbar-responsive .menu li:last-of-type {
  margin-right: 0;

}

.topbar-responsive .menu a {
  color: #FBFAEE;
  transition: color 0.15s ease-in;
}

.topbar-responsive .menu a:hover {
  color: #242424;
  font-weight: 900;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu a {
    padding: 0.875rem 0;
  }
}

.topbar-responsive .menu .topbar-responsive-button {
  color: #53118F;
  border-color: #53118F;
  border-radius: 5000px;
  transition: color 0.15s ease-in, border-color 0.15s ease-in;
}

.topbar-responsive .menu .topbar-responsive-button:hover {
  color: #000000;
  border-color: #000000;
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive .menu .topbar-responsive-button {
    width: 100%;
    margin: 0.875rem 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive {
    padding: 0.75rem;
  }
  .topbar-responsive .top-bar-title {
    position: relative;
    width: 100%;
  }
  .topbar-responsive .top-bar-title span {
    position: absolute;
    right: 0;
    border: 1px solid #fefefe;
    border-radius: 5px;
    padding: 0.25rem 0.45rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .topbar-responsive .top-bar-title span .menu-icon {
    margin-bottom: 4px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (max-width: 39.9375em) {
  .topbar-responsive-links {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    width: 100%;
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;
  }
}

body {
   background-image: url("../img/website/bg.jpg");
  background-repeat: repeat;
}

/** Footer */

footer {
  text-align: center;
  background-color: #933DC9;
}


/** Padding */

.padpad {
  padding-top: 13px;
  padding-bottom: 13px;
  text-wrap: wrap;
}


hr {
    height: 4px; /* Adjusts the thickness */
    background-color: ; /* Changes the color */
    border: dotted; /* Removes the default border */
    border-color: #FBFAEE;
}


h1 {
  font-size: 70px;
  font-weight: 900;
  background-image: linear-gradient(to right, #242424, #933DC9, #53118F);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

h2 {
  font-size: 50px;
  font-weight: 600;
  background-image: linear-gradient(to right, #242424, #933DC9, #53118F);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

h3 {
  font-size: 40px;
  font-weight: 600;
  background-image: linear-gradient(to right, #fbfaee, #933dc9);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
}

.h33 {
  font-weight: 300;
  background-image: linear-gradient(to right, #fbfaee, #933dc9);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
}





.social-icon-button {
  border-radius: 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  background: none;
}

.social-icon-button + .social-icon-button {
  margin-left: 0.25rem;
}

.social-icon-button .fa {
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 3.6rem;
  transition: all 0.3s ease-in-out;
}

.social-icon-button span {
  display: block;
  border-radius: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.social-icon-button:hover .fa {
  color: #fefefe;
}

.social-icon-button:hover span {
  display: block;
  border-radius: 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
}

.social-icon-button.gplus {
  color: #dd4b39;
}

.social-icon-button.gplus span {
  background-color: #dd4b39;
}

.social-icon-button.twitter {
  color: #55acee;
}

.social-icon-button.twitter span {
  background-color: #55acee;
}

.social-icon-button.facebook {
  color: #3b5998;
}

.social-icon-button.facebook span {
  background-color: #3b5998;
}