@import url("https://fonts.googleapis.com/css?family=Kanit");
@import url("https://fonts.googleapis.com/css?family=Chonburi");
@import url("https://fonts.googleapis.com/css?family=Chonburi|Monoton");
@import url("https://fonts.googleapis.com/css?family=Dancing+Script");
body .mainContainer {
  display: flex;
  background: linear-gradient(0deg, #4caf50 65%, #115e3b); }
  body .mainContainer .box1 {
    flex: 2; }
    body .mainContainer .box1 #map2 {
      height: 500px; }
  body .mainContainer .box2 {
    flex: 1;
    display: flex; }
    body .mainContainer .box2 img {
      width: 95%;
      align-self: center;
      margin: 0 auto; }
  body .mainContainer .box3 {
    flex: 1;
    align-self: center; }
    body .mainContainer .box3 ul {
      padding: 10px;
      margin: 0;
      list-style: none;
      display: flex;
      flex-direction: column; }
      body .mainContainer .box3 ul li {
        font-size: 20px;
        color: seashell;
        text-shadow: 2px 2px 8px #819382; }
        body .mainContainer .box3 ul li img {
          width: 150px;
          background-color: aliceblue;
          padding: 10px; }

@media only screen and (max-width: 600px) {
  body .mainContainer .box2 {
    flex: 0; }
  body .mainContainer .box3 ul li {
    font-size: 13px; } }

/*# sourceMappingURL=contactStyle.css.map */
