@font-face {
  font-family: "Noto";
  src: url("fonts/NotoSans-VariableFont_wdth,wght.ttf");
} 

/*Layout*/

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  gap: 25px;
}

.content.narrow {
  padding: 0;                                                                       
  max-width: 1000px;
  width: 90%;
}

.content.tutorial_start {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 50px;
}

.content.tutorial {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  gap: 25px;
}

.tutorial_column{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 25px;
  width: 100%
}

.tutorial_column img{
  width: 90%;
}

/*content organization*/

.columns.two{
  display: grid;
  width: 100%;
  grid-template-columns: 49% auto;
  gap: 25px;
}

.columns.three{
  display: grid;
  width: 100%;
  grid-template-columns: 33% 33% auto;
  gap: 25px;
}

.tile {
  border-radius: 15px;
  padding: 25px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  
  color: #fafafa;
  background: linear-gradient(180deg, rgba(83, 85, 87, 0.9) 0%, rgba(14, 15, 15, 0.9) 100%);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(255, 255, 255, 0.3), inset 0px -2px 1px rgba(0, 0, 0, 0.4);
}

.tile.horiz {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 25px;
  justify-content: space-between;
}

.tile.horiz img{
  height: 150px;
  border-radius: 5px;
  filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.25));
border-radius: 5px;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.tile.img{
  gap: 15px;
  padding: 15px;
}

.tile.img img{
  width: 100%;
  border-radius: 5px;
    filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.25));
border-radius: 5px;
}

.swatch {
  padding: 25px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  
  border-radius: 15px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3), inset 0px 2px 1px rgba(255, 255, 255, 0.3), inset 0px -2px 1px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 850px) {
  .content {
    padding: 15px;
  }
  .narrow {
    width: 100%;
  }
  .content.tutorial_start, .content.tutorial {
    flex-direction: column;
  }
  .tile.horiz{
    flex-direction: column;
  }
  .nav.desktop{
    display: none;
  }
  .nav.mobile{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    gap: 15px;
  }
  .standalone_img{
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  body{
    background-size: 250vh;
  }
  .tile.horiz img{
    height: 100px;
  }
  .columns{
    grid-template-columns: auto !important;
  }
}

/* Fonts */

a {
  color: #41A3BB;
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: underline;
}

a:has(i) {
  text-decoration: none;
  line-height: 0;
  word-break: normal;
}

a:has(h3, i):hover {
  line-height: 0;
  color: #a5a8a5 !important;
  text-decoration-thickness: 1px;
}

a:visited {
  color: #41A3BB;
}

a.div {
  text-decoration: none;
  line-height: inherit;
  word-break: normal;
}

i{
  filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.25));
  background: linear-gradient(180deg, #878C87 0%, #D3D4D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  }

#curpage{
  background: linear-gradient(180deg, #9ED69B 0%, #5BA84A 48.44%, #69D137 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  margin: 0 0 5px;
  font-weight: normal;
  font-family: "Noto";
  font-style: normal;
  font-size: 36px;
  line-height: 125%;
  text-transform: lowercase;

  filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.25));
  background: linear-gradient(180deg, #878C87 0%, #D3D4D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 330;
}

h2 {
  margin: 0 0 5px;
  font-weight: normal;
  font-family: "Noto";
  font-style: normal;
  font-size: 32px;
  line-height: 125%;
  text-transform: lowercase;

  filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.25));
  background: linear-gradient(180deg, #878C87 0%, #D3D4D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 330;
}

h3 {
  margin: 0;
  font-weight: normal;
  font-family: "Noto";
  font-style: normal;
  font-size: 20px;
  line-height: 125%;
  text-transform: lowercase;

  filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.25));
  background: linear-gradient(180deg, #878C87 0%, #D3D4D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 330;
}

h4 {
  margin: 0;
  font-weight: normal;
  font-family: "Noto";
  font-style: normal;
  font-size: 20px;
  line-height: 125%;
  text-transform: lowercase;

  filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.25));
  background: linear-gradient(180deg, #878C87 0%, #D3D4D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 420;
}

ul {
  margin: 0;
}

p, li {
  text-shadow: 0px -2px 1px rgba(0, 0, 0, 0.25);
  color: #E6E6E6;
  font-family: Noto;
  font-size: 14px;
  margin: 0;
  font-weight: 420;
}

sub {
  text-shadow: 0px -2px 1px rgba(0, 0, 0, 0.25);
  color: #E6E6E6;
  font-family: Noto;
  margin: 5px 0 0 0;
  font-weight: 420;
}

gallery{
    margin:8px;
    border:1px;
    float:left;
    width:300px;
}

gallery img{
    width:90%;
    height:auto;
}