.outlineButton:hover {
  border-color: #3E64FF;
  background-color: #3E64FF;
  color: white;
}

.outlineButton {
  /*border-color: #666;*/
  background-color: #f5f5f5;
  color: #666;
}

.projectNav {
  padding: 16px;
  padding-bottom: 8px;
  /*background-color: #fff;*/
  opacity: 0.90;
  padding: 8px 0px;
}

.byronssy {
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(163,177,198,0.80);
}

.hollowTxt {
  padding: 16px 0px;
  font-family: Helvetica-Bold;
  color: #FFFFFF;
  font: bold 25px;
  background-color: #b2b2b2;
  color: transparent;
  text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
  -moz-background-clip: text;
  background-clip: text;
}

.card-pill2 {
  border-radius: 40px;
  background-color: #f5f5f5;
  padding: 8px 16px;
  background: #EAEAEA;
  box-shadow: inset -3px -3px 3px 0 rgba(255,255,255,0.50), inset 3px 3px 3px 0 rgba(174,174,192,0.40);
  color: #666666;
  margin-top: 8px;
  margin-right: 8px;
}

.card-pill {
  border-radius: 40px;
  background-color: #f5f5f5;
  padding: 8px 16px;
  background: #EAEAEA;
  box-shadow: inset -3px -3px 3px 0 rgba(255,255,255,0.50), inset 3px 3px 3px 0 rgba(174,174,192,0.40);
  color: #666666;
  margin-top: 8px;
  margin-right: 8px;
}

.prjCardTitle {
  font-size: 28px;
  /*color: #000000;*/
  letter-spacing: 0;
}

.cardStyle:hover {
  border-radius: 8px;
  transform: scale(1.02);
  box-shadow: -3px -3px 4px 0 rgba(255,255,255,0.50), 3px 3px 4px 0 rgba(174,174,192,0.40);
  border-radius: 4px;
  background-color: rgba(245,245,245,0.30);
  transition: 0.3s ease all;
}

.max {
  max-width: 1200px;
  padding: 0px;
}

bbcTex {
}

.bbcText {
  opacity: 0.8;
  font-family: Helvetica;
  font-size: 21px;
  color: #FFFFFF;
  text-align: center;
}

.bbcTitle {
  font-family: Helvetica-Bold;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
}

.tabOff {
  padding: 8px 16px;
  font-size: 18px;
  color: white;
  text-align: center;
}

.txt {
  font-size: 16px;
  padding-top: 8px;
}

.storyboard {
  color: black;
  /*padding: 24px 16px;*/
  border-radius: 8px;
  min-width: 22%;
  /*max-width: 300px;*/
  height: 100%;
}

.progress-barr {
  height: 8px;
  background: #3E64FF;
  width: 0%;
}

.progress-container {
  width: 100%;
  height: 4px;
  background: rgba(225,225,225,0.3);
  position: fixed;
  z-index: 100;
  top: 0px;
}

.postgraduate {
  color: white;
  background-color: rgba(51,51,51,0.9);
}

.card-pill {
  box-shadow: -3px -3px 4px 0 rgba(255,255,255,0.50), 3px 3px 4px 0 rgba(174,174,192,0.40);
  border-radius: 4px;
  color: #666;
  background-color: #f5f5f5;
  padding: 8px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.postgraduate {
  color: white;
  background-color: rgba(51,51,51,0.9);
}

.footer-basic {
  padding: 40px 0;
  background-color: #ffffff;
  color: #4b4c4d;
}

.outlineTxt {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  color: white;
}

.outlineButton-blue {
  color: #3476ff;
  border-color: #3476ff;
}

.surveySynthesis {
  color: black;
  padding: 24px 16px;
  border-radius: 8px;
  min-width: 40%;
  max-width: 300px;
  height: 100%;
}

img {
  width: 100%;
}

.cavas_1 {
  padding: 12px;
  background-color: rgb(113,191,224);
}

.cavas_2 {
  padding: 12px;
  background-color: rgb(197,238,255);
}

.outlineButton-white {
  border-color: #ffffff;
  color: white;
}

.outlineButton-white:hover {
  border-color: #ffffff;
  color: white;
  background-color: rgba(255,255,255,0.20);
}

.prjSpecu:hover {
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-color: #b2b2b2;
  margin: 0px 8px;
  text-decoration: none;
  /*margin-top: 8px;*/
}

.prjSpecu {
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-color: #b2b2b2;
  margin: 0px 8px;
  text-decoration: none;
}

