.nav-item {
  margin: 0 1% 0 1%;
}

.nav-item:hover a {
  color: #7D0F24 !important;
}

.nav-item:hover i {
  color: #7D0F24 !important;
}

#navitemLast:hover i {
  color: #022859 !important;
}

#Phonelink:hover i {
  color: #7d0f24 !important;
}

#Calendarlink:hover i {
  color: #7d0f24 !important;
}

body {
  color: #022859 !important;
}

iframe {
  height: 100%;
  width: 100%;
  border-radius: 40px 0 0 40px;
}

.FooterLink:hover {
  color: #dbe5ea!important;
}

.RDVLink:hover {
  color: #7d0f24 !important;
}

@media (max-width: 991px) {
  .PictureServices {
    /*display: none;*/
  }
}

@media (max-width: 989px) {
  #navitemLast {
    padding: 0 10px;
    width: 100%;
  }
}

