
  @font-face {
    font-family: "Fugner";
    src: url("/fonts/SokolFugner-Regular.eot");
    src: url("/fonts/SokolFugner-Regular.woff") format("woff");
  }

  @font-face {
    font-family: "Tyrs";
    src: url("/fonts/SokolTyrs-Regular.eot");
    src: url("/fonts/SokolTyrs-Regular.woff") format("woff");
  }

  body {
    font-family: 'Work Sans', sans-serif!important;
  }

  .fullpage-container {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    margin: 0;
    flex-direction: column;
  }

  .logomaker--header {
    background-color: #E40521;
    border-bottom: 5px solid #fff;
    box-shadow: 0 0 0 5px #e40521;
    padding: 1rem 2rem;
    margin-bottom: 5rem;
    font-family: "Tyrs";
    color: #fff;
    font-size: 48px; }
    .logomaker--header > .row {
      flex-direction: row-reverse; }
      .logomaker--header .logo-container {
        display: flex;
        justify-content: flex-end; }
        .logomaker--header img {
          height: 68px; }
          .logo-container > div {
            margin-left: 10px;
            display: flex;
            align-items: center;
            height: 68px;
            font-size: 30px;
            line-height: 1; }

  .logomaker--header .col {
    align-items: center;
  }

  .logomaker--content {
    margin-bottom: 5rem; }
    .logomaker--content > .row {
      flex-direction: row-reverse; }
      .logomaker--content__header > div {
        font-weight: 700;
        padding: 0 0 15px;
        border-bottom: 1px solid #E40521; }

  .logo--variant {
    margin-bottom: 30px; }
    .logo--variant > label {
      margin: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .logo--variant input {
        display: none; }
        .logo--variant__container {
          font-family: "Tyrs";
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          height: 100%;
          padding: 1rem;
          border: 1px solid #E40521;
          border-radius: 15px; }
          .logo--variant input:checked + .logo--variant__container {
            box-shadow: 0 0 0 2px #E40521; }
            .logo--variant__container img {
              margin-right: .5rem;
              width: 25%; }
              .logo--variant__container > div {
                line-height: 1.1; }
                .logo--variant__container > div > div {
                  clear: both;
                  font-family: 'Work Sans', sans-serif!important;
                  font-weight: 600;
                  font-size: 9px; }

  .form-group.rows {
    display: none; }
    .form-group.rows.active {
      display: block; }
      .form-group.rows > label {
        width: 100%; }
        .form-group.rows > label > div {
          font-size: 80%;
          float: right; }

  .btn-theme {
    font-weight: 500!important;
    color: #fff!important;
    background-color: #E40521!important;
    border-color: #E40521!important; }
    .btn-theme.disabled {
      cursor: no-drop!important; }
      .btn-theme.btn-outline {
        background-color: transparent!important;
        color: #E40521!important; }

  #horizontal svg,
  #vertical svg {
    width: 100%!important;
    height: auto!important;
  }

  .loader {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn-group-row {
    display: flex;
    justify-content: space-between;
  }

  .loadingoverlay {
    font-size: 22px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(228, 5, 33, .9);
    color: #fff;
    display: none; }
    .loadingoverlay.active {
      z-index: 9999;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }

@media (max-width: 767px) {
  .title-container {
    line-height: 1;
  }
}

@media (max-width: 575px) {
  .logomaker--header .logo-container {
    justify-content: center;
    margin-bottom: 2rem;
  }
}








  .divider {
    display: block;
    width: 100%!important;
    height: 50px;
  }

  #testModal .container {
    width: 600px;
    height: 600px;
    border: 1px solid #000;
    margin: 50px auto;
    display: block;
    padding: 0!important;
  }

  #testModal .vertical-logo {
    width: 150px;
    height: 150px;
    display: block;
    clear: both;
    margin-top: 0;
    /* margin-left: 225px; */
    margin-bottom: 20px;
  }

 #testModal .horizontal-logo {
   width: 150px;
   height: 150px;
   display: inline-block;
   margin-right: 20px;
  }

  #testModal .vertical-text {
    font-size: 96px;
    color: #000;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
