/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*
bf7c0b - mid brown
e7d2a7 - light brown
89a324 - mid green
5c5441 - dark green/brown


f8ffff - very light blue
e0ffff - light blue
2fcbfe - mid blue
04689a - dark blue
*/

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  margin-bottom: 30px;
  font-family: 'Ubuntu', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
    flex: 1;
}

.container {
    margin-top: 20px;
}

.mt-5 {
    margin-top: 10px !important;
}

.footer {
  width: 100%;
  background-repeat: repeat ;
  border-top: 1px solid #04689a;
  margin-top: 30px;
  padding-top: 10px;
  color: #111111;
}

/* Customise the navbar */

.navbar-light {
  	border-bottom: 1px solid #04689a;
    background-repeat: repeat-x;
}

.navbar-light .navbar-brand {
	color: #111111;
	font-weight: bold;
}

.navbar-brand {
	padding: 5px 20px 3px 10px;
}

.strapline {
	color: #04689a;
	font-size: 80%;
	font-weight: normal;
}

.navbar-light .navbar-nav > .nav-item > a
{
	color: #010101;
}

.navbar-light .navbar-nav > .nav-item > a:focus, 
.navbar-light .navbar-nav > .nav-item > a:hover 
{
	color: #04689a;
}

.navbar-light .navbar-nav > .active  a.nav-link, 
.navbar-light .navbar-nav > .nav-item .active > a.nav-link:focus, 
.navbar-light .navbar-nav > .nav-item .active > a.nav-link:hover {
    color: #04689a;
}


/* h tags
-------------------------------------------------- */

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
	color: #111111;
	font-weight: bold;
	font-size: 150%;
}


h2 {
	color: #04689a;
	font-size: 130%;
}

a {
	color: #04689a;
}

.striped-row:nth-child(odd) {
    background-color: #f8f9fa; /* Light gray background for odd rows */
}

.striped-row:nth-child(even) {
    background-color: none; /* Slightly darker background for even rows */
}


.form-group {
  margin: 10px;
}

.form-recent-tags {
  margin: 30px;
}

/* Padding and border styles */
.striped-row {
    padding: 8px;
    border: 1px solid #ddd;
}

.note-container {
  display: flex;
  align-items: center; /* Vertically align items */
  padding-left: 0;
}

.note-container svg {
  margin-right: 12px; /* Add some space between the icon and text */
  min-width: 24px;
}

.note-container svg.recurrence-icon {
  margin-right: 3px; /* Add some space between the icon and text */
}

.note-text {
  flex-grow: 1; /* Allow text to take up remaining space */
  word-wrap: break-word; /* Ensure wrapping on long words */
}

.note-archived {
    text-decoration: line-through;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.link-icon{
    opacity: 60%;
}
