/*Universal Styles*/
html, body {
  font-size: 16px;
  font-family: "Cabin", "Indie Flower", "Modak";
  background-image: linear-gradient(black, gold, black);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body {
  /*background-color: black;*/
}
h1 {
  font-family: "Cabin";
}
h4 {
  text-align: center;
}

.bold {
  font-weight: bold;
}
.text-white {
  color: white;
  font-size: 2rem;
}
.text-black {
  color: black;
  font-size: 2rem;
}
.text-khaki {
  color: #f0e68c;
  font-size: 2rem;
}
.text-gray {
  color: #696969;
  font-size: 2rem;
}
.text-lemonChiffon {
  color: #fffacd;
  font-size: 2rem;
}
.shadow {
  text-shadow: 1px 1px 1px #FFD700, 2px 2px 2px black, 1px 1px 2px #B8860B;
}
.b-shadow {
  font-family: "Cabin";
  text-shadow: 1px 1px 0 black, -1px -1px 0 black, 1px 1px 0 black, -1px -1px 0 black;
}
.darkgold, strong, span {
  color: #B8860B;
}
.darkgold {
  padding-bottom: 10px;
  border-bottom: 2px solid black;
}
.green {
  color: forestgreen;
  font-size: 2rem;
}
.first {
  margin-left: 5rem;
}
.rotate {
  transform: rotate(270deg);
}
.center {
  text-align: center;
}
.glyphicon {
  color: #B8860B;
}
.top {
  display: flex;
  justify-content: center;
  align-items: center;
}
a, a:hover {
  text-decoration: none;
}
.opacity {
  opacity: 0. 85;
}
a.fa.fa-facebook {
  background: #3B5998;
  color: white;
  border-radius: 100px;
  max-width: 7px;
  padding-left: 9px;
  padding-bottom: 8px;
  padding-right: 22px;
  padding-top: 8px;
  margin-top: 7px;
}
/*Navigation*/
nav.navbar.navbar-inverse.navbar-fixed-top {
  padding: 1rem;
  background-color: #000;
  border-bottom: 3px solid #b8860b;
}
.navbar .navbar-header a {
  color: #ccc;
  font-family: sans-serif;
  font-size: 2.5rem;
  text-shadow: 2px 2px 2px #b8860b;
  opacity: 1;
}
.navbar .navbar-header a:hover {
  font-weight: bold;
}


.navbar-inverse .navbar-nav li a {
  font-size: 1.5rem;
  text-shadow: 1px 1px 1px #b8860b;
}

li a {
  margin-right: 1.5rem;
}

.glyphicon {
  margin-top: 1rem;
}
.glyphicon .glyphicon-star {
  display: inline-block;
  margin-top: 0;
  color: white;
}

/*.topnav {
    background-color: #000;
    overflow: hidden;
}
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}*/
.topnav .icon {
    display: none;
}





/*Jumbotron*/
.jumbotron {
  padding: 18rem;
  margin-bottom: 0;
}
.jumbotron-team {
  background-image: url("https://github.com/J2smoov4u/allstars/blob/master/resources/images/teamBanner.JPG?raw=true");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.jumbotron-logo {
  background-image: url("https://github.com/J2smoov4u/allstars/blob/master/resources/images/team-logo.png?raw=true");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.jumbotron-pregame {
  background-image: url("https://github.com/J2smoov4u/allstars/blob/master/resources/images/ma-basketball/team/IMG_7677.JPG?raw=true");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.jumbotron-huddle {
  background-image: url("https://github.com/J2smoov4u/allstars/blob/master/resources/images/ma-basketball/team/IMG_8030.JPG?raw=true");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.jumbotron-logo {
  background-image: url("https://github.com/J2smoov4u/allstars/blob/master/resources/images/team-logo.png?raw=true");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.relative-wrapper {
  z-index: 10;
  position: relative;
  top: -16rem;
  width: 100%;
  text-align: center;
  padding: 5rem;
}
.schwalbe {
  width: 50%;
  height: 400px;
  overflow: hidden;
}
.fc {
  margin-top: 50px;
}
.schwalbe img {
  max-width: 100%;
  height: auto;
  display: block;
}
.membership {
  height: 200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.membership span {
  font-size: 2rem;
}
.join a {
  padding: 10px;
  width: 100px;
  margin: 10px;
  border-color: red;
}
.membership h4 {
  font-size: 2.5rem;
  display: inline-block;
  color: #b8860b;
  font-family: "Cabin";
}
.join {
  width: 90%;
}
.join h4 {
  float: left;
  margin-right: 20px;
}
.join a {
  float: right;
}
.ball {
  width: 100%;
}
.ball h4 {
  width: 100%;
  text-align: center;
}
.ball a {
  font-size: 1.5rem;
  padding: 10px 20px;
  width: auto;
  background-color: black;
  border: 2px solid #b8860b;
  margin-left: 25%;
  margin-top: 20px;
  /*box-shadow: 3px 3px 2px black, 2px 2px 2px darkgray;*/
}
.ball a:hover {
  background-color: #b8860b;
  border: 2px solid black;
  transition: all 500ms linear;
}
.button a:active {
  background-color: #696969;

}
#desc {
  font-size: 1.25rem;
  text-align: left;
  color: dimGray;
  /*text-shadow: 1px 1px 0 #b8860b, -1px -1px 0 #b8860b, 1px 1px 0 #b8860b, -1px -1px 0 #b8860b;*/
  line-height: 1.4;
}
 .main {
   position: relative;
   bottom: 11.25rem;
   border-right: 5px solid #b8860b;
   border-left: 5px solid #b8860b;
   background-color: white;
   padding: 1rem;
   height: auto;
   overflow: hidden;
 }
.team-gallery {
  border-right: 5px solid #b8860b;
  border-left: 5px solid #b8860b;
  width: 90%;
  height: auto;
  /*overflow: scroll;*/
  margin: auto;

}
div.gallery {
  margin: 1rem;
  border: 2px solid #ccc;
  /*float: left;*/
  width: 180px;
  overflow: hidden;
  height: 200px;
}
div.gallery:hover {
  border: 2px solid #b8860b;

}
.foto {
  width: 100%;
  text-align: center;
}
.foto h3 {
  margin: 2rem;
  padding: .5rem;
  font-size: 3rem;
}
.flex-container {
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  height: auto;
}
div.gallery img {
  width: 100%;
  height: auto;
}
.image {
  width: 50%;
  max-height: 200px;
  overflow: hidden;
  margin: 1rem;


}
.image a img {
  max-height: 200px;
  width: 100%;
  overflow: hidden;
  transition: all 0.5 ease-in;

}
.image a img:hover {
  opacity: 1;
  transform: scale(1.2);
  max-height: 200px;
  width: auto;
  overflow: hidden;
  transition: all 500ms;

}
.image90 a img:hover {
  opacity: 1;
  transform: scale(1.2);
  transform: rotate(270deg);
  max-height: 200px;
  width: auto;
  overflow: hidden;
  transition: all 500ms;

}
/*div.img-desc {
  padding: 15px;
  text-align: center;
  background-color: #ccc;
}*/
.image-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.image-container img {
  width: 100%;
  height: auto;
}



/*   TEAM PAGE   */

.team-header {
  background-image: url("https://github.com/J2smoov4u/allstars/blob/master/resources/images/ma-basketball/team/IMG_8408.JPG?raw=true");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-header h1 {
  padding-top: 19.5rem;
  padding-bottom: 5rem;
  color: white;
  margin-top: 75px;
  font-family: "indie flower", "Cabin";
  font-size: 4rem;
  text-decoration: underline;
  text-decoration-color: #B8860B;
}
a.btn.btn-primary.btn-lg {
  background-color: gray;
  border: 2px solid black;
  padding: 1.25rem;
}
a.btn.btn-primary.btn-lg:hover {
  opacity: .75;
  border-color: white;
}
#meet, #games {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ccc;
  color: #ccc;
  font-size: 2.5rem;
  max-width: 75%;
  margin: 1rem auto;
  margin-top: 1rem;
  min-height: 6.68rem;
  border: 2px solid black;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
#profile-text {
  color: white;
}

.player-profile h2 {
  padding-top: 1.5rem;
  margin-top: 100px;
  margin-bottom: 50px;
}
.right {
  float: right;
}
/*Roster column section*/
.mtt, .gameplan, .container-fluid {
  background-color: #B8860B;
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 5rem;
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}
.flexbox {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  flex-flow: row wrap;
}
.column {
  display: flex;
  width: 30.3%;
  margin-left: 25px;
  margin-bottom: 2rem;
  box-shadow: 7px 7px 7px black, 7px 7px 7px gray, 1px 1px 1px white;
  border: 1px solid black;
  /*code for pic. overlay*/
  position: relative;
  width: 50%;
}
/*.column:hover {
  overflow: hidden;
  transform:scale(1.1);
}*/
.image-container2 {
  overflow: hidden;
  transition: all 0.5 ease 0.5;
  max-height: 20rem;
  width: 30.3%;
}
.image-container2:hover {
  opacity: 1;
  transform: scale(1.02);
  overflow: hidden;
  transition: transform 500ms, opacity 500ms;
  cursor: pointer;
}



.card {
  width: 100%;
  /*height: 200px;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}
.card img {
  width: 100%;
  max-height: 22.5rem;
  display: block;

}

/*.card img:hover {
  transform: scale(1.3);
  min-height: 13.5rem;
  overflow: hidden;
  transition: transform 500ms;
}*/
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.box-container {
  padding: 0 16px;
  background-color: white;
  max-height: 11rem;
  /*border: 1px solid black;*/
  /*for text overlay*/
  white-space: nowrap;
  color: black;
  font-size: .75rem;
  position: absolute;
  overflow: hidden;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.column:hover .overlay {
  height: 100%;
}
/*.text {
  white-space: nowrap;
  color: black;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}*/

/*.box-container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}*/
.box-container h2 {
  padding-top: 10px;
  margin-top: 0;
}
.title {

  color: grey;
  float: right;
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 1px 1px 0 black, -1px -1px 0 black, 1px 1px 0 black, -1px -1px 0 black;
}

#sanno , #ice {
  font-size: 1.5rem
}
/*.button {
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin: -20px auto;
}

.button:hover {
  background-color: #555;
}*/

div.roster-number {
  float: right;
}




/*   SCHEDULE PAGE   */
.home {
  background-color: black;
  color: white;
  padding: .25rem;
  /*transform: rotate(-90deg);*/
}
.away {
  background-color: gold;
  color: black;
  padding: .25rem;
  width: 175px;
  height: auto;
  transform: rotate(-90deg);
  margin: 0;
}
#schedule {
  background-color: darkgray;

}

.gameplan {
  background-color: #B8860B;
  max-width: 100%;
  border-radius: 10px;
  margin-top: 10rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
#games {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-grow: 1;
  flex-shrink: 2;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ccc;
  color: #ccc;
  font-size: 2.5rem;
  max-width: 85%;
  margin: 1rem auto;
  margin-top: 1rem;
  min-height: 6.68rem;
  border: 2px solid black;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
#profile-text {
  margin: 0 15px;
}
.games {
  background-color: #B8860B;
  max-width: 100%;
  border-radius: 10px;
  margin-top: 1rem;
}
#sched {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  flex-grow: 2;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ccc;
  color: #000;
  font-size: 2.5rem;
  max-width: 85%;
  margin: 1rem auto;
  margin-top: 1rem;
  min-height: 6.68rem;
  border: 2px solid black;
  overflow: hidden;
  /*border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;*/
}
.logo {
  max-width: 75px;
  height: auto;
  overflow: hidden;
  margin: auto;
  display: block;
}
.logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.time {
  font-size: 1.25rem;
  color: #696969;
  text-align: center;
  font-stretch: extra-expanded;

}
.hall {
  font-size: 1.25rem;
  color: darkgray;
  text-align: center;
  margin-top: 1rem;
}
.score {
  text-align: center;
  margin: 0 auto;
  padding: 0;

}
.side {
  display: flex;
  flex-flow: column nowrap;
  justify-content: baseline;
  align-content: center;
  flex-grow: 2;
  max-width: 30%;
  height: auto;
  margin: 10px;
  overflow: hidden;
  min-height: 6rem;
}
/*.f-left {
  display: flex;
  flex-flow: column wrap;
  float: left;
  text-align: center;
  width: 33.3%;
  margin: 5px;
}*/
.middle {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  max-width: 33.3%;
}
/*.f-right {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  float: right;
  text-align: center;
  max-width: 30.3%;
  max-height: 200rem;
}*/
.side h2 {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
  text-align: center;
}

/*   CONTACT US PAGE   */
.holding {
  font-family: sans-serif, "Modak";
  font-size: 2.5rem;
  margin-top: 15rem;
  background-color: white;
  border-radius: 25px;
  border: 5px solid #b8860b;
  margin-bottom: 10rem;
  line-height: normal;
}
.holding p {
  margin-top: 20px;
}
.wuc {
  font-size: 5rem;
  font-family: "Indie Flower", sans-serif;
  padding: 1rem;
  padding-bottom: 1rem;
  text-decoration: underline;
  text-decoration-color: #b8860b;
}
.ma {
  font-size: 5rem;
  font-family: "Cabin", sans-serif;
  text-shadow: 2px 2px 2px black, 2px 2px 0 #b8860b;
}
.ma a {
  color: #b8860b;
}
.ma a:hover {
  box-shadow: 5px 5px 5px black;
  background-color: #696969;
  border-radius: 20px;
  border: 2px solid #b8860b;
  transition: all 250ms linear;
}


/*   FOOTER SECTION   */
footer {
  border-top: 5px solid #b8860b;
  padding: 2rem;
  margin-top: 10rem;
  color: white;
  background-color: black;
}
.flex {
  display: flex;
  justify-content: space-around;


}
.img-footer {

  height: 250px;
  overflow: hidden;

}
.img-footer img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 25px;
}
.img-footer p {
  margin-top: 10px;
}
.footer-text {
  display: block;
  width: 100px;
}
.james {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  font-style: normal;

}
.james span {
  color: white;
  font-size: 1rem;
}
.james span a {
  text-decoration: none;
  font-weight: bold;
}

/*   MEDIA QUERIES   */

@media screen and (max-width: 1200px) {

  #hide {display: none;}
  #profile-text {
    font-size: 3rem;
  }
  .overlay h2,
  .overlay p,
  #ice,
  #sanno {
    font-size: 14px;
  }
  .overlay p.title {
    font-size: 2rem;
  }
  .overlay.title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 900px) {
  /*.navbar-inverse .navbar-nav li a {
    font-size: 12px;
  }*/
  nav div.container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  div.navbar-header {
    line-height: 1.4;
    height: 100%;
    margin-left: 5px;
  }
  .hide {
    display: none;
  }
  .image-container2 {
    width: 50%;
  }
  #hide {display: none;}
  #profile-text {
    font-size: 18px;
  }
  .overlay h2,
  .overlay p {
    font-size: 14px;
  }
  .overlay p.title {
    font-size: 2rem;
  }
  .overlay.title {
    font-size: 1rem;
  }
/*added to make navigation dissappear*/
  nav.navbar.navbar-inverse.navbar-fixed-top {
    padding: 1rem 0;
  }
  .navbar-header a.navbar-brand.bold.shadow {
    padding: 5px;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1;
    margin-right: 5px;
  }
  .topnav li a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin: 0;
    padding: 10px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive li a.icon {
    /*position: absolute;
    right: 0;
    top: 0;
    z-index: 5;*/
    align-self: flex-end;
  }
  .topnav.responsive li a {
    float: none;
    display: block;
    text-align: right;
  }
  /*nav {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    height: auto;
    }*/
    div.navbar-header {
      line-height: 1.4;
      height: 100%;
      margin-left: 5px;
    }
    ul#myTopnav.nav.navbar-nav.navbar-right.topnav {
      width: auto;
      height: auto;
      align-self: flex-end;
      margin-left: 10px;
      font-weight: bold;
      font-size: 2rem;
      padding-bottom: 5px;
    }
    nav div.container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .container.main {
      min-width: 98%;
      margin:2px;
    }
    .row {
      margin-top: 15px;
    }
    .membership a {
      width: 95%;
      margin: 10px;
    }
    .membership h4 {
      font-size: 2rem;
    }
    .footer {
      display: none;
    }
    .james {
      display: flex;
      flex-direction: column;
      margin-bottom: 10px;
      height: 10px;
    }
    .james span {
      margin: 5px;
      margin-bottom: 10px;
    }
}

