/*
selector {
  property: value; 
  }
*/



@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Tenor+Sans&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Imperial+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');






.Header h1{
  font-family: "Playfair Display SC", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 50pt;
  color:#bd994b;
}

.Header h2{
  font-family: "Tenor Sans", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30pt;
      margin-top: 20px;
    margin-bottom: 25px;
    color:#eddbb7;
}

.Intro h2{
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 33pt;    
    margin-bottom: 25px;
    color:#e0c287;
}

.Intro p{
  font-family: "Raleway", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 17pt;    
    margin-top: 20px;
        margin-left: 25px; /* Adds space to the left */
    margin-right: 25px; /* Adds space to the right */
}

.Body p{
    font-family: "Raleway", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 15pt;    
    margin-top: 20px;
    margin-bottom: 20px;
        margin-left: 45px; /* Adds space to the left */
    margin-right: 45px; /* Adds space to the right */  
}

.Body h3{
      font-family: "Raleway", serif;
  font-weight: 800;
  font-style: normal;
    font-size: 18pt;    
    margin-top: 20px;
        margin-left: 45px; /* Adds space to the left */
    margin-right: 45px; /* Adds space to the right */
    color:#dbbf7f;
}

h4 {
  font-family: "Imperial Script", serif;
  font-weight: 400;
  font-style: normal;    
  font-size:40px;
  margin-top:30px;
  margin-bottom: 30px;
  margin-left: 25px; /* Adds space to the left */
  margin-right: 25px; /* Adds space to the right */
}

body {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/8/83/Light_background.png');
    background-size: cover; /* Adjusts image to cover the whole background */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents image from repeating */
    background-attachment: fixed;
    color:white;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Navbar Styling */
.Nav-Bar {
    position: fixed; /* Keeps navbar at the top */
    top: 0;
    left: 0;
    width: 100%;
    background-color: #333; /* Dark background for a modern look */
    padding: 15px 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
    z-index: 1000; /* Ensures navbar stays above other content */
}

/* Navbar links */
.Nav-Bar a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;
    padding: 10px 15px;
    display: inline-block;
    transition: color 0.3s, background-color 0.3s;
    border-radius: 5px;
}

/* Hover effect */
.Nav-Bar a:hover {
    background-color: #555;
    color: #ffcc00;
}

/* Active link effect (optional) */
.Nav-Bar a:active {
    background-color: #222;
}

/* Add padding so content doesn't get hidden behind navbar */
body {
    padding-top: 100px; /* Adjust based on navbar height */
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    line-height: 1.6; /* Improves readability */
    padding-left: 10%;
    padding-right: 10%;
}





/* Centers all text and headings */
body {
    text-align: center;
}






/* Pair styling: Float the elements */
.pair1 {
    clear: both; /* Clears the floats */
}

/* Image1: float right */
.image1 {
    float: right; /* This will make the image float to the right */
    margin-left: 20px; /* Adds space between the image and text */
    width:35%;
    margin-right:200px;
}

/* Text .1: float left */
.1 {
    float: left; /* This will make the text float to the left */
    max-width: 50%; /* Limit the width of the text to prevent it from being too wide */
    margin-right: 20px; /* Space between text and image */
}

/* Clearfix: Ensures the floating elements do not affect the layout */
.pair1::after {
    content: "";
    clear: both;
    display: table;
}









/* Pair styling: Float the elements */
.pair2 {
    clear: both; /* Clears the floats */
}

/* Image1: float right */
.image2 {
    float: left; /* This will make the image float to the right */
    margin-right: 50px; /* Adds space between the image and text */
    margin-left:10px;
      max-width: 100%; /* Makes sure images never overflow */
    width:60%;



}

/* Text .1: float left */
.2 {
    float: right; /* This will make the text float to the left */
    max-width: 35%; /* Limit the width of the text to prevent it from being too wide */
    margin-left: 20px; /* Space between text and image */
    margin-right:20px;
}


/* Clearfix: Ensures the floating elements do not affect the layout */
.pair2::after {
    content: "";
    clear: both;
    display: table;
}





/* Styles specifically for the sources page */
.Research ol, .Photos ol {
    list-style-type: none; /* Removes numbers */
    padding: 0;
}

.Research li, .Photos li {
    margin-bottom: 15px; /* Adds space between each source */
}

/* Style links as buttons */
.Research a, .Photos a {
    display: inline-block; 
    background-color: #ccc5b6; /* Change to whatever color you like */
    color: black; /* Text color */
    text-decoration: none; /* Remove underline */
    padding: 10px 15px; /* Button padding */
    border-radius: 8px; /* Rounded corners */
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
}

/* Change color when hovered over */
.Research a:hover, .Photos a:hover {
    background-color: #fcebc7; /* Darker yellow */
}

/* Optional: Make the links slightly bigger */
.Research a, .Photos a {
    font-size: 16px;
}







/* Style for links under images on the Info page */
.image1 a,
.image2 a,
.image3 a,
.Info a,
.Home a {
    font-family: inherit; /* Keeps the same font as the rest of the text */
    font-size: 12px; /* Makes the text small */
    text-decoration: none; /* Removes underline */
    color: #555; /* Subtle text color */
    background-color: rgba(0, 0, 0, 0.05); /* Light background for button-like effect */
    padding: 3px 6px; /* Adds padding to make it look like a button */
    border-radius: 5px; /* Soft rounded edges */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition effect */
}

/* Hover effect */
.image1 a:hover,
.image2 a:hover,
.image3 a:hover,
.Info a:hover,
.Home a:hover {
    background-color: rgba(0, 0, 0, 0.2); /* Darker background on hover */
    color: #000; /* Slightly darker text on hover */
}




body {
    padding-bottom: 100px; /* You can adjust the 100px to however much space you want */
}