body {
  font-family: 'Rubik', sans-serif;
  background-color: #f9f8fa;
}

.navbar-custom{
  background-color: #46166b;
}

.navbar-showcase{
  background-color: #ffffff;
}

header{
  padding:10px 0px 20px 0px;
}

  
#allContent {
  margin: auto;
  font-size: 20px;
}
  
  
.info {
  margin-top: 10px;
  font-size: 20px;
  display: inline-block;
}

/* #container {
  position: relative;
  bottom: 150px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: auto;
  margin: 20% auto -5% auto;
} */
  
  
.nav-link {
  color: white;
}


.nav-item, .nav-link {
  margin-left: 40px;
}
  
.card {
  margin: auto;
  width: 290px;
  height: 250px;
  border-radius: 40px;
  background-color: white;
  position: relative;
  border: 3px #808080 solid;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
}
  
.card:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}
  
.card-content {
  background-size: cover;
  background-position: center;
  text-align: center;
  width: 100%;
}
  
.card-title {
  background-color: grey;
  margin-top: 0px;
  font-size: 25px;
  color: white;
  position: relative;
  bottom: 3px;
  height: 35px;
}

a {
  color: black;
  text-decoration: none;
}

#thumbUp, #thumbDown {
  height: 100px;
  margin-bottom: 5px;
}

a:hover {
  text-decoration: none;
  color: black;
}

footer{
  margin-top: 50px;
  width: 80%;
  margin: auto;
}

#footer-block {
  margin: 0px auto;
  border-top: 1px grey solid;
  text-align: center;
  color: black;
  font-size: 15px;
}

#canvasHead {
  margin-top: 10px;
  width: 60%;
  border: 2px solid #dbdbdb;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#dashboard{
  text-align: center;
}

.overallScreen {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #dbdbdb;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.class-list {
  background: none;
  border: none;
  padding: 0;
  color: #069;
}

#showcase {
  color: #314450;
  border: 2px solid #dbdbdb;
  font-family: 'Lato', sans-serif;
  margin: 0 auto;
  padding: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
}

.image{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
  border: 2px solid #161616;
}
  
hr {
  width: 98.1%;
  margin: 0px auto;
  border-top: 0px grey solid;
  text-align: center;
  font-size: 15px;
}
  
  

  