/*

=====  Main Tags =====

*/

html,
body {
  margin: 0;
  height: 100%;
}

h1,
h2,
h3,
p,
li {
  font-family: "Nanum Gothic", sans-serif;
}

/*

===== Classes =====

*/

.wrapper-page {
  display: grid;
  grid-template-rows: 1fr;
}

.wrapper-page > div {
  box-sizing: border-box;
}

.header-section {
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center;
}

.social-1 {
  text-align: right;
  grid-column: 1 / 2;
}

.logo {
  grid-column: 2 / 3;
}

.social-2 {
  text-align: left;
  grid-column: 3 /4;
}

.nav-section {
  background-color: black;
  height: 50px;
  border-top: solid #b52332 2px;
  border-bottom: solid #b52332 2px;
  padding-top: 15px;
  text-align: center;
}

.nav-section > ul {
  list-style-type: none;
  padding: 0;
}

.nav-section > ul > li {
  border-right: solid white 2px;
  display: inline;
}

.nav-section > ul > li:last-child {
  border: none;
}

.nav-section > ul > li > a {
  text-decoration: none;
  font-weight: 900;
  color: #f5e60b;
  font-family: "Nanum Gothic", sans-serif;
}

.nav-section > ul > li > a:hover {
  text-decoration: none;
  color: white;
}

.hero-section {
  background-size: cover;
  background-image: url("../images/silouette-wide.png");
  background-repeat: no-repeat;
}

.separator {
  background-image: url("../images/group-2.jpg");
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  line-height: 40px;
  height: 600px;
}

.section-img-l {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.section-img-r {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.section-title {
  display: inline-block;
  font-size: 30px;
  border-bottom: solid 1px black;
}

.footer-section {
  clear: both;
  background-color: #222;
  color: #999;
  font-family: "Nanum Gothic", sans-serif;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding: 25px 200px;
}

.footer-section > div {
  height: 200px;
  text-align: left;
  color: #bbb;
  line-height: 30px;
}

.footer-images {
  display: grid;
  grid-template-rows: 1fr 2fr;
}

.iframe-map {
  position: relative;
  height: 0;
  overflow: hidden;
}

.iframe-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 97%;
}

.coach-description > h3 {
  font-size: 30px;
  border-bottom: solid 1px black;
}

.coach-description > p {
  font-size: 18px;
}

.coach-image > img {
  max-width: 300px;
  max-height: 500px;
  border: solid 5px black;
}

.coach-header {
  padding-bottom: 1em;
  margin-bottom: 1em;
}

#jim-section > .coach-header {
  border-bottom: solid 1px white;
}

.icon {
  text-decoration: none;
  color: grey;
}

.home-image > img {
  border: solid #222 5px;
}

.schedule-page {
  background-color: black;
  border-top: solid 20px #f5e60b;
  border-bottom: solid 20px #f5e60b;
  color: white;
}

.schedule-page-header {
  margin: 16px;
  text-align: center;
}

.schedule-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.schedule-section {
  margin: 1em;
  padding: 0.5em;
  flex: 1 0 45%;
  background-color: #222;
  border: solid darkgray 2px;
  border-radius: 5px;
}

.schedule-section-header {
  display: inline-block;
  font-size: 20px;
  margin: 16px;
}

.schedule-list {
  margin-left: 24px;
}

.schedule-list > li {
  margin-bottom: 8px;
}

.photos-page-wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: black;
  border-top: solid 20px #f5e60b;
  border-bottom: solid 20px #f5e60b;
  padding: 0 1em;
}

.photo-wrapper {
  flex: 1 1 24%;
  padding: 1em;
}

.photo-wrapper > a > img {
  min-width: 300px;
  width: 100%;
}

/*

===== ID's =====

*/

#quote {
  position: relative;
  font-family: "Black Ops One", cursive;
  display: none;
  text-shadow: 5px 5px #d3c409;
}

#welcome {
  background-color: black;
  color: #fff;
}

#muay-thai {
  background-color: #b52332;
  color: #fff;
}

#sparring > .home-content > .section-title,
#grappling > .home-content > .section-title,
#children > .home-content > .section-title,
#welcome-header {
  border-bottom: solid 1px #ccc;
}

