/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Match Play Hub
	All rights reserved
*/
@import "bootstrap.min.css";
.animated-effect, .about a, .main .social-links .nav-item .nav-link img, .main .social-links .nav-item .nav-link, .main .form-group {
  transition: 0.3s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .main .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection {
  user-select: none;
}

.disable-clicks {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.heading, .main h3 {
  font-family: "Xolonium", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #101825;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .heading, .main h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .heading, .main h3 {
    font-size: 1.85rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .heading, .main h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .heading, .main h3 {
    font-size: 1.5rem;
    letter-spacing: -1px;
    max-width: 100%;
  }
}

.sub-heading, .follow-us h3, .about h3 {
  font-family: "Xolonium", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  color: #104378;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-heading, .follow-us h3, .about h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.9px) {
  .sub-heading, .follow-us h3, .about h3 {
    font-size: 1.5rem;
  }
}

.paragraphs {
  font-family: "Cerebri", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #101825;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .paragraphs {
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  .paragraphs {
    font-size: 0.9rem;
  }
}

@font-face {
  font-family: "Xolonium";
  src: url("../fonts/xolonium-regular-webfont.woff2") format("woff2"), url("../fonts/xolonium-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Xolonium";
  src: url("../fonts/xolonium-bold-webfont.woff2") format("woff2"), url("../fonts/xolonium-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Cerebri";
  src: url("../fonts/cerebri_sans_book-webfont.woff2") format("woff2"), url("../fonts/cerebri_sans_book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-family: "Cerebri", sans-serif;
  position: relative;
  color: #101825;
}

.main {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  padding: 5rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .main {
    text-align: center;
  }
}
.main .navbar-brand {
  display: block;
  width: 200px;
  padding: 0;
}
@media (max-width: 767.9px) {
  .main .navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }
}
.main h3 {
  margin-bottom: 0;
}
.main p {
  font-size: 1.5rem;
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 767.9px) {
  .main p {
    font-size: 1.25rem;
  }
}
.main .form-group {
  background: #fff;
  position: relative;
  border-radius: 0.75rem;
  border: 1px solid #DBE0E6;
}
.main .form-group:focus-within {
  box-shadow: rgba(16, 67, 120, 0.1) 0 0.15rem 0.25rem;
  border: 1px solid #2492EB;
}
.main .form-group label.form-label {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.main .form-group .form-control {
  padding: 1rem 1rem;
  box-shadow: none;
  border: none;
  background: transparent;
}
.main .btn.btn-primary {
  background: #104378;
  border-color: #104378;
  border-radius: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
.main .btn.btn-primary:hover, .main .btn.btn-primary:focus {
  background: #1E7CCB;
  border-color: #1E7CCB;
  box-shadow: none;
}
.main .btn.btn-primary:active {
  background: #2492EB;
  border-color: #2492EB;
  box-shadow: none;
}
.main .img-fluid {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .main .img-fluid {
    display: none;
  }
}
.main .alert.alert-info {
  padding: 0;
  background: none;
  border: none;
  font-weight: bold;
  color: #2492EB;
}
.main .social-links {
  margin: 0;
  padding-top: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main .social-links {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .social-links {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.9px) {
  .main .social-links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.main .social-links .nav-item {
  padding: 0.5rem 0.5rem 0 0;
}
.main .social-links .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  border-radius: 0.5rem;
  text-align: center;
  background: rgba(219, 224, 230, 0.5);
  padding: 1rem 1.5rem;
  color: #101825;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main .social-links .nav-item .nav-link {
    padding: 0.75rem 0.75rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 767.9px) {
  .main .social-links .nav-item .nav-link {
    padding: 1rem;
  }
}
.main .social-links .nav-item .nav-link:hover {
  background: #104378;
  color: #fff;
}
.main .social-links .nav-item .nav-link:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.main .social-links .nav-item .nav-link img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.45rem;
  filter: brightness(0);
  opacity: 0.75;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main .social-links .nav-item .nav-link img {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767.9px) {
  .main .social-links .nav-item .nav-link img {
    margin-right: 0;
  }
}
@media (max-width: 767.9px) {
  .main .social-links .nav-item .nav-link span {
    display: none;
  }
}

.about {
  background: #DBE0E6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .about {
    padding-bottom: 2.5rem;
  }
}
.about p:last-child {
  margin-bottom: 0;
}
.about a {
  color: inherit;
  text-decoration: none;
  background: rgba(219, 224, 230, 0.5);
  border-radius: 0.4rem;
  padding: 0.1rem 0.5rem;
  margin-left: 0.25rem;
  font-size: 0.95rem;
  display: inline-block;
}
.about a:hover {
  background: rgba(36, 146, 235, 0.075);
  color: #2492EB;
}

.follow-us {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  padding: 5rem 0;
  border-top: 1px solid #DBE0E6;
}
.follow-us h3 {
  margin-bottom: 0;
}
.follow-us p {
  color: rgba(16, 24, 37, 0.5);
  font-size: 0.9rem;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
