* {

  font-family: myriad-pro-condensed, sans-serif;

  font-weight: 700;

  font-style: normal;
  font-size: 1.2rem;
}

a {

  color: #FFF;
}

a.school2 {

  color:#29589e;
}

a:hover {

  color: rgba(218, 223, 225, 1);
  text-decoration: none;
}

a.school2:hover {

  color: #000;
  text-decoration: none;

}
.card.mb-5 .content-overlay {
  background: rgba(218, 223, 225, 0.4);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.card.mb-5:hover .content-overlay{
  opacity: 1;
}

#flowers_l, #flowers_r {

  background: #000;
}

#flowers_l {
  background: #000 url(../img/flowers_l2.jpg) left bottom no-repeat;
  z-index: 1;
  background-attachment: fixed;
}

#flowers_r {
  background: #000 url(../img/flowers_r2.jpg) right bottom no-repeat;
  z-index: 1;
  background-attachment: fixed;
}

#main_logo {

  width:95%;
  margin-left:5%;
}

@media (max-width: 768px) {

  #main_logo {

    width:70%;
    margin-left:14%;
  }

  #separate {

    display: none;
  }
}
