/* ========================================================== */

/* Table of Contents (for organization, of course)
0. Main Site Styles
1. Header Cover
2. Navbar
3. Introduction/ Home
4. Portfolio
5. About
6. Contact */

/* ========================================================== */

/* =======================================================================================
0. MAIN Site Styles
======================================================================================= */

body {
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #00a0a2;
}

p {
  color: #155957;
}

/* --- Wesite-content-width --- */

.content-fluid,
.container-fluid {
  width: 1300px;
  max-width: 80%;
  margin: auto;
}

/* --- Section colors --- */

.colored-section {
  background: linear-gradient(#ffffff 0.25%, #ecf7f7);
  /* border-bottom-left-radius: 50% 25%;
  border-bottom-right-radius: 50% 25%; */
}

/* End Main Site Styles ------------------------------------ */

/* =======================================================================================
1. HEADER Cover Section
======================================================================================= */

.header-img {
  background: radial-gradient(rgba(0, 91, 86, 0.5), rgba(0, 33, 31, 0.8) 75%),
    url("/content/site-images/TKM_contact_img-2.jpg");
  background-size: cover;
  background-position: center;
  height: 50vh;
  display: flex;
  justify-content: center;
}

.header-logo {
  width: 25rem;
  text-align: center;
  margin: auto;
}

.header-logo-icon {
  min-width: 44%;
}

.header-scroll-icon {
  color: white;
  padding-top: 50px;
  justify-content: center;
  font-size: 3vw;
}

/* End Header Section ---------------------------------*/

/* =======================================================================================
2. NAVBAR Section
======================================================================================= */
.navbar {
  text-align: right;
}
.nav-logo-text {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
}
.nav-logo {
  height: 3vh;
  padding-left: 0;
}
.navbar-toggler {
  width: 20%;
  border: none;
}
.navbar-nav .nav-item:hover .nav-link {
  color: #00a0a2;
}

/* End Navbar Section ---------------------------------*/

/* =======================================================================================
3. INTRODUCTION / HOME SECTION
======================================================================================= */

.section-heading {
  /* padding: 3% 3%; */
  font-size: 3rem;
  padding: 3% 0;
}

.section-text {
  font-size: 1.5rem;
  padding: 3% 10%;
}

@media (max-width: 900px) {
  .section-heading {
    font-size: 1.35rem;
    padding: 10px 0 0 0;
  }

  .section-txt {
    font-size: 1.25rem;
  }

  .section-text {
    padding: 5% 5%;
    font-size: 1.2rem;
  }
}

/* End Introduction Section ------------------------------------ */

/* =======================================================================================
3. PORTFOLIO SECTION (MEDIA BOXES SECTION)
======================================================================================= */

/* hide no more entries button */
.media-boxes-no-more-entries {
  display: none;
}

.filters-container {
  margin-bottom: 20px;
}

.custom-portfolio-filter {
  padding-bottom: 0;
  margin: 25px 0 0;

  text-align: right;
}

.custom-portfolio-filter li {
  list-style: none;
  display: inline-block;
  margin-left: 18px;
  font-size: 015px;
}

.custom-portfolio-filter li a {
  color: #999;
  text-decoration: none;
}

.custom-portfolio-filter li a:hover {
  color: #155957;
}

.custom-portfolio-filter li a.selected {
  color: #00a0a2 !important;
}

/* Media-box Title overlay -------------------------------------------------------- */
.media-box-title {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
  font-size: 20px;
}

.media-box-date {
  color: #e0f9fa;
  font-size: 20px;
  font-weight: 400;
}
/* Remove box shadow and border-radius from the media boxes */
.media-box-container {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* thumbnail overlay background */
.thumbnail-overlay {
  background-color: rgba(0, 0, 0, 0.836);

  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.media-box-image img {
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;

  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.media-box-image:hover img {
  -webkit-transform: scale(1.2) translate(-20px);
  -moz-transform: scale(1.2) translate(-20px);
  -o-transform: scale(1.2) translate(-20px);
  -ms-transform: scale(1.2) translate(-20px);
  transform: scale(1.2) translate(-20px);
}

/* Media-box Image ---------------------------------------------------------- */

/* Media description ------------------------------- */
.media-box-content {
  font-family: "Raleway", sans-serif;
  text-align: left;
}

.media-box-title-below {
  color: #155957;

  font-size: 16px;
  font-weight: 700;
  margin-bottom: -10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
}

.media-box-text {
  font-size: medium;
  color: #ecf7f7;
  font-weight: 500;
  padding: 0 10%;
}

.media-box-more {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #c74a0a;
}
/* END Media description ------------------------------- */

/* END Media-box-section (New Portfolio Section)---------------------------- */

/* About Section ------------------------------------------------- */
.about-pic-group {
  max-width: 400px;
  margin-left: 0;
  margin-right: 0;
}

.about-profile-pic {
  margin-top: 15%;
  margin-bottom: 5%;
}

.about-bkg {
  width: 100%;
  height: 100%;
  background-color: #00a0a2;
  padding-bottom: 5%;
  padding-right: 5%;
  border-radius: 100%;
}

.about-img {
  width: 100%;
  max-width: 400px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 100%;
}

.about-text {
  margin-top: 20%;
  margin-bottom: 20%;
  font-size: 1.25rem;
  text-align: left;
}

@media (max-width: 990px) {
  .about-text {
    margin-top: 0;
  }
}

/* End About Section ----------------------------------------------- */
/* Contact Section ---------------------------------------------------- */
.contact-txt {
  margin: 25% 10% 15%;
  color: #fff;
}

.contact-bkg-img {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 160, 162, 0.5), #155957),
    url("/content/site-images/TKM_contact_img.jpg");
  background-position: center;
  background-size: cover;
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form {
  width: 90%;
  max-width: 600px;
}

.contact-input {
  margin-bottom: 30px;
  text-align: left;
  position: relative;
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  font-size: 15px;
}

label {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  color: #fff;
  cursor: text;
  transition: 0.3s;
}

button {
  padding: 10px 0;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  width: 100%;
  cursor: ponter;
}

input:focus ~ label,
input:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
  top: -35px;
  font-size: 14px;
  color: rgb(165, 221, 221);
  color: rgba(165, 221, 221, 1);
}

.contact-thanks {
  color: #fff;
}

/* End Contact Section --------------------------------------------------- */
/* Footer Section --------------------------------------------------------- */
.footer-section {
  background-color: #155957;
  margin: 0;
}

.footer-section a {
  text-decoration: none;
}

.footer-social-icons {
  color: #fff;
  margin: 10% 1% 5%;
  font-size: 1.25rem;
}

.footer-copy-txt {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 25px;
}
/* End Footer Section ---------------------------------------------------- */
