/*   Ice Bober Theme for BootStrap   */


/*   Colors as Variable   */

:root {
  --icebober-caramel: rgba(196, 134, 72, 1.0);
  --icebober-darkblue: rgba(3, 42, 53, 1.0);
  --icebober-midblue: rgba(30, 104, 117, 1.0);
  --icebober-lightblue: rgba(123, 170, 181, 1.0);
  --icebober-background: rgba(222, 237, 241, 1.0);
  --transp-midblue: rgba(30, 104, 117, 0.8);
}


/*   General Style   */

@import url('https://fonts.googleapis.com/css?family=Bevan|Roboto:300,400,500,700,900');

body {
  background: var(--icebober-background);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
	font-weight: 400;
  color: var(--icebober-darkblue)
}

div {
  display: block;
  position: relative;
  box-sizing: border-box;
}

a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
}

a {
  color: var(--icebober-midblue)
}

a:hover {
  color: var(--icebober-caramel);
}

h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--icebober-midblue);
  padding-bottom: 5px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--icebober-midblue);
  padding-bottom: 5px;
}

hr {
  border: 1px solid var(--icebober-lightblue);
  opacity: 1.0;
}


/*   Header   */

.header {
  height: 600px;
  background-image: url(../img/background-stick.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}



/*   Navigation   */

.container_navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .navbar {
    align-items: end;
  }
}

.navbar_design {
  background: var(--icebober-lightblue);
  border-bottom: solid 5px var(--icebober-midblue);
  padding-top: .3rem;
  padding-bottom: .3rem;
  /* Fix for Instagram Widget */
  z-index: 100002 !important;
}

@media screen and (max-width: 991px) {
  .navbar_design {
    position: static;
    background: transparent;
    border: none;
  }
}

