@import url(http://fonts.googleapis.com/css?family=Playfair+Display);
/* \\\\\\\\\\\\\\\\\    DEMO CODE   ///////////////////////////////// */

.modal p {
  font-size: 14px;
  text-align: left;
  margin: 10px 0 0;
}
.modal p:hover {
  cursor: pointer;
}



/* \\\\\\\\\\\\\\\\\    END DEMO CODE   ///////////////////////////////// */
/* \\\\\\\\\\\\\\\\\    MODAL CODE   ///////////////////////////////// */
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal {
  display: none;
  background: #fff;
  padding: 0;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: auto;
  height: auto;
}

.modaltwo {
  display: none;
  background: #fff;
  padding: 0;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  width: auto;
  height: auto;
}


/* \\\\\\\\\\\\\\\\\    END MODAL CODE   ///////////////////////////////// */
