* {
margin: 0px;
padding:0px;
font-family: "Roboto", sans-serif;

}

i {
  font-size:18px;
}
  
footer {
  margin-top:20px;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#efefef;
} 
a.disabled {
  /* Make the disabled links grayish*/
  color: gray;
  /* And disable the pointer events */
  pointer-events: none;
}
.myoutline{outline:1px solid gray;}
.studentBooked{color:rgb(0,74,67);}
.svg-icon{width:16px;height:16px;}
/*.netLogo-icon{max-width:155px;max-height:24px;}*/
.netLogo-icon{max-height:24px;!important}
.carousel-control-prev{position:relative;color:#000;!important}
a.carousel-control-prev:hover{position:relative;color:#000;!important}
a.carousel-control-prev:focus{position:relative;color:#000;!important}
.carousel-control-next{position:relative;color:#000;!important}
a.carousel-control-next:hover{position:relative;color:#000;!important}
a.carousel-control-next:focus{position:relative;color:#000;!important}


/*flexbox*/
.c {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  max-height: 100vh;
}

.cards img {
  margin: 10px;
  border: 3px solid #003a78;
  box-shadow: 3px 3px 8px #003a78; 
  max-width: 23vw;
}

.card-img-top {
  width:40%;
}

.center {
  margin: auto;
  width: 50%;
  /* border: 3px solid green; */
  padding: 1%;
  color:white;
}

/* .card-header{
  background-image: linear-gradient(160deg, #0f0c9e 0%, #80D0C7 100%);
} */

.h4{
  text-color: white;
}

.jumbotron {
  padding-left: 20px;
padding-right: 20px;

}

.jbback {
 
background-image: linear-gradient(160deg, #0f0c9e 0%, #80D0C7 100%);

}
.blueHeaderClass{
background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(58,68,180,1) 0%, rgba(24,41,80,1) 81.1% ); 
text-align:center; 
padding:0.04%;
}

.hori-selector{
	display:inline-block;
  position:absolute;
	
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}

.card-img-top {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}
/* this controls homework inside my courses card */
#homework{
  background-color: #f9fcff;
background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%);
}
/* this controls my courses card */
#cr_card{
  background-color: #f9fcff;
  background-image: linear-gradient(147deg, #f9fcff 0%, #dee4ea 74%);
}

.line {
  background-image: url("../images/Rainbow.jpg");
  background-repeat: repeat-x;
  
  background-size:contain;
  width:100%;
  padding-top:1%;}
  
}
.btn-link {
    background-image: linear-gradient(to bottom, #007bff 0%, #0069d9 100%);
    color: #fff;
    border-color: #0062cc;
    
}
.btn-link:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
/* Entry Test */
#instruction {
    text-align: center;
    margin-top: 10px; /* Adjust as needed */
}
#instruction ul {
    list-style-type: none;
    padding: 0;
}
#instruction li {
    margin-bottom: 10px; /* Adjust as needed */
}
.instruction-box {
    background-color: #f8f9fa; /* Bootstrap light gray background color */
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-bottom:10px;
    padding-top:10px;
}
#maincontent-wrapper2 {
      max-width: 1300px;
      margin: 0 auto;
      background-color: #ffffff;
      padding: 20px;
    }
    #rectangle {
    background: rgb(0, 54, 138); /* fallback for old browsers */
    color: white;
    padding: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Adding a shadow effect */
}
#card1{
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0;
}

#padding20 {
  padding-top: 20px;
}

.BlueP{
  background-color:DodgerBlue;
}

#c{                                                   /* round White border logo */
  border-radius: 170px ; 
  border: 3px solid white; 
}
