@charset "utf-8";

/* CSS Document */

.imgStyle {
  border: 1px solid #f90;
  border-radius: 4px;
  padding: 4px;

}
.imgIcon {
  max-width:100%;
  height:auto;
  padding-right: 1%;
}

/* Background Image */
.bg-mission {
  background-image: url("../images/img_mission.jpg");
  background-color: #cccccc;
  height: auto;
  padding:2.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color:#FFFFFF;
}



@media screen and (max-width: 1024px) {

}

