@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");

* {
  font-family: "Roboto";
}

body {
  width: 100%;
  margin: 0 auto;
}

.primary-nav-container {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.primary-nav-container > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.primary-nav-container > div a {
  text-decoration: none;
  font-size: 1.2em;
  color: #000;
}

.primary-nav-container > div:nth-child(1) {
  margin-right: auto;
}

.yahoo-nav {
  padding-right: 10px;
  padding-left: 10px;
}

.primary-nav-container > div:nth-child(2):hover,
.primary-nav-container > div:nth-child(3):hover,
.primary-nav-container > div:nth-child(4):hover,
.primary-nav-container > div:nth-child(5):hover {
  background: linear-gradient(#2975af, #2a79b5);
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
}

.featured-box {
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(45deg, #2975af, #2a79b5);
  min-height: 400px;
  background: url(/Images/trainingprogym.jpg) 100% no-repeat;
}

.featured-box-container > div:nth-child(1) {
  color: #fff;
  font-size: 1.2em;
}

.featured-box-container > div:nth-child(2) {
  color: #fff;
  font-size: 1.2em;
}

.featured-box-container {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  column-gap: 20px;
  flex-wrap: wrap;
}

.feature-color {
  background-color: #2ab0b5;
  opacity: 85%;
  min-height: 100%;
  margin: 75px auto;
}

.feature-color:hover {
  opacity: 1;
  border: 2px dashed #fff;
}

.left-feature,
.right-feature {
  flex: 1;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
}

.services {
  width: 100%;
  margin: 15px auto;
}

.services-container {
  width: 65%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  column-gap: 25px;
  flex-wrap: wrap;
}

.services-box {
  flex: 1;
  min-height: 300px;
  text-align: center;
  border: 3px solid #2a79b5;
  padding: 20px;
  border-radius: 15px;
}

.services-box i {
  font-size: 4em;
  color: #2a79b5;
}

.services h2,
.services p {
  text-align: center;
}

.services-box:hover {
  transform: scale(1.02);
  border: 4px solid #2a79b5;
}

.title-bar:hover {
  border-bottom: 2px solid #2a79b5;
}

.success-story {
  width: 100%;
  margin: 0 auto;
}

.success-story-container {
  width: 65%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.success-left {
  flex: 6;
  padding: 20px;
}

.success-right {
  flex: 3;
  padding: 20px;
}

.success-right img {
  border-radius: 10px;
}

.bottom-feature {
  width: 100%;
  margin: 30px auto;
}

.bottom-feature-container {
  width: 65%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 5px;
  padding: 15px;
}

.art1,
.art2 {
  flex: 1;
  align-self: flex-start;
  padding-top: 20px;
  padding-right: 10px;
  text-align: right;
}

.words1,
.words2 {
  flex: 4;
}

.bottom-feature-container > div i {
  font-size: 2em;
}

.bottom-feature h2,
.bottom-feature h3 {
  text-align: center;
}

.bottom-feature h3 {
  color: grey;
}

.learn-more h2 a {
  text-decoration: none;
  color: white;
}

.learn-more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.learn-more h2 {
  background: #2a79b5;
  margin: 15px;
  padding: 20px 50px;
  border-radius: 5px;
}

.learn-more h2:hover {
  background-color: green;
  transform: scale(1.05);
}

footer {
  width: 100%;
  margin: 0 auto;
  background-color: #f5f5f5;
}

.footer-container {
  width: 65%;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.footer-left {
  margin-right: auto;
}

.footer-margin {
  padding-right: 15px;
}

.footer-right a {
  text-decoration: none;
}

.article-title {
  width: 100%;
  margin: 0 auto;
}

.titlebg {
  background: linear-gradient(15deg, #2975af, #2a78b3);
  min-height: 100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.page-title {
  position: absolute;
  top: 7%;
  left: 35%;
  color: #fff;
  font-size: 1.3em;
}

.our-content {
  width: 65%;
  margin: 15px auto;
  padding: 10px 20px;
}

.meet-trainers {
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  padding-bottom: 20px;
}

.meet-trainers-container > div {
  color: #fff;
}

.meet-trainers-container {
  width: 65%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  column-gap: 20px;
}

.miller-picture img {
  width: 150px;
  border-radius: 100%;
}

.trainer-content-here P {
  color: #fff;
}

.trainer-content-here {
  width: 65%;
  margin: 0 auto;
  margin-top: -20px;
}

.our-mission-container {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-mission-here {
  text-align: center;
  margin: 30px;
}

.our-mission-here h1,
.our-mission-here p {
  font-size: 1.5em;
}

.article-content2 h3,
.article-content2 p {
  font-size: 1.4em;
  text-align: center;
}
