/* Fix ValidMind logo size and alignment */
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/Inter/static/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* This breaks Font Awesome and all the icons we use — DO NOT UNCOMMENT */
/* Now set via mainfont: Inter in _quarto.yml */
/* body, * {
  font-family: 'Inter', sans-serif !important;
  -webkit-font-smoothing: auto;
}*/

html {
  scroll-padding-top: 150px;
  scroll-behavior: smooth;
}

/* span:target {
  border: 1px solid #DE257E;
  padding: 5px;
}  */

a {
  color: #DE257E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline 2px solid #083E44;
  /* text-underline-offset: 6px; */
}

a.footnote-ref:hover, a.anchorjs-link:hover {
  /* color: black; */
  text-decoration: none;
}

a.nav-link:hover, a.dropdown-item:hover, a.sidebar-link:hover {
  text-decoration: none;
  color: #DE257E;
}

/* NEW NAVBAR LINKS */
a.nav-link, a.dropdown-item {
  position: relative;
}

a.nav-link:before, a.dropdown-item:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #083E44;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

a.nav-link:hover::before, a.dropdown-item:hover::before {
  transform: scaleX(1);
}

.dropdown-item:active {
  background-color: white;
}

code {
  color: #083E44;
}

.navbar-brand img {
  height: 100%;
  max-height: 25px;
  margin-top: -10px;
}

.navbar {
  border-bottom: 1px solid #dee2e6;
  padding: 15px;
}

.navbar-nav .dropdown-menu {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
  border-radius: 5px; 
  border: 1px solid #222425;
}

.navbar .dropdown-item {
  padding: .2rem .7rem;
}

/*.sidebar .sidebar-navigation {
  background: #faf0f5 !important; 
}*/

.sidebar-navigation .sidebar-divider {
  margin-top: 1rem;
}

.sidebar-item {
  color: #747678;
  padding-top: .3rem;
  line-height: 1.3;
}  

.sidebar-item-container .active {
  position: relative;
}

.sidebar-item-container .active::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  bottom: -0.5rem;
  width: 3px;
  background-color: #de257e;
  margin-left: -0.7rem;
}

div.callout.callout {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
  border: 1px solid #083E44;
  border-left-width: 5px;
  background: #B5B5B510;
}

.callout-title-container {
  color: #083E44;
  margin-bottom: 10px;
}

.card {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
  border-radius: 5px; 
  border: 1px solid #DE257E;
}

.card-title {
  padding-bottom: 0.2rem;
  font-size: 100%;
  font-weight: bold;
  color: #DE257E;
}

.card:hover {
  border: 1px solid #083E44;
  background-color: #B5B5B510;
}

.quarto-grid-item .card-text {
  font-size: .8em;
}

.video-js {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #083E44;
}

pre, pre.python, pre.bash, pre.yaml {
  background-color: #083E4420;
  padding: 15px;
  border-radius: 5px;
}

/* .hero {
  background-color: #1E293B;
  margin-top: -35px;
  padding: 75px;
  padding-right: 250px;
  padding-left: 250px;
  padding-bottom: 25px;
  color: white;
} */

.hero-flex {
  background-color: #083E44;
  margin-top: -35px;
  padding: 75px;
  padding-bottom: 25px;
  color: white;
}

/* .overview {
  padding: 50px;
  padding-right: 200px;
  padding-left: 200px;
} */

.overview-flex {
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
}

/* .support {
  margin-top: 25px;
  margin-left: 200px;
  margin-right: 200px;
  background-color: #10172A;
  padding: 25px;
  padding-left: 100px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 15px;
  color: white;
} */

.support-flex {
  margin-top: 25px;
  background-color: #EAF8FA;
  padding: 25px;
  padding-bottom: 0px;
  border-radius: 15px;
  /* color: white; */
}

.nav-item {
  padding-right: 15px;
}

.navbar-logo {
  padding-right: 20px;
}

.nav-footer {
  padding-top: 25px;
}

.alert, .alert-primary {
  background-color: #DE257E;
}

.quarto-announcement-content, .quarto-announcement-action:before {
  color: white !important;
  padding: 5px;
}

.quarto-announcement-content a {
  color: white !important;
}

.quarto-announcement-content a:hover {
  text-decoration: underline 10px solid;
  text-underline-offset: 10px;
}

.smallcaps {
  font-weight: bold;
  font-size: larger;
}

input[type="checkbox"] {
  width: 1em;
  height: 1rem;
}

input[type="checkbox"][disabled][checked] {
  filter: invert(100%) hue-rotate(18deg) brightness(5);
}

input[type="checkbox"][checked] {
  accent-color: #083E44;
}

.prereq {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 2px solid #083E44;
  /* background-color: #B5B5B510; */
  border-left-width: 0px;
  border-right-width: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 40px;
}

.prereq h2{
  color: #083E44;
}

/* section#footnotes {
  display: none !important;
}

#quarto-appendix.default {
    border-top: none !important;
} */

/* .figure-img
{
  border: 1px solid #222425; 
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); 
  border-radius: 5px;
  padding: 20px;
} */

/* NO MARGIN FOOTNOTES ON MOBILE */
/* @media only screen and (max-width: 767px) {
  .column-margin {
    display: none !important;
  }
} */
