/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  font-family: Inter;
  color: rgb(var(--bs-tertiary-color-rgb));
}

main {
  margin-top: 120px;
}

.valign {
  padding-top:10%;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 80px;
  }
}

.call {
  color:#fff;
  font-weight: 800;
  font-size: 22px;
  margin-top: 20px;
  letter-spacing: 1px;
}

.title {
  color:#3e5882;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.title-dark {
  color:#57729f;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.bg-black {
  color:#FAF9F6;
  background-color: #000;
}

.logo-insta {
 height:32px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 58rem;
}

.carousel-content {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 24px;
  position: absolute;
  bottom: 40%;
  left: 20%;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

@media screen and (max-width: 768px) {
  .carousel-content {
    position: absolute;
    top: 55%;
    left: 5%;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
  }
  .carousel-item {
    height: auto;
  }
}

/* NAV
-------------------------------------------------- */
.navbar-brand img {
  width: 100px;
}
.nav-link{
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}
.navbar .navbar-nav .nav-link:hover{
  color: orange;
}
.navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.1em;
  padding: 0.5em 1em;
}
.navbar-dark {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .navbar-brand img {
    width: 180px;
  }
  .navbar-brand {
    margin-right: 0;
    padding: 0 1em;
  }
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  color: #fff;
}

.featurette {

}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* CTA */
.cta-form { background-color: #000; border-radius: 8px; padding: 48px;width:60%;margin:0 auto;}

.cta-form2 {  border-radius: 8px; }
.cta-form2 h2 { color:black; font-weight: 800;}
.cta-form a { background-color: black; color: white; font-size: 15px; font-weight: 600; border-radius: 2px; text-align: center; width: 40%; padding: 13px 10px; margin-top: 15px; transition: all, .3s; }
.cta-form a:hover { background-color: #c9803d; }
input, select, textarea { border: 1px solid rgb(156, 156, 156); border-radius: 3px; padding: 10px 9px; width: 100%; background-color: white; 
  margin: 5px 0; }

  .text-contact {color:#c9803d;}
  .btn-contact {background:black;color:#fff}
  .btn-contact:hover {background:orange;color:#fff}
  @media only screen and (max-width: 768px){
    .cta-form {width:100%;}
    }
    
  @media only screen and (min-width: 768px){
    body:not(.layout-admin) .section, body:not(.layout-admin) section {
        padding: 100px 0;
    }
    }
    
    .d-middle {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    
    .opacity-8,.overlay-opacity-8:after {
        opacity: .8
    }
    
    opacity-8, .overlay-opacity-8:after {
        opacity: .8;
    }
    .overlay-dark-hover:hover:after, .overlay-dark:after {
        background: #131f43;
    }
    .overlay-dark-hover:after, .overlay-dark:after, .overlay-light-hover:after, .overlay-light:after {
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    
    .bg-theme-color-light {
        background-color: rgba(87,79,236,.04)!important;
    }
    .bg-cover {
        background-position: 50%!important;
        background-repeat: no-repeat!important;
        background-size: cover!important;
    }
    .overlay-dark, .overlay-dark-hover, .overlay-light, .overlay-light-hover {
        position: relative;
    }
    #overlay-default, .overlay-dark, .overlay-dark-hover:after, .overlay-default, .overlay-light, .overlay-light-hover:after {
        transition: all .2s ease;
    }
    .section, section {
        position: relative;
        word-break: break-word;
    }
    
    .overlay-dark>*, .overlay-light>* {
        position: relative;
        z-index: 1;
    }
    


/* Profile */
.profile-card {
  max-width: 400px;
  background-color: #FFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  background-position: center;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 10px;
}

.profile-card img {
  transition: all linear 0.25s;
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8))
}

.profile-card .profile-name {
  position: absolute;
  left: 30px;
  bottom: 130px;
  font-size: 30px;
  color: #FFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  transition: all linear 0.25s;
}

.profile-card .profile-icons {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #FFF;
  transition: all linear 0.25s;
}

.profile-card .profile-username {
  position: absolute;
  bottom: 50px;
  left: 30px;
  color: #FFF;
  font-size: 13px;
  transition: all linear 0.25s;
}

.profile-card .profile-icons .fa {
  margin: 5px;
}

.profile-card:hover img {
  filter: grayscale(100%);
}

.profile-card:hover .profile-name {
  bottom: 110px;
}

.profile-card:hover .profile-username {
  bottom: 60px;
}

.profile-card:hover .profile-icons {
  right: 40px;
}


.leagues-title {
  font-weight: 900;
  font-size: 3em;
  text-transform: uppercase;
}

.leagues-img {
  max-height: 500px;
}

#contact {
  background: url(../img/contact.jpg);
  background-size: cover;

}

footer {
  background: #000;
  color: #fff;
  border-top: 2px solid orange;
}

.card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 0px;
  position: relative;
  margin-bottom: 1.56rem;
}
.card {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0px;
  overflow-wrap: break-word;
  background-color: rgb(248, 248, 248);
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.57rem;
}
.bg-primary {
  background-color: rgb(240, 194, 75) !important;
}
.mb-9 {
  margin-bottom: 4.96rem !important;
}

.card-icon-border-large {
  width: 100px;
  height: 100px;
  margin: -3.06rem auto 0px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border: 6px solid;
  border-radius: 50%;
  font-size: 1.88rem;
  line-height: 90px;
  color: rgb(102, 102, 102);
}
.mtn-80 {
  margin-top: -5rem !important;
}
.border-primary {
  border-color: rgb(240, 194, 75) !important;
}

.text-primary {
  color: rgb(240, 194, 75) !important;
}

.bg-success {
  background-color: rgb(181, 213, 106) !important;
}
.border-success {
  border-color: rgb(181, 213, 106) !important;
}
.text-success {
  color: rgb(181, 213, 106) !important;
}

.bg-danger {
  background-color: rgb(234, 112, 102) !important;
}
.border-danger {
  border-color: rgb(234, 112, 102) !important;
}
.text-danger {
  color: rgb(234, 112, 102) !important;
}

.bg-info {
  background-color: rgb(132, 190, 214) !important;
}
.border-info {
  border-color: rgb(132, 190, 214) !important;
}
.text-info {
  color: rgb(132, 190, 214) !important;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
