/*!
 * v1.0
 * Copyright 2023 The Art of Tom Shannon, LLC. */

/*============== Table of Contents ===========================
    
    ===== Structure =====

      # Global
      # Splash
      # Artwork Sample
      # colors


/*  =============================================================
    # Global
================================================================= */
body {
  min-height: 75rem;
  padding-top: 6rem;
  padding-bottom: 5rem;
}

h2 {
  margin: 0;
  padding: 0;
}

a:hover img {
  opacity: 0.8;
}

.global-nav {
  margin-left: 5%;
}

/* LG - Large desktops and laptops */
@media (min-width: 1200px) {}

/* MD - Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {}

/* SM - Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {}

/* XS/SM - Landscape phones and portrait tablets */
@media (max-width: 767px) {
  body {
    padding-top: 6rem;
  }
}

/* XS - Landscape phones and smaller */
@media (max-width: 480px) {
  body {
    padding-top: 5rem;
  }
}

/*  =============================================================
    # Splash
================================================================= */

.artwork-description {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.artwork-description li:first-child {
  font-weight: bold;
}

.artwork-description li:last-child {
  font-style: italic;
  color: #000000;
}

.InPrint-Logo {
  width: 20%;
}

/* LG - Large desktops and laptops */
@media (min-width: 1200px) {}

/* MD - Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {}

/* SM - Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .InPrint-Logo {
    width: 20%;
  }
}

/* XS/SM - Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .InPrint-Logo {
    width: 30%;
  }
}

/* XS - Landscape phones and smaller */
@media (max-width: 480px) {}

/*  =============================================================
    # Artwork Sample
================================================================= */

.artwork-description-sample {
  list-style: none;
  margin: 0;
  padding: 0;
}

.artwork-description-sample li:first-child {
  font-weight: bold;
}

.artwork-description-sample :nth-child(3) {
  font-style: italic;
}

.artwork-description-sample :nth-child(11) {
  font-style: italic;
  color: red;
}

.modal-header {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 15px;
}

.modal-content {
  width: 140%;
  margin-left: -10%;
  border-radius: 0;
}

.signature {
  width: 20%;
  float: right;
}

/* LG - Large desktops and laptops */
@media (min-width: 1200px) {}

/* MD - Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {}

/* SM - Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {}

/* XS/SM - Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .signature {
    width: 30%;
    float: right;
  }
}

/* XS - Landscape phones and smaller */
@media (max-width: 480px) {}

/*  =============================================================
    # colors
================================================================= */

.white {
  color: #ffffff;
}

/*  =============================================================
    # Media Queries Reference
================================================================= */

/* LG - Large desktops and laptops */
@media (min-width: 1200px) {}

/* MD - Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {}

/* SM - Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {}

/* XS/SM - Landscape phones and portrait tablets */
@media (max-width: 767px) {}

/* XS - Landscape phones and smaller */
@media (max-width: 480px) {}