/*
  Attribute Order:

    Positioning:
      position, top, right, bottom, left, z-index

    Box Model:
      display, width, height, margin, padding, border

    Typography:
      font-family, font-size, color, text-align, line-height
    
    Visual:
      background, box-shadow, opacity

    Animations/Transitions: 
      transition, animation

*/

/* Selects Everything */
* {
  /* Positioning */

  /* Box Model */
  box-sizing: border-box; /* Includes borders and padding etc into total width & height */
  margin: 0;
  padding: 0;

  /* Typography */
  font-family: 'Georgia', serif;
  /* Visual */

  /* Animations/Transitions */
 
}
a:hover{
  color: white;
}

.navbutton{
    padding: 1px;
    display: flex;
    border-style: none;
    background-color: rgba(255, 255, 255, 0);
    font-size: large;
}
.navbutton:hover{
    background-color: rgb(170, 255, 255);
    font-size: larger;
}
a {
    text-decoration: none;
    color: rgb(218, 163, 163);
}
a:visited{
    color:rgb(193, 181, 181);
}
main{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.introPic{
  margin: 40px;
  max-width: 500px;
  min-width: 300px;
}

/* Scrolling News Top Bar */
#car{
    position: static;
    display: inline-block;
    margin-top: 3px;
}

.topbar{
  position: fixed;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
}

.scrollingtxt{
    display:inline-block;
    position: static;
    width: 70%;
    height: 0%;
    border: #D2A3A9;
    border-style: solid;
    border-radius: 30px;
    padding: 5px;
    background-color: white;
}

.scrollingpics{
    position: static;
    justify-items:auto;
    display: flex;
    flex-wrap: wrap;
    margin: 50px;
    width: 90%;
    min-width: 300px;
    border: #D2A3A9;
    border-style: solid;
    border-radius: 0px;
    padding: 5px;
    background-color: white;
    animation: marqueeContent 0.6s linear infinite;
}
@keyframes marqueeContent {
  0% {left: 0px;}
  100% {left: -100px}
}
.scrollingpics img{
  position: static;
  margin: 20px;
  width: 400px;
}

