.jumbotron{
  background-color: #5E5BA6;
  padding: 2rem 0rem;
  margin-bottom: 0rem;
  margin-top: 2rem;
}

#navbrand{
  visibility: collapse;
  color: #bfbfbf;
}

#title{
  color: #bfbfbf;
  font-family: Sofia;
  /* font-family: Apple Chancery; */
}

@media screen and (min-width: 386px) {
  #title {
    font-size: 40px;
  }

  #navbrand{
    visibility: visible;
  }
}

@media screen and (max-width: 385px) {
   #title {
    font-size: 32px;
  }

  #navbrand{
    visibility: collapse;
  }
}

.img-responsive {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.img-responsive:hover {
  opacity: 0.7;
}

.modal-header{
  background-color: #5E5BA6;
  color: #bfbfbf; 
}

.modal-title {
  font-family: Sofia;
}

.modal-body{
  background-color: #bfbfbf;
}

.modal-footer{
  background-color: #5E5BA6;
}

#mailText{
  color: #bfbfbf;
}

#mailTextNew{
  color: #bfbfbf;
}

footer {
  background-color: #5E5BA6;
  color: #bfbfbf;
  padding: 25px;
}

.footerLink:link {
  color: #bfbfbf;
  text-decoration: none;
}

.footerLink:visited{
  color: #bfbfbf;
  text-decoration: none;
}

.footerLink:hover {
  color: #bfbfbf;
  text-decoration: none;
}

.footerLink:active {
  color: #bfbfbf;
  text-decoration: none;
}

.link:link {
  color: #212529;
}

.link:visited{
  color: #212529;
}

.link:hover {
  color: #212529;
}

.link:active {
  color: #212529;
}

.newImage {
  position: absolute;
  top: 0;
  margin: 5px;
  background-color: #bfbfbf;
  padding: 4px;
  border-radius: 10px;
  font-size: 14px;
  color: #5E5BA6;
  font-style: italic;
  }
