
HTML {
  background-image: linear-gradient(to right, rgb(229, 247, 0), rgb(255, 165, 0));
}
body {
  background-image: linear-gradient(to right, rgb(229, 247, 0), rgb(255, 165, 0));
}


.navbar {
position:fixed;
display: block;
top:0px;
}


.nav-link{
  font-size: 16px;
}

.nav-item{
  height:25px;
  
}


/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#0060c8!important;
}


.navbar {
  display: block;
  position: relative;
  padding-top:0px;
  padding-bottom:3px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:0 .6rem;
  margin:0 .25rem;
}

  
 

  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 2px solid rgba(0,0,0,.15);
    background-color: #fff;
  }


#questions {
  margin-top:-10px;
  display: block;
  width: 680px;
  height: 580px;
  background-color: yellow;
  margin-left: 40px;
  padding: 0;
}

#q1,#q2,#q3,#q4,#q5,#q6,#q7,#q8,#q9 {
  padding: 0;
  float: left;
  display: inline-block;
  width: 340px;
  height: 290px;
  background: white;
  border-color: black;
  border-width: 3px;
  border-style: solid;
  border-radius: 3px;
  font-color: black;
  font-size: 21px;
  text-align: center;
  }

