.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.header-image {
  height: calc(100vw / 4.1);
  width: 100%;
  background-image: url("/img/header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 50px 0;
  overflow: hidden;
  padding: 200px 20px;
  position: relative;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 87%, 0 100%);
          clip-path: polygon(0 0, 100vw 0, 100vw 87%, 0 100%);
}

#header h1 {
  color: white;
  margin: 0 auto;
  font-size: 2em;
}

body {
  font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Fredoka One", sans-serif;
  font-weight: bold;
  color: #681983;
}

.maincontent {
  min-height: 35vh;
}

.navbar {
  margin-bottom: 0;
  -webkit-box-shadow: 4px 4px 4px #666;
  box-shadow: 4px 4px 4px #666;
  z-index: 999;
}

.nav-item .nav-link {
  font-family: "Fredoka One", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  color: #ba6cc6 !important;
}

.nav-item .nav-link:hover {
  color: #681983 !important;
}

.nav-item.active > .nav-link {
  color: #681983 !important;
}

footer {
  background-image: url("/img/footer.jpg");
  background-size: cover;
  color: white !important;
  padding: 50px 0;
}

.bottom-links a {
  color: #FF432E !important;
  text-decoration: none !important;
}

.bottom-links h2 {
  color: inherit !important;
  text-decoration: none !important;
}

.bottom-links a:hover {
  color: #681983 !important;
  text-decoration: none !important;
}

footer h3 {
  font-size: 1.5em;
  color: white;
}

a.btn-social,
.btn-social {
  background-color: white;
  border-radius: 50%;
  color: #444 !important;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  margin: 8px 4px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  webkit-transition: background-color .3s;
  width: 54px;
}

.btn-social .fa,
.btn-social i {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  moz-backface-visibility: hidden;
  ms-transform: scale(1);
  o-transform: scale(1);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .25s;
  transition: all .25s;
  webkit-backface-visibility: hidden;
  webkit-transform: scale(1);
  webkit-transition: all .25s;
}

.btn-social:hover,
.btn-social:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}

.btn-social:hover .fa,
.btn-social:focus .fa,
.btn-social:hover i,
.btn-social:focus i {
  ms-transform: scale(1.3);
  o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  webkit-transform: scale(1.3);
}

.nav-item .nav-link {
  font-size: 1.2em !important;
}
.nav-tabs .nav-link.active {
   color: #681983 !important;
}
