* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.root {
  position: relative;
}

.Home-container {
  display: none;
  position: absolute;
  width: 90vw;
  height: 90vh;
  background-color: crimson;
  border-radius: 3px;
  z-index: 1;
}

.close {
  display: inline-block;
  padding: 5px;
  margin-left: 90%;
}

.intro {
  margin-left: 25%;
  padding-right: 100px;
}

.intro h1 {
  font-weight: bolder;
  letter-spacing: 2px;
}

.intro p {
  font-weight: 200;
  margin-top: 20px;
  font-size: 48px;
  letter-spacing: 1px;
}

.home-footer {
  margin: 10% 25%;
}

button {
  border: 1px solid black;
  padding: 10px 10px;
  background: none;
  border-radius: 3px;
  margin: 10px 0px;
  cursor: pointer;
}

.addTextbtn {
  padding: 10px 50px;
  background-color: #ff032b;
  border: none;
  -webkit-box-shadow: 0px 2px 2px 0px black;
          box-shadow: 0px 2px 2px 0px black;
  font-weight: bold;
}

.addTextbtn:hover {
  background-color: crimson;
}

@media screen and (max-width: 600px) {
  .addTextbtn {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.colorbtn {
  padding: 10px 30px;
}

.btn-container {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.downloadbtn {
  background-color: #a668a6;
  -webkit-box-shadow: 0px 2px 2px 0px black;
          box-shadow: 0px 2px 2px 0px black;
  font-weight: bold;
}

.downloadbtn:hover {
  background-color: #c398c3;
}

@media screen and (max-width: 600px) {
  .downloadbtn {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .column {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .btn-container {
    width: 90%;
  }
  .colorbtn {
    padding: 10px 10px;
  }
}

.Edit-container {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  .Edit-container {
    width: 90%;
    margin: 0;
  }
}

.container {
  width: 60%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid black;
  position: relative;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  .container {
    width: 100%;
  }
}

#container-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.black-box {
  display: none;
  width: 100%;
  height: 50px;
  background-color: black;
}

.dragdiv {
  position: absolute;
  top: 40px;
  left: 50px;
  text-align: center;
  padding-bottom: 10px;
}

textarea {
  border: none;
  background: none;
  height: 50px;
  font-weight: bold;
  text-align: center;
  min-height: 50px;
}

.dragdiv {
  display: inline-block;
  cursor: move;
}

.dragdiv:hover {
  border: 1px solid #3466ff;
}

@media screen and (max-width: 600px) {
  .container {
    width: 90%;
    height: auto;
  }
}

.Image-container {
  background-color: darkgrey;
}

.Image-container h1 {
  font-size: 42px;
  font-weight: 200;
  text-align: center;
  padding: 5% 0;
}

@media screen and (max-width: 600px) {
  .Image-container h1 {
    font-size: 32px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}

.column {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.column img :hover {
  border: 1px solid blue;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .column {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
  .column img {
    margin: 10px auto;
  }
}

.Edit-tools {
  background-color: #282828;
  color: #ffffff;
  -webkit-text-emphasis: 60%;
          text-emphasis: 60%;
  width: 30%;
  border-radius: 10px;
  padding: 10px;
}

.Edit-tools div {
  padding: 10px 0px;
  border-bottom: 0.5px solid rgba(245, 243, 243, 0.233);
}

.Edit-tools button {
  border: none;
  background-color: #ffffff8f;
  margin: 0;
  width: 20%;
}

.Edit-tools button:hover {
  background-color: #ddd;
}

@media screen and (max-width: 600px) {
  .Edit-tools {
    width: 90%;
  }
  .Edit-tools button {
    font-size: 16px;
  }
}

.edit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  margin: 0 !important;
  padding: 0 !important;
}

.edit-title div {
  padding: 0px !important;
}

.tools {
  border: none !important;
  padding: 0 !important;
}

.change-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.change-font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.change-font .none-text {
  font-size: 12px;
  font-weight: bolder;
}

.change-font .white-text {
  font-size: 12px;
  font-weight: bolder;
  color: white;
  -webkit-text-stroke: 1px black;
}

.change-font .black-text {
  font-size: 12px;
  font-weight: bolder;
  color: black;
  -webkit-text-stroke: 1px white;
}

.template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none !important;
}

.templates {
  width: 90%;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5%;
  border: none !important;
  cursor: pointer;
}

.templates span {
  padding: 5px 0px;
}

@media screen and (max-width: 600px) {
  .templates span {
    padding: 5px;
  }
}

.reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25% !important;
}

.brand {
  width: 100%;
  margin: auto;
  padding: 10px;
  border-bottom: 1px solid crimson;
  color: #ff032b;
  letter-spacing: 2px;
  cursor: pointer;
}

.brand h2 {
  font-weight: 100;
  margin-left: 5%;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.Home-menu {
  display: inline-block;
  padding: 20px 20px 0px 20px;
}

.footer {
  text-align: center;
  padding: 10% 0;
}
/*# sourceMappingURL=main.css.map */