* {
  font-family: "Poppins" !important ;
}

.container {
  background-color: #ededed;
  width: 100%;
  overflow-x: hidden !important;
}

.bold {
  font-weight: bold;
}

.font-24 {
  font-size: 24px !important;
}

.font-12 {
  font-size: 12px !important;
}

.logo {
  font-weight: bold;
}

#menu-btn {
  position: fixed;
  right: 10px;
  background-color: #22cec5;
  text-align: center;
}

.header {
  margin: 0;
  width: 100%;
  background-color: #22cec5;
}

.header-punch h1 {
  font-size: 40pt;
  color: white;
  font-weight: bold;
}
.header a {
  color: white !important;
}

.text-white {
  color: white !important;
}

.text-primary {
  color: #22cec5 !important;
}

.text-secondary {
  color: #7050c3 !important;
}

.white-bg {
  background-color: white !important;
}

.primary-background {
  background-color: #22cec5 !important;
}

.secondary-background {
  background-color: #7050c3 !important;
}

.error-bg {
  background-color: #ff4136 !important;
}

.text-yellow {
  color: #f9a826 !important;
}

.bg-yellow {
  background-color: #f9a826 !important;
}

.bg-black {
  background-color: hsl(0, 0%, 0%, 0.9) !important;
}

.unpublished-text-color {
  color: #ff4136 !important;
}

.unpublished-color {
  background-color: #ff4136 !important;
}

.primary-background-opacity {
  background-color: rgba(34, 206, 197, 0.71) !important;
}

.header ul {
  text-align: left;
  text-decoration: none;
}

.project-idea {
  border-top-left-radius: 80px 80px;
  background-color: white;
}
.project-idea .uk-button {
  border-top-left-radius: 80px 80px;
  background-color: #7050c3;
}

.project-idea a {
  color: white !important;
  background-color: #7050c3;
}

.project-idea a:hover {
  color: #dfdaeb !important;
  background-color: #7050c3;
}

.project-idea h2 {
  color: #7050c3;
}

.offers h3 {
  color: #22cec5;
}

.offers img {
  width: 75px;
  height: 75px;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}

.header-punch img,
.footer-contact img {
  width: 125px;
  height: 125px;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}

#cpf-img {
  width: 160px;
  height: 125px;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}

.companies img {
  width: 320px;
  height: 250px;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}

/* engagements */

.engagements {
  background-color: rgba(34, 206, 197, 0.4);
}

blockquote p {
  color: black;
  border-left: 0.5rem solid;
  border-left-color: #22cec5;
  padding-left: 10px;
}

.feedback a {
  color: #22cec5 !important;
}

blockquote footer {
  text-align: right;
}

blockquote footer::before {
  color: #22cec5;
}

ul.uk-dotnav > .uk-active > * {
  background-color: black;
  border-color: transparent;
}

.uk-select:focus,
input:focus,
textarea:focus {
  border: 1px solid #7050c3 !important;
}

.talk-about-project h2 {
  color: white;
}

.talk-about-project a {
  color: white;
  background-color: #7050c3;
}

.talk-about-project a:hover {
  color: #dfdaeb;
  background-color: #7050c3;
}

.footer-contact h3 {
  color: #fff;
}

.footer-contact a {
  color: white;
}
.footer-contact a:hover {
  color: grey;
}

.destructive-btn {
  background-color: rgba(214, 40, 40) !important;
}
.destructive-btn:hover {
  background-color: rgba(214, 40, 40, 0.75) !important;
  color: white;
}

@media screen and (max-width: 640) {
  .header-punch h1 {
    font-size: 25pt;
    color: white;
    font-weight: bold;
  }
}
/* ADMIN*/
/* Login */
.form-login {
  width: 100%;
  height: 100vh;
}

.full-height {
  height: 100vh;
}

.uk-tab > .uk-active > a {
  border-color: #7050c3 !important;
}

.uk-checkbox:checked {
  background-color: #7050c3 !important;
}

.uk-card:hover {
  box-shadow: 0 14px 25px hsl(177, 72%, 47%, 0.3) !important;
}

.card-hover-published:hover {
  box-shadow: 0 14px 25px hsl(177, 72%, 47%, 0.3) !important;
}

.card-hover-unpublished:hover {
  box-shadow: 0 14px 25px hsl(3, 100%, 61%, 0.3) !important;
}
