.bg-primary {
  background-color: rgba(199,199,200,0.6)!important;
}
.bg-blue{
background-color: #0541db!important;
}
#mainNav {
  border-bottom: 1px solid rgba(199,199,200,0.6);
  background-color: rgba(199,199,200,0.6);
  transition: all .2s;
}


body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: left;
  background-color: rgba(199,199,200,0.6);
}

.text-faded {
  color: rgb(2,2,2);
}
.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: #0541db;
  transition: all .2s;
}

:root {
    
  -blue: #007bff;
  -indigo: #6610f2;
  -purple: #6f42c1;
  -pink: #e83e8c;
  -red: #dc3545;
  -orange: #fd7e14;
  -yellow: #ffc107;
  -green: #28a745;
  teal: #20c997;
  cyan: #17a2b8;
  white: #fff;
  gray: #868e96;
  gray-dark: #343a40;
  primary: #0541db; 
  secondary: rgba(199,199,200,0.6);
  blue: #0541db;
  info: #17a2b8;
  warning: #ffc107;
  danger: rgba(199,199,200,0.6);
  light: #f8f9fa;
  dark: #343a40;
  breakpoint-xs: 0;
  breakpoint-sm: 576px;
  breakpoint-md: 768px;
  breakpoint-lg: 992px;
  breakpoint-xl: 1200px;
  font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  -font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

