<!DOCTYPE html>
<html>
<head>
  <title> Star-Jasmine </title>
  <link href="https://starjasmine.neocities.org/Favicon/Favicon6.png" rel="shortcut icon" type="image/x-icon">
  <link rel="stylesheet" href="styles.css" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0">

<style>

body {
  margin: 0;
  background-color: #384034;
}

div.polaroid {
  width: 90%;
  background-color: #e5dbd6;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 4px solid;
  border-color: #1e261f;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 50px;
  margin-top: 35px;
  margin-left: 30px;
}

div.container {
  text-align: left;
  line-height: .5;
  padding-left: 20px;
}

@font-face {
font-family: "CanyonRegular";
src: url(https://starjasmine.neocities.org/Fonts/Canyon_Web/CanyonRegular.woff2);

}

@font-face {
font-family: "CanyonBold";
src: url(https://starjasmine.neocities.org/Fonts/Canyon_Web/CanyonBold.woff2);

}

@font-face {
  font-family: "Nasalization";
  src: url(https://starjasmine.neocities.org/Fonts/Nasalization_Web/Nasalization.woff2);
}

h1 {
  font-family: "Nasalization";
  font-size: 60px;
  margin-top: 32px;
  color: #f2dfd6;
  line-height: .25;
  }

  h2 {
  font-family: "Nasalization";
  font-size: 25px;
  color: #f2dfd6;
  line-height: .25;
  }

  h3 {
  font-family: "CanyonBold";
  font-size: 20px;
  color: #f2dfd6;
  line-height: .25;
  }

  h4 {
  font-family: "CanyonRegular";
  font-size: 18px;
  color: #1e261f;
  line-height: .25;
  }

  h5 {
  font-family: "CanyonRegular";
  font-size: 18px;
  color: #f2dfd6;
  line-height: .25;
  }

.sidebar {
  padding-top: 10px;
  margin-left: 100px;
  padding: 10px;
  width: 200px;
  background-color: #1e261f;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  padding-top: 10px;
  display: block;
  font-family: "CanyonRegular";
  font-size: 20px;
  color: #f2dfd6;
  padding: 16px;
  text-decoration: none;
}
 /* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding-top: 10px;
  padding: 16px;
  margin-top: 10px;
  font-family: "CanyonRegular";
  text-decoration: none;
  font-size: 20px;
  color: #f2dfd6;
  display: block;
  border: none;
  background: none;
  background-color: #1e261f;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f2dfd6;
  background-color: #29312a;
}
.sidebar a.active {
  padding-top: 10px;
  background-color: #384034;
  color: #f2dfd6;
}

.sidebar a:hover:not(.active) {
  background-color: #29312a;
  color: #f2dfd6;
}


div.content {
  margin-left: 350px;
  font-family: "CanyonRegular";
  position: relative;
  z-index: 1000;
  font-size: 14px;
  padding-top: 10px;
  padding: 1px 16px;
  height: 7px;
  display:flex;
  flex-direction: column;
}

div.content2 {
  margin-left: 0;
  margin-right: 600;
  margin-top: 0px;
  padding-top: 10px;
  position: fixed;
  margin-bottom: 0;
  height: 100%;
}

div.content3 {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 0px;
  right: 0%;
  position: absolute;
  bottom: 50;
  max-width: 60%;
  height: auto;
  position: fixed;
  bottom: 0%;
  display:inline-block;
  max-width: 55%;
  height: auto;
}

@media only screen and (max-width: 700px) {
  .content2 {
    display: none;
    }
    }  

@media only screen and (max-width: 700px) {
  .content3 {
    position: fixed;
    bottom: 0%;
    display:inline-block;
    max-width: 60%;
    height: auto;
    }
    }  

/* Add an active class to the active dropdown button */
.active {
  background-color: #384034;
  color: #f2dfd6;
  margin-top: 0%;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #2b362d;
  padding-left: 0px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  color: #f2dfd6;
  padding-right: 10px;
}

@media screen and (max-width: 700px) {
  .sidebar {
    margin-left: 0px;
    z-index: 1000;
    width: 100%;
    text-align: center;
    height: auto;
    display: block;
    position: fixed;
    
  }
  .sidebar a {float: left;}
  div.content {
  margin-top: auto;
  z-index: 900;
  margin-left: 0;
  bottom: 0%;
  height:auto;
  width: 70%;
  overflow: hidden;
  position:fixed;;
  display:flex;
  flex-direction: column;}

}

@media screen and (max-width: 700px) {
  .dropdown-container {
  display: none;
  background-color: #2b362d; 
  padding-left: 0px;
}
div.content {
  margin-top: auto;
  margin-left: 0;
  bottom: 0%;
  height:auto;
  width: 70%;
  overflow: hidden;
  position:fixed;
  flex-direction: column;
  display:flex;
  flex-direction: column;}
    
}

@media screen and (max-width: 400px) {
  .sidebar a {
    position: relative;
    text-align: center;
    float: center;
    margin-left: 0px;
    
  }
  div.content {
  margin-top: 80%;
  padding-top: 70%;
  margin-left: 0;
  height:100%;
  width: 80%;
  overflow:auto;
  padding-top:75%;
  position:fixed;
  display:flex;
  flex-direction: column;}


}
</style>
</head>

<body>
  
<div class="sidebar">
  <a style="font: size 20px;" class="active" href="https://starjasmine.neocities.org/" > Home </a>
  <button class="dropdown-btn">Art 
    <i class="fa fa-caret-down"></i>
  </button>
  <div class="dropdown-container">
    <a href="https://starjasmine.neocities.org/Art_Pages/GraphicDesign"> Graphic Design </a>
    <a href="https://starjasmine.neocities.org/Art_Pages/PaintingIllustration"> Painting and Illustration </a>
    <a href="https://starjasmine.neocities.org/Art_Pages/SketchesProgress"> Sketches and Progress </a>
  </div>
  <button class="dropdown-btn">Photography 
    <i class="fa fa-caret-down"></i>
  </button>
  <div class="dropdown-container">
    <a href="https://starjasmine.neocities.org/Photography_Pages/Coll">Isle of Coll</a>
    <a href="https://starjasmine.neocities.org/Photography_Pages/mull">Isle of Mull</a>
    <a href="https://starjasmine.neocities.org/Photography_Pages/California">California</a>
    <a href="https://starjasmine.neocities.org/Photography_Pages/glasgow">Glasgow</a>
    <a href="https://starjasmine.neocities.org/Photography_Pages/subcity">Subcity</a>
    <a href="https://starjasmine.neocities.org/Photography_Pages/people">People</a>
    <a href="https://starjasmine.neocities.org/Photography_Pages/other">Etc.</a>
  </div>
  <button class="dropdown-btn">Music 
    <i class="fa fa-caret-down"></i>
  </button>
  <div class="dropdown-container">
    <a href="https://starjasmine.neocities.org/Music_Pages/Radio">Radio</a>
    <a href="https://www.subcity.org/show/faultlines">Fault Lines</a>
    </div>
  <button class="dropdown-btn">Etc. 
    <i class="fa fa-caret-down"></i>
  </button>
  <div class="dropdown-container">
    <a href="https://starjasmine.neocities.org/Etc_Pages/Recipes">Recipes</a>
    <a href="https://starjasmine.neocities.org/Etc_Pages/Contact">Contact</a>
    </div>
  </div>

  <div class="content">
    <h1>Hello</h1>
    <h5> My name is Skyler, and welcome to my website. </h5>
    <h5> A lot of it is under construction </h5>
    <h5> but feel free to explore what you can! </h5>
    <h5> Art, Photography, Music, etc...</h5>
    <h3>Enjoy :) </h3>
  </div>
  
  <div class="content2">
    <img src="https://starjasmine.neocities.org/Graphics/Option_5.png" width="100px" alt="Vines" style="float:left" > 
  </div>

  <div class="content3">
    <img src="https://starjasmine.neocities.org/Graphics/trial3.png" width="95%" alt="Vines" style="float: right" > 
  </div>
  
<script>
  /* Loop through all dropdown buttons to toggle between hiding and showing its dropdown content - This allows the user to have multiple dropdowns without any conflict */
  var dropdown = document.getElementsByClassName("dropdown-btn");
  var i;
  
  for (i = 0; i < dropdown.length; i++) {
    dropdown[i].addEventListener("click", function() {
      this.classList.toggle("active");
      var dropdownContent = this.nextElementSibling;
      if (dropdownContent.style.display === "block") {
        dropdownContent.style.display = "none";
      } else {
        dropdownContent.style.display = "block";
      }
    });
  }
  </script>
</body>
</html>
