* {
  margin: 0;
  padding: 0;
  /* font-family: 'Roboto', sans-serif; */
}

.video-name-font {
  font-family: 'Roboto'; 
  font-size: 12px;
}

body {
  background: #fafafa;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

.bg-steel {
  background-color: #5f788a;
}

#cookie-consent-container {
    z-index: 2001; /* This value should be higher than the z-index of the navbar */
    position: relative; /* Ensure it has a position value other than 'static' for z-index to work */
}



.main-content {
    padding-top: 60px;  /* Adjust this value according to your navbar height */
}

.navbar {
  background-color: #fafafa !important;
  font-size: 0.9rem;
}

.navbar-thin {
    padding-top: 0.20rem;
    padding-bottom: 0.20rem;
}

/* Default order for larger screens */
.navbar-collapse .d-flex {
    order: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    max-height: 80px;  /* Adjust this value according to your needs */
    max-width: 150   /* To keep the navbar brand image responsive */
}





/* Change order for smaller screens */
@media (max-width: 991.98px) {
    .navbar-collapse .d-flex {
        order: 100; /* A large number to ensure it's the last item */
    }
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

/* ... Your existing styles ... */

.bg-beige {
    background-color: #F5DEB3; /* This is a common beige color. Adjust to your preference. */
}

/* Change Font Color on Hover */
.navbar-collapse .navbar-nav .nav-link:hover {
    color: #428bca; /* This is a blue color. Adjust to your preference. */
}


.navbar-beige .navbar-toggler-icon {
    filter: invert(1); /* This inverts the colors of the icon so it's visible on a light background */
}

.navbar-beige .nav-item.nav-link, .navbar-beige .navbar-brand {
    color: #333; /* Dark color for better visibility on beige background */
}

.navbar-beige .nav-item.nav-link:hover {
    color: #555; /* Slightly darker color on hover */
}

.site-header .navbar-nav .nav-link,
.site-header .navbar-brand {
    color: #000;
}

/* navbar-toggler-icon change color on the white background */
.site-header .navbar-toggler-icon {
    filter: invert(1);
}



@media (max-width: 767px) {
    .navbar, /* Add this to target the navbar itself */
    .navbar-collapse {
        background-color: black; /* Change background color on mobile */
    }

    .navbar-collapse .navbar-nav .nav-link,
    .navbar-collapse .navbar-brand {
        color: #ffffff;
    }

    .navbar-collapse .navbar-nav .nav-link:hover {
        color: #cccccc; /* Slightly lighter shade of white on hover */
    }

    /* Change Font Color on Hover */
    .navbar-collapse .navbar-nav .nav-link:hover {
        color: #428bca; /* This is a blue color. Adjust to your preference. */
    }
}
.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;

}

.content-news {
    font-family: 'Fira Code', monospace;
    height: 50%;
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.devoriales-code-style-fonts {
    font-family: 'Fira Code', monospace;

}

.news-icon {
    width: 20px; /* or any desired size */
    height: 20px;
    margin-right: 10px; /* some spacing between the image and the text */
    vertical-align: middle; /* to align it with the text */
}

.news-text {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
}

@keyframes flashing {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 0; }
}

.flash-text {
    animation: flashing 3.5s infinite; /* x seconds duration, infinite times */
}

.media-body {
  color: #fff;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  color: #333;
  white-space: pre-line;
  
  
  
}

.article {
  text-align: center;
}
.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.jumbo-img {
  display: block;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
    
}


.jumbotron {
  margin: 50px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}



.overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    cursor: pointer;
}



/* Contact Form */


.container-contactus {
  margin: auto;
  width: 50%;
  margin: 0 auto;
  position: relative
}

#contactus {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
  background: #F9F9F9;
  padding: 25px;
  margin: 50px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24)
}

.jumbo-text {
  margin: auto;
}

#contactus h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px
}

#contactus h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%
}

#contactus input[type="text"],
#contactus input[type="email"],
#contactus input[type="tel"],
#contactus input[type="url"],
#contactus textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px
}

#contactus input[type="text"]:hover,
#contactus input[type="email"]:hover,
#contactus input[type="tel"]:hover,
#contactus input[type="url"]:hover,
#contactus textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa
}

#contactus textarea {
  height: 100px;
  max-width: 100%;
  resize: none
}

#contactus button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #f0715f;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px
}

#contactus button[type="submit"]:hover {
  background: #f07150;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out
}

#contactus button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5)
}

#contactus input:focus,
#contactus textarea:focus {
  outline: 0;
  border: 1px solid #aaa
}

::-webkit-input-placeholder {
  color: #888
}

:-moz-placeholder {
  color: #888
}

::-moz-placeholder {
  color: #888
}

:-ms-input-placeholder {
  color: #888
}


/* Cards at Home page */

.card {
  margin: 10px;
  padding: 5px;
  height: 25px;
}

.home-cards {
  margin-top: 10em; 


  
}

.highlight-words {
  font-weight: bold;
  color: #428bca;
  
}

.container-arch {
  margin:auto;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;


}
.container {

  width: 100%;
  justify-content: center;
  align-items: center;
  
}

.container-article {
  margin-top: 15px;
  justify-content: center;
  align-items: center;
}


.post-image {
  height: auto;
  width: 50px;
}



.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.container-main {
  margin: auto;
  margin: 1 auto;
  position: relative
}

.progress-style {
  width: 60%;
  display: inline-block;
}

@media (max-width: 700px){
  .progress-style {
    width: 70%;
  }

  .g-recaptcha {
    transform:scale(0.6);
    transform-origin:0 0;
  }
}