#grappling {
  background-color: black;
  color: #fff;
}

#sparring {
  background-color: #b52332;
  color: #fff;
}

#fitness {
  background-color: #f5e60b;
  color: black;
}

#children {
  background-color: #fff;
  color: #000;
}

#google-map-embed {
  height: 80vh;
}

#coach-jim {
  background-color: #b52332;
}

#coach-linda {
  background-color: #f5e60b;
}

#jim-section {
  color: white;
}

/*

=====  Media Queries =====

*/

/*

-----  Phone Width -----

*/

@media (max-width: 599px) {
  p {
    font-size: 12px;
  }

  .logo > img {
    height: 50px;
  }

  .header-section {
    grid-template-columns: auto;
  }

  .social-1,
  .social-2 {
    padding-top: 8px;
  }

  .nav-section > ul > li {
    margin-left: 10px;
    padding-right: 5px;
  }

  .nav-section > ul > li > a {
    font-size: 13px;
  }

  .hero-section {
    height: 180px;
    background-image: url("../images/silouette.png");
  }

  .separator {
    background-attachment: scroll;
  }

  .section {
    padding: 30px 30px;
    line-height: 25px;
  }

  .section-img-l {
    display: grid;
    grid-template-columns: auto;
  }

  .section-img-r {
    display: grid;
    grid-template-columns: auto;
  }

  .home-image {
    grid-row: 1 / 2;
    text-align: center;
  }

  .home-image > img {
    max-width: 300px;
    max-height: 300px;
  }

  .home-content {
    grid-row: 2 / 3;
  }

  #quote {
    top: 20px;
    left: 50px;
    width: 120px;
  }

  .section-title {
    padding-bottom: 0.2em;
    margin-bottom: 0.5em;
    font-size: 20px;
  }

  .footer-logo {
    grid-row: 1 / 2;
  }

  .footer-logo > img {
    height: 50px;
  }

  .footer-prajioud > img {
    max-width: 200px;
  }

  .footer-prajioud {
    grid-row: 2 / 3;
  }

  .footer-images {
    grid-column: 1 / 3;
  }

  .footer-info {
    grid-column: 1 / 3;
    font-size: 12px;
  }

  .footer-section {
    padding: 25px 35px;
    height: 600px;
  }

  .footer-section > div {
    text-align: center;
  }

  .coach-image {
    text-align: center;
  }

  .coach-description {
    line-height: 25px;
    padding-left: 0;
  }

  .coach-description > p {
    font-size: 14px;
  }

  .coach-description > h3 {
    font-size: 22px;
  }

  #coach-jim {
    padding-top: 50px;
  }

  #coach-linda > .coach-image > img {
    margin-left: 0px;
    margin-bottom: 2em;
  }

  #coach-linda {
    padding-top: 30px;
    height: 800px;
  }

  #coach-linda > .coach-description {
    grid-row: 2 / 3;
    height: 250px;
  }

  #coach-linda > .coach-image {
    grid-row: 1 / 2;
  }
}

/*

-----  Ipad Width -----

*/

@media (min-width: 600px) and (max-width: 899px) {
  .social-1,
  .social-2 {
    padding: 25px 10px;
    word-spacing: 20px;
  }

  .nav-section > ul > li {
    margin-left: 4%;
    padding-right: 4%;
  }

  .hero-section {
    height: 275px;
  }

  .separator {
    background-attachment: scroll;
  }

  .section {
    padding: 25px 25px;
    line-height: 30px;
    height: 450px;
  }

  .home-content > h3 {
    font-size: 1.5em;
  }

  .home-content > p {
    font-size: 0.8em;
  }

  .home-image > img {
    max-width: 300px;
    max-height: 300px;
  }

  .section-img-l > .home-image > img {
    margin-right: 40px;
  }

  .section-img-r > .home-image > img {
    margin-left: 40px;
  }

  .section-title {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .footer-section {
    height: 750px;
    padding: 50px 185px;
  }

  .footer-images {
    grid-column: 1 / 3;
  }

  .footer-logo {
    grid-row: 1 / 2;
  }

  .footer-prajioud {
    grid-row: 2 / 3;
  }

  .footer-logo > img {
    height: 75px;
  }

  .footer-info {
    grid-column: 1 / 3;
    font-size: 14px;
  }

  .footer-section > div {
    text-align: center;
  }

  .coach-image {
    margin-right: 25px;
  }

  .coach-description {
    line-height: 25px;
  }

  .coach-description > p {
    font-size: 14px;
  }

  .coach-description > h3 {
    font-size: 22px;
  }

  .footer-prajioud > img {
    max-width: 300px;
  }

  #coach-jim {
    padding-top: 50px;
  }

  #coach-jim > .coach-image > img {
    max-width: 300px;
  }

  #coach-linda > .coach-image > img {
    margin-left: 70px;
  }

  #coach-linda {
    padding-top: 30px;
    height: 570px;
  }

  #quote {
    top: 15%;
    left: 15%;
    width: 250px;
    font-size: 20px;
  }
}

