/* This CSS is based on SIMPLE GRID by ZACH COLE 2016 */

/* RESET any default browser styling */
/* you won't need to change anything here, dont touch body {}. */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}
/* we want images to be 100% width of the column they are in within the grid */
/* you should not need to edit this */
img{
  width: 100%;
  margin: 18px 0 18px 0;
}

/******************************************************************************************/



a{
    text-decoration: none;}
 






/* Paragraph FONT STYLES */
/* edit these to reflect how you would like you copy text to appear BELOW you can change */

* {
  /*font-family: 'Open Sans', sans-serif;*/
  color: #080043;
    background: #FFFFFF
}

/* HEADING FONT STYLES */
/* edit these to reflect how you would like you Header text to appear */
/* make choices with your fonts that are suitable on multiple screens/sizes */

h1 {
  font-size:50px;
  /*
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;*/
   {

  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: normal;
}
}
    
    
}

h2 {
  /*font-size: 2rem;
  font-family: 'Roboto', sans-serif;*/
     font-family: "Lora", serif;
  font-weight: <300>;
  font-style: normal;
}

h3 {
  /*font-size: 1.375rem;
  font-family: 'Roboto', sans-serif;*/
     font-family: "Lora", serif;
  font-weight: 300;
  font-style: normal;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: .85rem;
  margin: 18px 0 18px 0;
}

/* POSITIONING */
/* add these classes to position an element */
/* eg: <h1 class="center">A centered title</h1> */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}





/* font */

.titillium-web-extralight {
  font-family: "Titillium Web", serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", serif;
  font-weight: 700;
  font-style: italic;
}
}


/*updated form for a scroll and photos*/ 
/* General Reset */
html, body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    height: 500%;
    width: 500%;
   "image-column::-webkit-scrollbar {
    width: 12px; /* Increase the width of the scrollbar */
    
    
    "image-column img {
    width: 400%; /* Keep this for responsive resizing */
    height: auto; /* Ensures the aspect ratio is preserved */
    margin-bottom: 20px;
}

/* Optional: Increase the size of images within the scroll container */
.image-column {
    max-height: 100vh; /* Adjust the container height to allow for larger images */
    width: 300px; /* Adjust width as necessary */
    overflow-y: scroll;
}

/* boarder*/ 
body {
  border-bottom: 5px solid #9caf88; /* Sage green color */
}


}

.image-column::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Hover color */
}

/* Basic styles for the whole page */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #f4f4f4;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header and main image */
.header-row h2, .header-row h1 {
    text-align: center;
}

.hero-image {
    width: 100%;
    height: auto;
}

/* Main content layout */
.content-row {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
}

/* Left column with images */
.image-column {
    position: sticky;
    top: 20px;
    height: 80vh; /* Keeps the images in view while scrolling */
    width: 300px; /* Adjust width as needed */
    overflow-y: auto;
}

.image-column img {
    width: 100%;
    margin-bottom: 20px;
}

/* Right column with text content */
.col-8 {
    margin-left: 20px;
}

/* Footer */
footer {
    text-align: center;
    margin-top: 40px;
}

/******************************************************************************************/

changing the header 
/* Global Styles */
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

/* Navigation Bar Styles */
.navbar {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Aligns the content to the left */
    padding: 20px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensures the navbar stays on top */
    box-shadow: 0 4px 2px -2px gray; /* Optional: adds shadow for better separation */
}

/* Logo Link */
.logo {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    margin-right: 20px; /* Adds some space between the logo and HOME link */
}

/* Navigation Links */
.nav-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    text-decoration: none;
    margin-left: 20px; /* Adds space between "Anastasia" and "HOME" */
}

.nav-link:hover {
    color: #222;
    text-decoration: underline; /* Adds an underline effect on hover */
}

/* Add padding to the body to prevent content from being hidden under the fixed navbar */
body {
    padding-top: 80px; /* Adjust based on navbar height */
}

/* Adding image behind image*/ 

.image-container {
    background-image: url('img/Leaves(backgroundarticle).jpg');
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the background image */
    position: relative; /* Ensures positioning doesn't affect layout */
    width: 100%; /* Adjust as necessary */
    height: auto; /* Adjust height based on your layout */
}















/******************************************************************************************/


/* ==== GRID SYSTEM ==== */
/* don't need to edit anything from here down */
/* this sets up the responsive grid for you which you can use in your html */

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  p {
    font-size: 1rem;
  }

  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  p {
    font-size: 1.1rem;
  }

  .container {
    width: 75%;
    max-width: 60rem;
  }
}
