/*GLOBAL STYLES*/
body {
	margin: 0;
	padding: 0;
	background-color: #f8f9fa;
}

nav ul {
	padding: 0;
}

/*END GLOBAL STYLES*/

/*ID STYLES*/

#top {
	border-bottom: 1rem solid gold;
}

#navbarHeader {
	background-color: #f5f5f5;
}

#navbarHeader ul {
	padding-left: 1rem;
}

#back-to-top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 60px;
	height: 60px;
	background: #03539e;
	border-radius: 100%;
	font-size: 40px;
}

#subDropdown1 ul li {
	position: relative;
	
}

#subDropdown2 ul li {
	position: relative;
}
/*END ID STYLES*/

/*CLASS STYLES*/
.main-padding {
	padding: 20px;
}

.header-nav {
	padding-top: 10px;
}

.header-nav li {
	list-style: none;
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.page-title {
	margin: .5rem;
	color: #fff;
	font-size: 1.7rem;
}

.bg-unrivaled {
	background-color: #03539e;
}

.text-unrivaled,
h2,
a {
	color: #03539e;
}

.wordmark {
	margin-right: 2rem;
	width: 10rem;
}


.last-modified {
	font-size: .75rem;
	text-align: center;
	font-style: italic
}

.copyright {
	border-top: 1px solid #e9ecef;
	font-size: .75rem;
	text-align: center;
}

.wordmark-left {
	margin-left: 2rem;
	width: 10%;
}

.yes::before {
	content: " \f00c  ";
	font-family: FontAwesome;
	color: green;
}

.no::before {
	content: " \f00d  ";
	font-family: FontAwesome;
	color: red;
}

.row {
	display: flex;
	flex-wrap: wrap;
	clear: right;

}

.column {
	min-width: 300px;
	padding: 15px;
}

.ul-two {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style: none;
	margin: 0;
	padding: 0;
	column-gap: 0;
	vertical-align: middle;
	border: 2px solid black;
}

.li-two {
	min-width: 60%;
	font-size: 20px;
	height: 60px;
	border: 0.5px solid black

}

.tech-specs {
	border: #03539e solid 4px;
    padding: 20px;
    border-radius: 2em;
}

/*END CLASS STYLES*/

/*test*/


	.imgLink { border: none; background: none; }
	.imgLink img
	{
	  height: 8rem;
	}
	.imgLink:active img, .imgLink:focus img
	{
	  height: 16rem;
	}

/*Inline css*/

	.steps{
		text-align: left;
	}

	@media (max-width: 768px)
	{
	   .step-description 
	   {
		   word-wrap: break-word;
		   overflow-wrap: break-word; /* For compatibility with older browsers */
	   }
   }

   .breadcrumb-left {
	display: flex;
	justify-content: left;
	margin-bottom: 20px; /* Add margin bottom for space between breadcrumb and buttons */
	font-size: 1.25em;
	}

   .breadcrumb-container {
	   margin-bottom: 20px;
   }

   .step-card {
	   border: 2px solid #007bff;
	   border-radius: 10px;
	   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	   margin-bottom: 20px;
	   padding: 20px;
	   background-color: #ffffff;
	   overflow: hidden; /* Hides overflowing content */
	   word-wrap: break-word;
   }

   .step-icon {
	   font-size: 3rem;
	   color: #007bff;
   }

   .step-number {
	   font-size: 2rem;
	   font-weight: bold;
	   color: #007bff;
   }

   .step-title {
	   font-size: 1.5rem;
	   font-weight: bold;
	   margin-top: 10px;
   }

   .step-description {
	   font-size: 1.2rem;
	   /* color: 6c757d;  Old gray, changed to a little darker for accessibility*/
	   color: #474d52; 
	   margin-top: 10px;
	   padding-bottom: 20px;
   }
   .d-flex-justify-content-center {
	margin-left: 10px; /* Adjust margin between buttons */
	}
	body 
	{
	  background-color: #f8f9fa;
	}
	
	.btn-group1 
	{
	  margin-right: 10px; /* Adjust margin between buttons */
	}
	.centered 
	{
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 50%;
	}
	.container-left 
	{
	  text-align: left;
	}
	.container-center 
	{
	  text-align: center;
	}

	.yellow-warning 
	{
	  display: block;
	  background-color: #e6e600;
	  border: 20px;
	  margin: 20px;
	  padding: 20px;
	  border-radius: 10px;
	}
	.red-warning 
	{
	  display: block;
	  background-color: #FF8080;
	  border: 20px;
	  margin: 20px;
	  padding: 20px;
	  border-radius: 10px;
	}
	.guidance 
	{
		display: block;
		text-align: left;
	}
	.image 
	{
		text-align: center;
		font-size: 2.5em;
	}
	.summary 
	{
		display: block;
		text-align: center;
		font-weight: bold;
	}
	.quick 
	{
		display: block;
		display: left;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		background-color: lightblue;
		border-radius: 10px;
		padding: 20px;
	}
	.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	
/*Breadcrumb indicator to "click" on the trail*/
	li.breadcrumb-item :hover 
  {
  cursor: pointer;
  }


/*Navbar css*/

.dropdown-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-item{
	text-wrap: wrap;
}
/* Dropdown Divider
/* .dropdown-submenu li{
    border-bottom: 1.5px solid #ccc; 
}

.dropdown-submenu li:last-child {
    border-bottom: none; 
} */
.dropdown-submenu.show {
    display: block;
	margin-top: 0;
} 

.dropdown-menu1 {
	display:none;
	position:absolute;
	top: 1px;
	left: 158px; /*this is needed to tell the submenu to align to the left of li*/
	width: 100%;
	background:white;
}
#DropdownMenu {
	min-width: 100%; /* Ensures the dropdown is at least as wide as the button */
  }
  
  .btn-group-lg .dropdown-menu {
	width: 100%; /* Makes the dropdown menu the same width as the button */
  }
  