/*

-----  Old Desktop Width -----

*/

@media (min-width: 900px) and (max-width: 1199px) {
  p {
    font-size: 16px;
  }

  .social-1,
  .social-2 {
    padding: 30px 10px;
    word-spacing: 40px;
  }

  .nav-section > ul > li {
    margin-left: 6%;
    padding-right: 6%;
  }

  .hero-section {
    height: 370px;
  }

  .separator {
    height: 270px;
  }

  .section {
    padding: 55px 75px;
    line-height: 34px;
    height: 475px;
  }

  .home-image > img {
    max-width: 350px;
    max-height: 350px;
  }

  .separator {
    height: 350px;
  }

  .section-img-l > .home-image > img {
    margin-right: 50px;
  }

  .section-img-r > .home-image > img {
    margin-left: 50px;
  }

  .section-title {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .footer-section {
    height: 500px;
    padding: 25px 125px;
  }

  .footer-logo {
    grid-column: 1 / 2;
  }

  .footer-info {
    grid-column: 2 / 3;
    padding-top: 50px;
  }

  .footer-prajioud > img {
    max-width: 400px;
  }

  .coach-description {
    line-height: 50px;
  }

  .coach-description > p {
    font-size: 1em;
  }

  #quote {
    top: 18%;
    left: 13%;
    width: 350px;
    font-size: 30px;
  }

  #coach-jim {
    padding-top: 30px;
  }

  #coach-jim > .coach-image > img {
    max-width: 380px;
    margin-right: 25px;
  }

  #coach-linda > .coach-image > img {
    margin-left: 70px;
  }

  #coach-linda {
    padding-top: 30px;
    height: 570px;
  }
}

/*

-----  Modern Desktop Width -----

*/

@media (min-width: 1200px) {
  p {
    font-size: 20px;
  }
  .social-1,
  .social-2 {
    padding: 30px 10px;
    word-spacing: 60px;
  }
  .nav-section > ul > li {
    margin-left: 7%;
    padding-right: 7%;
  }
  .section p {
    text-align: left !important;
  }
  .hero-section {
    height: 500px;
  }
  .separator {
    height: 350px;
  }
  .section {
    padding: 75px 130px;
    line-height: 40px;
  }
  .home-image > img {
    max-width: 400px;
    max-height: 400px;
  }
  .footer-section {
    text-align: center;
    height: 500px;
  }
  .section-img-l > .home-image > img {
    margin-right: 100px;
  }
  .section-img-r > .home-image > img {
    margin-left: 100px;
  }
  .section-title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .footer-section {
    padding: 25px 200px;
  }
  .footer-logo {
    grid-column: 1 / 2;
  }
  .footer-info {
    grid-column: 2 / 3;
    padding-top: 75px;
  }

  .footer-prajioud > img {
    max-width: 400px;
  }
  .coach-description {
    line-height: 60px;
  }
  .coach-description > p {
    font-size: 20px;
  }
  #quote {
    top: 18%;
    left: 13%;
    width: 500px;
    font-size: 42px;
  }
  #coach-jim {
    padding-top: 40px;
  }
  #coach-jim > .coach-image > img {
    max-width: 900px;
    margin-right: 40px;
  }
  #coach-linda > .coach-image > img {
    margin-left: 70px;
  }
  #coach-linda {
    padding-top: 46px;
  }
}