@media screen and (max-width: 400px) {
  nav.navbar.navbar-inverse.navbar-fixed-top {
    padding: 1rem 0;
  }
  .navbar-header a.navbar-brand.bold.shadow {
    padding: 5px;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1;
    margin-right: 5px;
  }
  .image-container2 {
    width: 100%;
  }
  #hide {display: none;}
  #profile-text {
    font-size: 18px;
  }
  .overlay h2,
  .overlay p {
    font-size: 14px;
  }
  .overlay p.title {
    font-size: 2rem;
  }
  .overlay.title {
    font-size: 2rem;
  }
  .topnav li a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    margin: 0;
    padding: 10px;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive li a.icon {
    /*position: absolute;
    right: 0;
    top: 0;
    z-index: 5;*/
    align-self: flex-end;
  }
  .topnav.responsive li a {
    float: none;
    display: block;
    text-align: right;
  }
  /*nav {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    height: auto;
  }*/
  div.navbar-header {
    line-height: 1.4;
    height: 100%;
    margin-left: 5px;
  }
  ul#myTopnav.nav.navbar-nav.navbar-right.topnav {
    width: auto;
    height: auto;
    align-self: flex-end;
    margin-left: 10px;
    font-weight: bold;
    font-size: 2rem;
    padding-bottom: 5px;
  }
  nav div.container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .image-container img {
    margin-top: 10px;
  }
  .column {
    width: 100%;
    display: block;
  }
  .membership a {
    width: 95%;
    margin: 10px;
  }
  .membership h4 {
    font-size: 2rem;
  }

  #desc {
    text-align: center;
  }
  /*div.carousel {
    display: none;
  }
  .jumbotron-team {
    background-image: url("./resources/images/teamBanner.JPG");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }*/
  .img-footer {
    display: none;
  }
  #fc-mobile {display: none;}
  footer {
    padding: 0;
  }
  .footer .container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0;
  }
  .footer .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .logo-mobile {
    max-width: 75px;
    height: auto;
    overflow: hidden;
    margin: auto;
    float: right;
  }
  .logo-mobile img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .hide {
    display: none;
  }
  .container {
    width: 100%;
  }
  .main {
    width: 100%;
  }
  .footer {
    display: none;
  }
  .james {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    height: 10px;
  }
  .james span {
    margin: 5px;
    margin-bottom: 10px;
  }
}