.dropdown-menu2 {
	display:none;
	position:absolute;
	top: 30px;
	left: 158px; /*this is needed to tell the submenu to align to the left of li*/
	width: 100%;
	background:white;
}

.dropdown-menu3 {
	display:none;
	position:absolute;
	top: 59px;
	left: 158px; /*this is needed to tell the submenu to align to the left of li*/
	width: 100%;
	background:white;
}

/*Used to make the mouse pointer events work properly*/ 
a#Dropdown.btn.btn-outline-primary.dropdown-toggle
{
	pointer-events: visible;
	cursor: default;
	border-color: #0d6efd;
}


.text-indent 
{
	padding-left: 36px;
}

.text-normal 
{
	padding-top: 16px;
}

.table 
{
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
}
.student-guide {
    margin: 1em;
    padding: 0.5em;
    text-align: center;
    width: 300px;
    border-radius: 1em;
    display: inline-block;
    border: 2px solid #ffcb06;
}
/*Modal Image Stuff*/
.screenshots {
    display: block;
    max-width: 1000px;
    max-width: 100%;
    height: auto;
    /* border: 2px solid #03539e; */
    /* border-radius: 3px; */
}
.has-modal {
    cursor: pointer;
    transition: .3s;
    /* border: black solid 1px; */
    max-width: 100%;
	max-height: auto;
	height: auto;
	/* width: auto; */
    display: inline-block;
}

.has-modal.border{
	border: black solid 1px;
}

.has-modal:hover {  
    filter: brightness(75%);
}

.modal-container {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .9);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%; 
	max-height: 80vh;
	object-fit: contain;
	background-color: transparent;
	
}

.modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1000px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: auto;
}

.modal-container,
.modal-content,
.modal-caption {
    animation-name: fade;
    animation-duration: .6s;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-close-button {
    position: absolute;
    top: 15px;
    right: 50px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.modal-close-button:hover {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

