

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #585858;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.733;
}

#main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

#page_container {
    padding: 0 50px;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}

#main>#page_container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#page_content {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 70px;
}

#main>#page_container>#page_content {
    min-width: 0;
    min-height: 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

a {
    color: #6320ee;
    background-color: transparent;
    transition: color .26s cubic-bezier(.25,.8,.25,1);
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h1, h2, h3 {
    margin-top: 1.25em;
    margin-bottom: .75em;
}

h4, h5, h6 {
    margin-top: 1.5rem;
    margin-bottom: .5em;
}

h2 {
    font-size: 1.875rem;
    line-height: 1.25;
}

h3 {
    font-size: 1.625rem;
    line-height: 1.25;
}
td>h3 {
    margin-top: 0;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.5;
}
td>h4 {
    margin-top: 0;
}

.center {
    text-align: center;
}

.font_size_small {
    font-size: 13px;
}
.font_size_medium {
    font-size: 20px;
}
.font_size_large {
    font-size: 36px;
}
.font_size_xlarge {
    font-size: 42px;
}

.menu_container {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.top_logo {
    margin: 0 15px;
    width: 100%;
    max-height: 80px;
    Xwidth: auto;
}
.menu_logo {
    xdisplay: inline-block;
    display: flex;
    width: 25%;
    max-width: 255px;
    min-width: 162px;
}
.menu_spacer {
    xdisplay: inline-block;
    display: flex;
    xflex-grow: 1;
    flex: 1 0 auto;
}
.menu_block {
    xdisplay: inline-block;
    display: flex;
    align-content: center;
    margin: 10px 0px;
    flex: 0 0 auto;
    flex-wrap: wrap;
}
.menu_item {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 15px;
    height: 40px;
    border: 0 ;
    border-radius: 5px;
    background: auto;
}
.menu_item:hover {
    Xcolor: rgba(232, 106, 146, 1);
    color: #EE156E;
    color: rgba(238, 21, 110, 1);
    background: rgba(99, 32, 238, .075);
}
.menu_item_active {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 15px;
    height: 40px;
    border: 0 ;
    border-radius: 5px;
    Xcolor: rgba(232, 106, 146, 1);
    color: #EE156E;
    color: rgba(238, 21, 110, 1);
    background: rgba(99, 32, 238, .075);
}
.menu_button {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    height: 40px;
    border: 0 ;
    border-radius: 5px;
    background: rgb(238, 21, 110);
    Xbackground: rgb(232, 106, 146);
    color: #FFFFFF;
    margin-right: 10px;
}
.menu_button:hover {
    background: #6320EE;
}
.menu_button>a {
    color: #FFFFFF;
}
.menu_icon {
    display: flex;
    xflex-wrap: wrap;
    font-size: 20px;
    font-weight: 500;
    padding: 0px 15px;
    height: 40px;
    border: 0 ;
    border-radius: 5px;
    align-items: center;
}
.menu_fi_icon {
    display: flex;
    xflex-wrap: wrap;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 15px;
    height: 40px;
    border: 0 ;
    border-radius: 5px;
    align-items: center;
}
.menu_icon:hover, .menu_fi_icon:hover {
    Xcolor: rgb(232, 106, 146);
    color: #EE156E;
    color: rgba(238, 21, 110, 1);
    background: rgba(99, 32, 238, .075);
}

@media (max-width: 780px) {
    .menu_container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .menu_block {
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: row !important;
    }
    .menu_item, .menu_item_active {
        padding: 5px 15px 0px 15px;
    }
    .menu_button {
        padding: 5px 10px 0px 10px;
    }
    .menu_icon {
        padding: 10px 15px;
    }
    .menu_fi_icon {
        padding: 3px 15px;
    }
}

/* Dropdown Button */
.Xdropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  Xdisplay: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  top: 50px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
}
.dropdown-content :hover {
  border-radius: 5px;
}

/* Links inside the dropdown */
.dropdown-content a {
  Xcolor: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    Xbackground-color: #ddd;
    Xcolor: rgba(232, 106, 146, 1);
    color: #EE156E;
    color: rgba(238, 21, 110, 1);
    background: rgba(99, 32, 238, .075);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    Xcolor: rgba(232, 106, 146, 1);
    color: #EE156E;
    color: rgba(238, 21, 110, 1);
    background: rgba(99, 32, 238, .075);
}

.lightbox_trigger {
    cursor: pointer;
}
#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.7);
    text-align:center;
    cursor: pointer;
    z-index: 99;
}
#lightbox img {
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    box-shadow:0 0 25px #111;
    max-height:400px;
    margin-top:10%;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 6;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
    background: rgba(0,0,0,.7);
}

/* Modal Content */
.modal-content {
  position: relative;
    background: rgba(0,0,0,.7);
  margin: auto;
  padding: 0;
  top: 20px;
  width: 80%;
  max-width: 450px;
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-height:450px;
}
.modal-content .slide-img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    background: url('https://spayingitforward.com/wp-content/uploads/2021/03/Square-Page-Loading.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #E86A92 !important;
  background-color: rgba(50, 50, 50, 0.8);
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.prev {
  left: -40px;
  border-radius: 3px 3px 3px 3px;
}
.next {
  right: -40px;
  border-radius: 3px 3px 3px 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  /*color: #6320EE !important;*/
  color: #FFFFFF !important;
  /*background-color: rgba(50, 50, 50, 0.8);*/
  background-color: #E86A92 ;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:450px;
    margin:auto;
    padding:20px;
    text-align:left;
    color:#ffffff;
    background-color:#999999;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.profile_link {
  color: #E86A92 !important;
  /*background-color: rgba(50, 50, 50, 0.8);*/
  background-color: #FFFFFF;
  font-size: larger;
  font-weight: 500;
}
.profile_link:hover {
  color: #6320EE !important;
  background-color: #E86A92;
}
