﻿
html,
body {
  overflow-x: hidden;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.home-hr {
  width: 70%;
  margin: auto;
  height: 2px;
}
a:hover {
  opacity: 90%;
}

a {
  font-family: "Franklin Gothic", Tahoma, Verdana, sans-serif;
  word-break: keep-all;
  hyphens: none;
}

a:link {
  text-decoration: none;
}

/* Carousel */

.carousel-inner {
  background-color: #00264b;
  margin-top: -2px;
}
.yellow-button {
  background-color: #e0c722;
  color: #00264b;
  font-family: "Franklin Gothic", Tahoma, Verdana, sans-serif;
  border-radius: 5px;
  padding: 5px;

  border: 0px;
}
.carousel-title {
  font-family: "Franklin Gothic", Tahoma, Verdana, sans-serif;
  padding-top: 10px;
  margin-bottom: -20px;
  word-break: keep-all;
  word-break: keep-all;
  hyphens: none;
}

.yellow-button:hover {
  background-color: #fff;
}
.carousel-img {
  object-fit: cover;

  height: 300px;
  width: 100vw;
}
.carousel-img3 {
  object-fit: cover;
  object-position: 60% 15%;
  height: 300px;
  width: 100vw;
}
.carousel-blurb {
  margin-right: 150px;
  font-family: "Franklin Gothic Book", Tahoma, Verdana, sans-serif;
  margin-bottom: -10px;
  word-break: keep-all;
  hyphens: none;
}

@media only screen and (max-width: 980px) {
  .blurb {
    padding: 20px;
  }
  .carousel-title {
    font-size: 0.9rem;
    margin-right: 0;
  }
  .carousel-blurb {
    font-size: 0.6rem;
    margin-bottom: -15px;
    margin-right: 0;
    hyphens: none;
  }
  .yellow-button {
    font-size: 0.7rem;
    width: 80px;
    height: auto;
  }
  .carousel-img {
    height: 200px;
    width: 100vw;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-control-prev-icon {
    display: none;
  }
  .carousel-control-next-icon {
    display: none;
  }
  .carousel-control-next {
    display: none;
  }
}
/* End Carousel */

/* Title Section */
.tjag {
  font-family: "Franklin Gothic", Tahoma, Verdana, sans-serif;
  color: #00264b;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  word-break: keep-all;
  hyphens: none;
}

.tjag-text {
  text-align: center;
  hyphens: none;
  line-height: 1.5rem;
  margin-left: 20px;
  margin-right: 20px;
  word-break: keep-all;
  font-family: "Franklin Gothic Book", Tahoma, Verdana, sans-serif;
}
.tjag-crest-image {
  width: 130px;
  height: auto;
  display: block;
  margin: auto;
  padding: 15px;
}
/* End Title Section */

/* image gallery */
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cards img {
  margin: 10px;
  width: 250px;
  filter: brightness(50%);
  height: 250px;
  object-fit: cover;
  max-width: 100vw;
}

.box {
  position: relative;
  text-align: center;
  color: white;
  display: inline-block;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-family: "Franklin Gothic", Tahoma, Verdana, sans-serif;

  transform: translate(-50%, -50%);
  font-size: 35px;
}

/* mobile responsive*/
@media only screen and (min-width: 300px) and (max-width: 800px) {
  .cards img {
    filter: brightness(50%);
    margin: 10px;
    padding-left: 25px;
    padding-right: 25px;
    width: 250px;
    height: 250px;
    object-fit: cover;
    width: 100vw;
    justify-content: center;
    align-items: center;
  }
  .home-hr {
    width: 100%;
    margin: auto;
    height: 2px;
  }

  .box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*End image gallery */

/* Quill & Sword Section */

.tal-title {
  display: flex;
  justify-content: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tal-section {
  background-color: #6c757d;
}
.img-container {
  display: flex;

  flex-wrap: wrap;
  justify-content: center;
}

.podcast-img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 30px;
}

/* mobile responsive*/
@media only screen and (min-width: 300px) and (max-width: 800px) {
  .img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .podcast-img {
    width: 100%;
    height: auto;
  }
  .tal-title {
    text-align: center;
    justify-content: center;
  }
}
/* End Card Section */

/* Blue Box Section */
.box-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 50px;
  margin-right: 50px;
}
.box-title {
  color: #fff;
  font-family: "Franklin Gothic book", Tahoma, Verdana, sans-serif;
  font-size: 25px;
  word-break: keep-all;
  hyphens: none;
}
.icon-image {
  width: 50%;
  height: auto;
}

.hidden {
  visibility: hidden;
}
.info {
  color: #fff;
  font-family: "franklin gothic book", Tahoma, Verdana, sans-serif;
  font-size: 0.9rem;
  word-break: keep-all;
  hyphens: none;
}
.box-part {
  background: #00264b;
  border-radius: 15px;
  padding-bottom: 25px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  width: 250px;
}

.box-part:hover {
  cursor: pointer;
}

.box-title:hover {
  color: #fff;
}

.box-part:hover .fa,
.box-part:hover .title,
.box-part:hover .text,
.box-part:hover a {
  color: #ffffff;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.text {
  margin: 20px 0px;
}
/* mobile responsive*/
@media only screen and (min-width: 300px) and (max-width: 800px) {
  .text {
    word-break: keep-all;
    font-size: 0.7rem;
    font-family: franklin gothic book, Tahoma, Verdana, sans-serif;
  }
  .title {
    font-size: 0.7rem;
    font-family: franklin gothic book, Tahoma, Verdana, sans-serif;
  }
  .icon-image {
    width: 60px;
    height: auto;
  }

  .box-part {
    width: 100%;
    height: auto;
  }
  .box-section {
    margin-left: 0;
    margin-right: 0;
  }
}

/** Logos **/

.logos {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
}

.img-logos {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.img-logos:hover {
  opacity: 80%;
}

.logo-title {
  font-weight: 700;
  text-align: center;
  font-family: "Franklin Gothic", Tahoma, Verdana, sans-serif;
  color: #16181a;
}

/* mobile */
@media only screen and (max-width: 980px) {
  .logos {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    gap: 20px;
  }

  .logo-title {
    display: flex;
    justify-content: center !important;
    text-align: center !important;
    margin-left: -100%;
    margin-right: -100%;
    white-space: nowrap !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .img-logos {
    gap: 10px;
  }
}

