.navError{
    list-style-type: square;
    list-style: circle;
    list-style-position: inside;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
    visibility: hidden;
  top: 30%;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover a{
    visibility: visible;
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.navContent{
    list-style-type: none;
    list-style: none;
    list-style-position: none;
    float: right;
}
.linkq{
    text-decoration: none;
    color: darkgray;
}
    
.title{
    color: deepskyblue;
}

.actived{
    color: deepskyblue;
    font-weight: bold;
}

.noActive{
    font-weight: bold;
}

.addVideo{
    border: blue 1em blue;  
    border-radius: 2em;
}

.addVideo:hover{
    color:white;
}

.divider{
    position : relative;
    top : 0px;
    left : 9px;
    width : 50&#37;
    text-align : center;
    margin: 0 0 0 0;
}

.items-items-group{
    color: darkgray;
    font-size: 13px;
    font-size-adjust: auto;
}

.items-items{
    list-style-type: none;
    list-style: none;
}

.bodyImg{
    position: absolute;
    width: 100%;
    height: 100%;
}

.colored{
    background-color: rgb(32,140,204);
}

.imgNav{
    width: 70%;
    height: auto;
}

@media (min-width: 768px) {
    .imgNav{
        width: 220px;
        height: auto;
    }
}

.footImg{
    width: 7%;
    float:left;
    padding-left: 1%;
    padding-top: 1%;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    background-color: rgb(32,140,204);
}

.imgLogin{
  position: absolute;
  width:100%; 
  height:100%;
}


@media screen and (max-width: 800px) { 
  .card1 {
    width: 38rem;
  }
  .card2{
    margin: 10%;
  }
}

@media screen and (min-width: 1024px){ /* Specific to this particular image */
  .card1{
      width: 15rem;
  }
}

