@import url("header-footer.css");

html * {
  line-height: normal;
  font-family: 'Proxima Nova';
}

/* body {
  padding-top: 111px;
} */

a:not(.ecard-privacy-policy):not(.ecard-terms-of-service) {
  color: #72a0ff !important;
}

.content {
  background-color: #F8F8F8;
  padding: 64px 0;
  /* min-height: calc(100vh - 316px); */
}

#page-container {
  position: relative;
  min-height: 100vh;
  background-color: #F8F8F8;
}

#content-wrap {
  padding-bottom: 91px;
}

.subheader {
  margin-top: 20px;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  background-color: #F8F8F8;
  text-align: center;
}

.subheader > div {
  padding-top: 30px;
}
.subheader > div > div:first-child {
  font-size: 12px;
}

.subheader > div > div:nth-child(2) {
  font-size: 32px;
  font-weight: 600;
}

.card-link {
  display: block;
  height: 271px;
}

.card-link:hover {
  text-decoration: none;
}
.card-link:focus {
  text-decoration: none;
}
.card-link:visited {
  text-decoration: none;
}

.selection-box {
  position: relative;
  border-radius: 5px;
  background-color: #CC4744;
	width: 275px;
	height: 275px;
	border: 2px solid #CC4744;
}

.selection-box-title {
  color: #EBEBEB;
}

.selection-box-time, .selection-box-info, .selection-box-disclaimer, .selection-box-title {
  color: #EBEBEB;
}

.selection-box-time {
  font-size: 21px;
  font-weight: 600;
}

.selection-box-title {
  font-size: 26px;
  font-weight: 700;
  padding: 20px 0;
}

.selection-box-info {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
}

.selection-box-disclaimer {
  position: absolute;
  bottom: 5px;
  width: 100%;
}

.pre-design-disclaimer {
  bottom: 20px;
}

.card-tile-col {
    padding-bottom: 25px;
}
.artwork-reorder {
    font-size:30px;
    padding-top:42px;
    padding-bottom:3px;
}

.reorder-artwork-upload {
    font-size:18px;
    padding-bottom:36px;
}

.proof-reorder-artwork {
    margin-bottom: 50px;
    font-size:16px;
}

.currency-vagaro-place {
    position:fixed;
}

.thankyou-reorder {
    padding-bottom: 20px;
}

.reorder-submit-button {
    box-sizing: content-box;
    width: 174px;
    height: 56px;
    font-size: 18px;
    color: #fff;
    background-color: #CC4744;
    border-color: #CC4744;
}

.splash-grid {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1007px;
  height: 474px;
  display: grid;
  grid-template-columns: repeat(3, 325px);
  grid-template-rows: repeat(2, 229px);
  column-gap: 16px;
  row-gap: 16px;
}

.splash-grid-item > div {
  padding: 24px 16px;
}

.splash-grid-item.active,
.splash-grid-item.hovered {
  cursor: pointer;
  border-color: #2A90D6;
  background-color: #EAF4FB;
}

.splash-item-grid {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
}

.splash-item-grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.splash-grid-item-icon {
  margin: auto;
}

.splash-grid-item-title {
  font-size: 20px;
  text-align: center;
}

.splash-grid-item-subtitle {
  text-align: center;
  font-size: 15px;
}

.splash-grid-item-button {
  text-align: center;
  place-self: end center;
}

.splash-grid-item-disclaimer {
  color: #6D6E6F;
  text-align: center;
  font-size: 15px;
}

.splash-grid-item-price-point {
  font-size: 12px;
}

.splash-grid-item-button > a > button {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  width: 220px;
  height: 35px;
}

.splash-grid-item {
  position: relative;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
}

.splash-icon {
  width: 24px;
}

.splash-shipping-disclaimer-section {
  text-align: center;
  font-size: 16px;
  padding: 24px 15px;
}

.splash-continue-button {
  margin: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 208px;
  height: 40px;
  padding: 8px 16px;
  border-width: 3px;
  border-radius: 3px;
  background: #3E8438;
  color: #FFFFFF;
  border-color: #3E8438;
}

.splash-continue-button:hover {
  background: #34692E;
}

.splash-continue-button:active {
  background: #2C5826;
  transform: scale(0.98);
}

@media screen and (min-width: 826px) and (max-width: 1235px) {
  .splash-grid {
    /* box-sizing: border-box;
    margin: 0 auto; */
    width: 666px;
    height: 719px;
    /* display: grid; */
    grid-template-columns: repeat(2, 325px);
    grid-template-rows: repeat(3, 229px);
    /* column-gap: 25px;
    row-gap: 25px; */
  }
}

@media screen and (min-width:400px)  and (max-width: 825px) {
  .splash-grid {
    /* box-sizing: border-box;
    margin: 0 auto; */
    width: 325px;
    height: 1454px;
    /* display: grid; */
    grid-template-columns: repeat(1, 325px);
    grid-template-rows: repeat(6, 229px);
    /* column-gap: 25px;
    row-gap: 25px; */
  }
}

@media screen and (max-width: 399px) {
  .splash-grid {
    width: 300px;
    height: 1349px;
    grid-template-columns: repeat(1, 300px);
    grid-template-rows: repeat(6, 211.5px);
  }

  .splash-item-grid {
    gap: 12px;
  }

  /* .splash-grid-item-title {
    font-size: 26px;
  } */
}

/*Responsive Styling*/
/****************************SM SCREEN****************************/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sm-left-box {
    float: right;
  }

  .sm-right-box {
    float: left;
  }
}

/****************************MD SCREEN****************************/
@media screen and (min-width: 992px) and (max-width: 1199px){
  .sm-left-box {
    float: right;
  }

  .sm-right-box {
    float: left;
  }
}

