/*Hello*/

/*

THIS IS CSS VERSION 10

*/

/*IMPORT*/



:root {
  --tag-bg-color: rgb(229, 229, 229);
}


@font-face {
  font-family: 'playfair';
  src: url('../fonts/subscriber/playfair.woff2') format('woff2'),
       url('../fonts/subscriber/playfair.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.navbar {
  margin-top: 1em;
  padding: 1em 2em 1em 2em;
  width: 100%;
  background: transparent;
  z-index: 1;
}

.navbar-brand {
  padding-right: 2em;
}

.navbar-nav li {
  margin-right: 2em;
}

.navbar-icon:hover {
  opacity: 0.5;
}

.dropdown-toggle {
  color: rgba(0,0,0,.5);
}

.dropdown-menu {
  min-width: 15em;
  padding-left: 1em;
  border: none;
  background-color: #FFFF;
}

.dropdown-menu li a {
  color: rgb(75, 104, 121);
}

.dropdown-toggle:hover {
  color: rgb(79, 79, 79);
  text-decoration: none;
}

#footer {
  margin-top: 4em;
}

.resume-link {
  font-weight: 500;
  padding: 0.5em 1.3em 0.5em 1em !important;
  background: #007bff15;
  border: 1px solid #007bff6f;
  border-radius: 1em;
  color: #007bff !important;
}

.resume-link:hover {
  background: #007bff59;
}

.fa-up-right-from-square {
  margin-left: 0.3em;
  width: 0.8em;
  height: 0.8em;
}

.launch-icon {
   fill: #007bff !important;
   width: 1em;
   height: 1em;
}

.footer-link {
  margin-top: 1em;
}

.footer-link a {
  display: inline;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 700;
}

.footer-link a:hover {
  color: black;
}

.footer-link-li {
  margin-top: 0.05em;
  margin-bottom: 0.05em;
}

/* Inverted navigation bar */


/*Sets the background of a page blue (used on index.html)*/
.bg-blue {
  background-image: url('../../assets/img/home/big-b.svg');
  /* background-color: rgb(250, 250, 250); */
}

.bg-blue-fade-to-white {
  background-color: rgb(236, 247, 247);
  background-image: linear-gradient(rgb(236, 247, 247), white 50em);
}

/*Sets the background of the card to grey)*/
.home-card-background {
  background-color: rgba(0, 0, 0, 0);
  /* border: 2px solid rgb(0, 0, 0); */
  border: none;
  border-radius: 0.5em;
  transition: box-shadow 100ms;
  transition: background-color 100ms;
  /* box-shadow: 0 1em 1em rgba(0, 0, 0, 0.05); */
  /* box-shadow: 0 0 0 0.09em rgba(0, 0, 0, 0.8); */
}

.card {
  margin: 1em;
}

.card-project-colour-okatomo {
  background-color: #C2F63C;
}

.card-project-colour-duolingo {
  background-color: #71A44B;
}

.card-green {
  background-color: #EBFFDD;
}

.card-grey {
  background-color: #F0F0F0;
}

.card-orange {
  background-color: #FDE2E0;
}

.card-blue {
  background-color: #edf1ff;
}

.no-formatting {
  text-decoration: none;
  color: black;
}

.no-formatting:hover {
  text-decoration: none;
  color: black;
}


.home-card-background:hover {
  /* background-color: rgba(0, 0, 0, 0.03); */
  box-shadow: 0 0 0 0.175em black;
}

/*.home-card-background:hover {
   background-color: rgba(0, 0, 0, 0.03);
}/*

/*Sets the curve on top of pages*/
.card-img-top {
  border-radius: 0.5em 0.5em 0 0;
  height: auto;
}

/*Adds padding to the top of sections*/
section {
  padding-top: 3em;
}

/*Adds padding to the top of card elements*/
.hero-wrapper {
  margin-top: 5em;
}



#hero h1 {
  font-family: 'Roboto Slab', serif;
  margin-top: 1em;
  font-size: 4em;
  line-height: 0.95em;
  font-weight: 300;
  padding-bottom: 0.5em;
  /* letter-spacing: -0.03em; */
}

@media (max-width: 50em){
  #hero h1 {
    position: absolute;
  }

  .main-tag-wrapper {
    margin-top: 13em;
  }
}

@media (max-width: 40em){
  .main-tag-wrapper {
    margin-top: 20em;
  }
}

.about-header {
  font-family: 'Roboto Slab', serif;
  margin-top: 3em;
  font-size: 2em;
  line-height: 0.95em;
  font-weight: 500;
}

.about-desc {
  padding-top: 1em;
}

.skill-header {
  font-weight: 700;
  padding-top: 1em;
}

#hero h2 {
  font-size: 2em;
  /* color:rgb(58, 62, 64); */
  padding-top: 1.5em;
  line-height: 1.5em;
  /* padding-bottom: 1em; */
}

#hero p {
  padding-top: 0.2em;
  padding-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 1em;
  max-width: 30em;
}

.container {
  max-width: 60em;
}

