﻿/* Place Your Custom Styles Here */

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

#teacher-image {
  background-image: url('../images/duomo.jpg');
}

#tuition-image {
  background-image: url('../images/lamp.jpg');
}

#translation-image {
  background-image: url('../images/masks.jpg');
}

#enquiry-image {
  background-image: url('../images/street.jpg');
}

@media screen and (max-height:767px) {
  #teacher-photo {
    max-width: 170px;
  }
}