#hearts{
    display: block;
    position: relative;
    height: 3px, 3px, 3px;
    width: 250px, 100px;
}
body{
    padding-left: 0px; /* account for sidebar */
    color: rgb(218, 163, 163);
    cursor: url('assets/cursors/ludwigs-blue-pencils/Blue\ Pencil\ 1\ Normal.cur'), auto;
    background-size: 20px 20px;
    background-image:
        linear-gradient(to right, #EBC3C1 1px, transparent 1px),
        linear-gradient(to bottom, #EBC3C1 1px, transparent 1px); 
}

.topbar{
    position: fixed;
    justify-items:auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: -90px;
    margin-left: 45px;
}

#clock{
    height: 3px, 3px, 3px;
    width: 200px;
    border: solid;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    margin-right: 50px;
    display: flex;
    flex: auto;
    flex-direction: row;
    color: rgb(218, 163, 163);
    background-color: white;
    font-size: 15px;
}
hr {
    color: rgb(218, 163, 163);
}
.textbar{
    display: block;
    color: rgb(218, 163, 163);
    background-color: rgb(254, 238, 238);
    font-size: 15px;
    border-bottom: solid;
    padding: 0px;
}
.textbox1{
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border:  rgb(218, 163, 163);
    border-style: solid;
    color: rgb(218, 163, 163);
    background-color: white;
    margin: 10%;
    padding: 20px;
    font-size: 15px;
    max-width: 800px;
    min-width: 300px;
} 
.text{
    display: block;
    color: rgb(218, 163, 163);
    background-color: rgba(255, 255, 255, 0.262);
    padding: 5px;
    margin: 5px;
    font-size: 15px;
    width: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
}
.sidebar ul {
  list-style: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.2em;
}


.hero {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}
.hero .card{
  align-items: center;
}
.card {
  display: flex;
  color: rgb(218, 163, 163);
  background: #ffffff;
  padding: 20px;
  text-align: center;
  border-color: rgb(218, 163, 163);
  border-style: solid;
  border-radius: 30px;
  box-shadow: 0 0 0px rgba(0,0,0,0.1);
  text-decoration: none;
}
.card:hover{
  color: #ffffff;
  background: rgb(218, 163, 163);
  cursor: url('assets/cursors/ludwigs-blue-pencils/BluePencil15Link.gif'), auto;
  animation: cursor 0.6s linear infinite;
}

@keyframes cursor{
  11% {
    cursor: url(assets/cursors/ludwigs-blue-pencils/bluePencil15LinkFrames/frame_0_delay-0.01s.gif), auto;
  }
  22% {
    cursor: url(assets/cursors/ludwigs-blue-pencils/bluePencil15LinkFrames/frame_1_delay-0.01s.gif), auto;
  }
  33% {
    cursor: url(assets/cursors/ludwigs-blue-pencils/bluePencil15LinkFrames/frame_2_delay-0.01s.gif), auto;
  }
  44% {
    cursor: url(assets/cursors/ludwigs-blue-pencils/bluePencil15LinkFrames/frame_3_delay-0.01s.gif), auto;
  }
  55% {
    cursor: url(assets/cursors/ludwigs-blue-pencils/bluePencil15LinkFrames/frame_4_delay-0.01s.gif), auto;
  }
  66% {
    cursor: url(assets/cursors/ludwigs-blue-pencils/bluePencil15LinkFrames/frame_5_delay-0.01s.gif), auto;
  }
  77% {
    cursor: url(assets/cursors/ludwigs-blue-pencils/bluePencil15LinkFrames/frame_6_delay-0.01s.gif), auto;
  }
  88% {
    cursor: url(assets/cursors/ludwigs-blue-pencils/bluePencil15LinkFrames/frame_7_delay-0.01s.gif), auto;
  }
  100% {
    cursor: url(assets/cursors/ludwigs-blue-pencils/bluePencil15LinkFrames/frame_8_delay-0.01s.gif), auto;
  }
}

.intro {
  text-align: center;
  padding: 40px 20px;
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.features {
  background: #fcfcfc;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 500px;
  padding: 30px 20px;
  text-align: center;
    border:  rgb(218, 163, 163);
    border-style: solid;
}

.features ul {
  list-style: none;
  margin-top: 15px;
}

.features li {
  margin-bottom: 10px;
  font-size: 1em;
}

.gallery-scroll {
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px;
}

.gallery-scroll img {
  height: 150px;
  margin-right: 10px;
  display: inline-block;
}

.audience {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border:  rgb(218, 163, 163);
    border-style: solid;
    color: rgb(218, 163, 163);
    background-color: white;
    margin: 50px;
    padding: 20px;
    font-size: 15px;
    min-width: 300px;
    max-width: 40%;
    
}

.audience ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  list-style: none;
  width: fit-content;
}

.paper-bg {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #f3f1eb;
  transform: rotate(-5deg);
  opacity: 0.3;
}

.paper-bg.right {
  right: 10%;
  top: 10%;
  transform: rotate(5deg);
}

.individual-systems {
  padding: 30px;
  text-align: center;
}


  
.galleryContainer{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.gallery {
  padding: 10px;
  margin: 5px;
  border: 1px solid rgb(218, 163, 163);
  border-width: 3px;
  border-radius: 10px;
  float: left;
  width: 300px;
  background-color: #ffffff;
}
.gallery:hover {
  border: 1px solid #777;
  cursor: url('assets/cursors/ludwigs-blue-pencils/BluePencil15Link.gif'), auto;
  animation: cursor 0.6s linear infinite;
}

.gallery img {
  width: 100%;
  height: auto;
}
.desc {
  padding: 15px;
  text-align: center;
}
.systems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.bundle {
  text-align: center;
  padding: 40px 20px;
}

.custom-planner {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 300px;
  text-align: center;
  padding: 40px 20px;
}

.custom-planner .card {
  margin: 10px;
  padding: 10px 20px;
  
}

footer {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: #fff3f3a0;
  border-style: dashed;
  border-radius: 20px;
  margin: 40px;
  min-width: 450px;
  height: 100px;
}

/* Media query for screens smaller than 768px */
    @media screen and (max-width: 200px) {
        .hide-on-small-screen {
            display: none; /* This hides the element */
        }
    }