#works .col-sm-12 {
  padding-bottom: 1em;
}

/* #works .btn {
  background-color: rgb(106, 138, 175);
  border: none;
  color: white;
}

#works .btn:hover {
  background-color:rgb(70, 99, 131)
} */

#work-hero h1 {
  font-size: 4em;
}

#work-hero h2 {
  line-height: 1em;
  padding-bottom: 0.5em;
}

#work-hero-image {
  width: 100%;
  object-fit: cover;
}

.work-hero-image-div {
  width: 100%;
  height: 30em;
  margin-top: -8em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
}

#work-hero-duolingo {
  background-image: url("../img/duolingo/card.jpg");
}

#work-hero-wander {
  background-image: url("../img/wander/card-light.jpg");
  background-position: center center;
}

#work-hero-gallery {
  background-image: url("../img/gallery/hero.svg");
  background-position: center center;
}

#work-hero-bada {
  background-image: url("../img/bada/hero.svg");
  background-position: center center;
}

#work-hero-okatomo {
  background-image: url("../img/okatomo/card.jpg");
}

#work-body {
  padding-top: 2.25em;
  margin-left: 1em;
  margin-right: 1em;
}

#work-body h2 {
  padding-top: 1em;
}

.work-copy h3 {
  color: #6a6a6a;
  font-size: 1.25em;
  text-transform: uppercase;
  padding-top: 1.2em;
}

.work-img-medium {
  padding-top: 3em;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 25em;
}

.work-img-large {
  width: 45em;
}

.work-img-small {
  padding-top: 3em;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 15em;
}

.work-img-fig figcaption {
  text-align: left;
  color:rgba(100, 100, 100, 0.7)
}

/*OVERVIEW CARD*/


.overview-wrapper h2 {
  padding-left: 0.5em;
}

.overview-box {
  display: block;
  background-color: #EAEAEA;
  max-width: 100%;
  padding-left: 0.5em;
  padding-top: 1em;
  border-radius: 1em;
  margin-bottom: 2em;
  margin-right: 2em;
 
}

.overview-box .overview-item {
  display: block;
  padding-bottom: 0.25em;
  text-align: left;
}

.extra-top-padding {
  padding-top: 0.85em;
}

.overview-box .overview-title {
  text-transform: uppercase;
  font-size: 0.85em;
  margin-bottom: 0;
}

.overview-box .overview-body {
  font-size: 1.15em;
  font-weight: 500;
}

.overview-box .overview-copy {
  padding-top: 0.35em;
  padding-left: 3.25em;
}

.overview-box .overview-emoji {
  text-align: left;
  padding-left: 0.45em;
  position: absolute;
  font-size: 1.5em; 
}

/*CONTACT*/
.contact .btn {
  background-color: rgb(106, 138, 175);
  border: none;
  color: white;
}



 /* ABOUT */

 .about-headshot {
  margin-top: 3em;
  margin-bottom: 1em;
  display: block;
  /* margin-right: auto;
  margin-left: auto; */
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
 }

 .about-box {
  display: block;
  background-color: rgba(100, 100, 100, 0.1);
  max-width: 100%;
  margin-top: 3em;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-radius: 1em;
 }

 .about-copy {
   padding-right: 4em;
 }

 /*GALLERY*/

 .gallery-img {
   max-width: 100%;
 }

@media (max-width: 50em) {
  .work-hero-image-div {
    height: 15em;
  }

  .about-copy {
    padding-right: 0em;
  }
}

@media (min-width: 20em){
  .work-img-medium {
    max-width: 100%;
  }
}

@media (min-width: 50em){

  .work-img-fig figcaption {
    text-align: center;
    padding-bottom: 1em;
  }

  .dropdown {
    margin-top: 0.5em;
  }

  .work-img-medium {
    max-width: 35em;
  }

  #works .col-sm-12 {
    padding-right: 0;
  }
}

@media (max-width: 62em){
  .navbar-nav li {
    padding: 1em;
    padding-left: 2em;
    background-color: #FFFF;
  }

  .nav-bar {
    padding-bottom: 5em;
    background-color: #007bff;
  }
}


/** Hero section **/

h1 .txt-rotate {
  font-weight: 700;
}
 


/** Cards **/

.card-tag-wrapper {
  display: flex;
  gap: 1em;
}

.card-tag {
  padding: 0.5em 0.8em;
  font-weight: bold;
  text-align: center;
  background: rgba(0, 0, 0, 0.065);
  border-radius: 10em;
  display:flex;
  align-items: center;
}

.jump-to-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  max-width: 10em;
  top: 0;
  position: sticky;
}

.jump-to-list a {
  padding: 0.5em 1em;
  background: rgba(70, 88, 149, 0.05);
  text-align: left;
  border-radius: 10em;
  color: rgb(70, 89, 149);
  font-weight: 500;
  /* border: solid 1px rgb(70, 89, 149); */

}

.jump-to-list a:hover {
  opacity: 0.3;
  text-decoration: none;
}

.section-arrived {
  opacity: 0.5;
}