.navbar-brand {
  width: 250px;
  margin-left: 50px;
  margin-right: 50px;
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    width: 200px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.navbar-brand > a > img {
  position: absolute;
  max-width: 100%;
  top: -10px;
}

@media screen and (max-width: 991px) {
  .navbar-brand > a > img {
    top: -40px;
  }
}

.navbar-brand_middle {
  /* dummy item to support shrinkOnScroll */
}

.navbar-brand_shrink {
  width: 100px !important;
}

.navbar_left {
  flex-direction: row-reverse !important;
  flex-wrap: wrap !important;
}

@media screen and (max-width: 991px) {
  .navbar_left {
    flex-direction: column !important;
    align-items: end;
  }
}

.navbar_right {
  flex-direction: row !important;
  flex-wrap: wrap !important;
}

@media screen and (max-width: 991px) {
  .navbar_right {
    flex-direction: column !important;
    align-items: end;
  }
}

.navbar-nav {
  align-items: center;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.navbar-nav .nav-link {
  padding: 0.5rem;
}

@media screen and (max-width: 991px) {
  .navbar-nav .nav-link {
    padding: 0.3rem 0 0;
  }
}

.navbar-nav a {
  font-size: clamp(16px,1.4vw,22px);
	font-weight: 700;
	color: white;
	text-transform: uppercase;
  padding-top: .3rem;
  padding-bottom: .3rem;
}

@media screen and (max-width: 991px) {
  .navbar-nav a {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    align-items: end;
  }
}

.navbar-nav a:hover {
  color: var(--icebober-darkblue);
}

.navbar-toggler {
  background-color: var(--icebober-lightblue);
  border: solid 3px var(--icebober-midblue);
  margin-top: 10px;
  padding: 0.5rem 0.75rem;
}

.navbar-toggler:focus {
  border: solid 3px var(--icebober-midblue);
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h32M4 15h32M4 23h32'/%3e%3c/svg%3e");
}

.navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%283, 42, 53%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h32M4 15h32M4 23h32'/%3e%3c/svg%3e");
}

.offcanvas {
  /* Fix for Instagram Widget */
  z-index: 100001 !important;
}

.offcanvas-backdrop {
  /* Fix for Instagram Widget */
  z-index: 100000 !important;
}

@media screen and (max-width: 991px) {
  .offcanvas.offcanvas-end {
    width: 50%;
    max-width: 400px;
  }
}

.offcanvas-header {
  background-color: var(--icebober-lightblue);
  border-left: solid 3px var(--icebober-midblue);
  padding-top: .3rem;
}

.offcanvas-header .btn-close {
  /* Icon in white color */
  margin-top: 10px !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e")  center/1em auto no-repeat;;
  opacity: 1.0;
}

.offcanvas-header .btn-close:hover {
  /* Icon in icebober-darkblue color */
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23032a35'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e")  center/1em auto no-repeat;;
}

.offcanvas-header .btn-close:focus {
  box-shadow: none;
}

.offcanvas-body {
  background-color: transparent;
  border: none;
}

  @media screen and (max-width: 991px) {
  .offcanvas-body {
    background-color: var(--icebober-lightblue);
    border-left: solid 3px var(--icebober-midblue);
  }
}

/*   Announcement   */

.container_announcement {
  top: 50%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.next_game_announcement {
  padding-top: 15px;
  padding-bottom: 20px;
}

.next_game_announcement > div {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 11px;
  padding-bottom: 7px;
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
  color: white;
  text-align: center;
  background:var(--icebober-midblue);
  bottom: 0;
}

@media screen and (max-width: 575px) {
  .next_game_announcement > div { 
    font-size: 40px;
    line-height: 35px;
  }
}

.next_game_announcement > span {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  vertical-align: text-bottom;
  color: white;
  background: var(--icebober-lightblue);
  padding-left: 15px; 
  padding-right:15px;
  padding-top: 8px;
  padding-bottom: 7px;
  margin-top: 18px;
  bottom: 0;
}

@media screen and (max-width: 575px) {
  .next_game_announcement > span {
    font-size: 22px;
    line-height: 22px;
  }
}

.next_game_info {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 20px;
}

.next_game_info > div {
  font-size: 18px;
  line-height: 18px;
  color: white;
  background: var(--icebober-lightblue);
  padding-left: 15px; 
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 5px;
  border-left: solid 3px var(--icebober-midblue);
}

@media screen and (max-width: 575px) {
  .next_game_info > div {
    font-size: 16px;
    line-height: 16px;
  }
}

.next_game_info > div > span {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 575px) {
  .next_game_info > div > span {
    font-size: 22px;
  }
}


/*   Content   */

.content {
  padding-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 1.5rem;
}

.container_site_header {
  background: var(--icebober-lightblue);
  border: solid 3px var(--icebober-midblue);
  margin-top: 0;
  margin-bottom: 1rem;
}

.container_site_header h1 {
  font-size: 22px;
  font-weight: 700;
  color: white;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  margin-bottom: 0;
  scroll-margin-top: 19px;
}

.container_title {
  background: var(--icebober-lightblue);
  border-top: solid 3px var(--icebober-midblue);
  border-left: solid 3px var(--icebober-midblue);
  border-right: solid 3px var(--icebober-midblue);
  margin-top: 1rem;
}

.container_title:nth-child(2) {
  margin-top: 0;
}

.container_title h2 {
  font-size: 22px;
  font-weight: 700;
  color: white;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  margin-bottom: 0;
  scroll-margin-top: 19px;
}

@media screen and (min-width: 992px) {
  .container_title h2 {
    scroll-margin-top: 83px;
  }
}

.container_content {
  background: white;
  border-left: solid 3px var(--icebober-midblue);
  border-right: solid 3px var(--icebober-midblue);
  border-bottom: solid 3px var(--icebober-midblue);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.lastgame_result {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 11px;
  padding-bottom: 7px;
  font-size: 50px;
  font-weight: 700;
  line-height: 45px;
  color: white;
  text-align: center;
  background: var(--icebober-midblue);
  bottom: 0;
}

@media screen and (max-width: 575px) {
  .lastgame_result {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.lastgame_team {
  font-size: 22px;
  font-weight: 700;
  color: var(--icebober-midblue);
}

.lastgame_logo {
  padding-top: 5px;
  height: 100px;
}

@media screen and (max-width: 575px) {
  .lastgame_reverse {
    flex-direction: column-reverse !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .contact_reverse {
    flex-direction: row !important;
  }

  .contact_equalcol {
    flex: 0 0 auto;
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}

.link_list {
  /* move list to the left */
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-bottom: 0;
  list-style-type: "-  ";
}

/*   Forms   */

.btn {
  color: var(--icebober-midblue);
  font-size: 16px;
  font-weight: 700;
  border: 1px solid var(--icebober-lightblue);
}

.btn:hover {
  background-color: var(--icebober-lightblue);
  color: white;
}

.btn:focus {
  background-color: white;
  color: var(--icebober-midblue);
  border: 1px solid var(--icebober-lightblue);
  box-shadow: 0 0 0 0.15rem var(--icebober-lightblue);
}

.form-control {
  font-size: 16px;
}

.form-control:focus {
  border-color: var(--icebober-lightblue);
  box-shadow: 0 0 0 0.15rem var(--icebober-lightblue);
}

.form-floating {
  margin-bottom: 10px;
}

.form-floating > input {
  border: 1px solid var(--icebober-lightblue);
}

.form-floating > textarea {
  height: calc(7.0rem + calc(var(--bs-border-width) * 2)) !important;
  min-height: calc(7.0rem + calc(var(--bs-border-width) * 2)) !important;
  border: 1px solid var(--icebober-lightblue);
}

.was-validated .form-control:valid, .form-control.is-valid {
  /* use same style for border as without validation */
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  /* use same style for border as without validation */
  border-color: var(--icebober-lightblue);
  box-shadow: 0 0 0 0.15rem var(--icebober-lightblue);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  /* use same style for border as without validation */
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  /* use same style for border as without validation */
  border-color: var(--icebober-lightblue);
  box-shadow: 0 0 0 0.15rem var(--icebober-lightblue);
}

.alert > .btn-close:hover {
  /* Icon in icebober-darkblue color */
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23032a35'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e")  center/1em auto no-repeat;;
}

/*   Modals   */

.modal-dialog {
  /* align with regular container width */
  max-width: 100%;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 960px;
    margin-top: 110px;
  }
}

@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .modal-dialog {
    max-width: 1320px;
  }
}

.modal-header {
  /* remove border and mimic regular content space */
  border-bottom: none;
  padding-bottom: 0;
}

.modal-body {
  /* mimic regular content space */
  padding-top: 0;
}

.modal-header .btn-close {
  /* move button to the top-right */
  padding-top: 0;
  margin-top: 0;
  margin-bottom: auto;
}

.modal-header .btn-close:hover {
  /* icon in icebober-darkblue color */
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23032aff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e")  center/1em auto no-repeat;;
}

/*   Images   */

.game_details {
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-right: 5px;
  background: url('../img/design-icon-details.png') bottom left no-repeat;
}

.game_images {
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-right: 5px;
  background: url('../img/design-icon-images.png') bottom left no-repeat;
}

.game_video {
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-right: 5px;
  background: url('../img/design-icon-video.png') bottom left no-repeat;
}

.game_details:hover {
  background-position: 0 0;
}

.game_images:hover {
  background-position: 0 0;
}

.game_video:hover {
  background-position: 0 0;
}

.game_icon_text {
  display: inline-block;
  margin-right: 5px;
}

.supporter_image {
  margin-bottom: 1rem;
}



/*   Tables   */

.table_header {
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.table_dash {
  padding-right: 1.5px;
}

.table {
  color: var(--icebober-darkblue)
}

.table > :not(caption) > * > * {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

/*   Fix Instagram Feed   */

.eapps-instagram-feed-title-container {
  visibility: hidden;
  height: 0px;
}

/* Fix View on Mobile Devices (Extra Small) */

@media (max-width: 575px) {
  .container {
    max-width: calc(100vw - 30px);
  }
}

/*
  Used Colors

  icebober-caramel        #c48648   196,134,72    196,134,72
  icebober-darkblue       #032a35   3/42/53       3,42,53
  icebober-midblue        #1e6875   30/104/117    30,104,117
  icebober-lightblue      #7baab5   123/170/181   123,170,181
  icebober-background     #deedf1   222/237/241   222,237,241
*/

/*
  BS5 Containers

  Extra small             <576px    max-width = 100%    .col-
  Small                   ≥576px    max-width = 540px   .col-sm-
  Medium                  ≥768px    max-width = 720px   .col-md-
  Large                   ≥992px    max-width = 960px   .col-lg-
  Extra Large             ≥1200px   max-width = 1140px  .col-xl-
  XXL                     ≥1400px   max-width = 1320px  .col-xxl-
*/