@media (max-width: 275px) {
  .g-recaptcha {
  transform:scale(0.4);
  transform-origin:0 0;
}
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (max-width: 600px) {
  .article-title {
    font-size: 1.2rem;
  }
}

#title-nav {
  color: red;
  font-weight: bold;
  
}

.course {
  display: grid;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10px;
  margin: 10px;
}




.tickerwrapper {
  /* the outer div */
  
  height: 45px;
	color: #000;
	font-size: 30px;
	white-space: nowrap;
	font-family: 'museo_sans700';
  overflow: hidden;
	position: relative;
  margin-top: 10vh;
}

ul.list {
  position: relative;
  list-style: none;
  padding:0;
  margin:0;
}

ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

ul.list li {
  float: left;
  padding-left: 20px;
  font-size: 20px;
}

.d-grid {
  margin-top: 0.2rem;
}


.fade-in-text-home { animation: fadeIn 3s; }

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.fade-in-text { animation: fadeIn 1s; }

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


/* Fade in left */
.fade-in-text-left{
 -webkit-animation: fadeInLeft 1.2s both; /* Safari 4+ */
 -moz-animation: fadeInLeft 1.2s both; /* Fx 5+ */
 -o-animation: fadeInLeft 1.2s both; /* Opera 12+ */
 animation: fadeInLeft 1.2s both; /* IE 10+, Fx 29+ */
} 

/* Safari 4+ */
@-webkit-keyframes fadeInLeft {
 0% {
     opacity: 0;
     -webkit-transform: translateX(-50px);
 }
 100% {
     opacity: 1;
     -webkit-transform: translateX(0);
 }
}

/* Fx 5+ */
@-moz-keyframes fadeInLeft {
 0% {
     opacity: 0;
     -moz-transform: translateX(-50px);
 }
 100% {
     opacity: 1;
     -moz-transform: translateX(0);
 }
}

/* Opera 12+ */
@-o-keyframes fadeInLeft {
 0% {
     opacity: 0;
     -o-transform: translateX(-50px);
 }
 100% {
     opacity: 1;
     -o-transform: translateX(0);
 }
}

/* IE 10+, Fx 29+ */
@keyframes fadeInLeft {
 0% {
     opacity: 0;
     transform: translateX(-50px);
 }
 100% {
     opacity: 1;
     transform: translateX(0);
 }
}




/* Fade in right */
.fade-in-text-right {
 -webkit-animation: fadeInRight 1.2s both; /* Safari 4+ */
 -moz-animation: fadeInRight 1.2s both; /* Fx 5+ */
 -o-animation: fadeInRight 1.2s both; /* Opera 12+ */
 animation: fadeInRight 1.2s both; /* IE 10+, Fx 29+ */
} 

@-webkit-keyframes fadeInRight {
 0% {
     opacity: 0;
     -webkit-transform: translateX(50px);
 }
 100% {
     opacity: 1;
     -webkit-transform: translateX(0);
 }
}

@-moz-keyframes fadeInRight {
 0% {
     opacity: 0;
     -moz-transform: translateX(50px);
 }
 100% {
     opacity: 1;
     -moz-transform: translateX(0);
 }
}

@-o-keyframes fadeInRight {
 0% {
     opacity: 0;
     -o-transform: translateX(50px);
 }
 100% {
     opacity: 1;
     -o-transform: translateX(0);
 }
}

@keyframes fadeInRight {
 0% {
     opacity: 0;
     transform: translateX(50px);
 }
 100% {
     opacity: 1;
     transform: translateX(0);
 }
}
#upload-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* For devices larger than or equal to 1200px */
@media (min-width: 1200px) {
    .circle-image {
        width: 70%;
    }
}

/* For devices smaller than 1200px but larger than or equal to 992px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .circle-image {
        width: 60%;
    }
}

/* For devices smaller than 992px but larger than or equal to 768px */
@media (min-width: 768px) and (max-width: 991.98px) {
    .circle-image {
        width: 70%;
    }
}

/* For devices smaller than 768px */
@media (max-width: 767.98px) {
    .circle-image {
        width: 100%;
    }
}


@keyframes blink {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

.blinking-cursor {
    animation: blink 1s infinite;
    font-weight: bold;
}



.terminal {
    background-color: #2E2E2E;
    padding-bottom: 10px;
    font-family: 'Courier New', monospace;
    color: #33FF33;
    white-space: pre;
    width: 100%;
    max-width: 100%;
    height: 150px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    line-height: 1.5; /* Corrected: Added missing semicolon */
    overflow: hidden;
    margin-bottom: 10px;
}

/* #typed-output {
    max-width: 80%;
    display: inline;
    padding-left: 10px;
} */

@media (max-width: 768px) {
    .terminal {
        font-size: 0.9rem;
    }

    #typed-output {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .terminal {
        font-size: 0.8rem;
    }
}
@media (max-width: 400px) {
    .terminal {
        font-size: 0.6rem;
    }
}


.btn-dimmed-grey {
    background-color: #9d91ba; /* Bootstrap secondary color */
    opacity: 0.50; /* Adjust opacity for dimming effect */
}
.btn-dimmed-admin {
    background-color: #c065ca; /* Bootstrap secondary color */
    opacity: 0.50; /* Adjust opacity for dimming effect */
}
.btn-dimmed-grey:hover {
    background-color: #5a6268; /* Slightly darker for hover effect */
    opacity: 1; /* Reset opacity to full on hover */
}
