/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  body {
    background-image: url("Pic9.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  .sidePage {
    background-image: none;
  }

  header {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 0.5em;
  }

  .logo {
    width: 1.5em;
    margin: 0.5em;
  }

  #fb-logo {
    left: 2.5em;
    position: absolute;
  }

  #ig-logo {
    left: 0.25em;
    position: absolute;
  }

  /*delete this when mobile menu works*/
  nav ul li a {
    color: black;
    background-color: inherit;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    font-size: 0.6em;
    text-decoration: none;
    padding: 0.75em;
    font-family: "Cabin";
  }

  #sidePageNav ul li a {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    /*text-align: right;*/
    font-size: 0.6em;
    text-decoration: none;
    padding: 0.75em;
    font-family: "Cabin";
  }

  h1 {
    text-align: center;
    font-family: "Lobster";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    margin: 0.6em;
    color: black;
  }

  h2 {
    /*same as h1, but for side pages*/
    text-align: center;
    font-family: "Lobster";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    margin: 0.6em;
    color: white;
  }

  h3 {
    color: white;
    font-family: "Cabin";
    margin-top: 3em;
    margin-bottom: 0.5em;
  }

  h4 {
    /*same as h3, but for side pages*/
    font-family: "Cabin";
    color: black;
    margin-top: 3em;
    margin-bottom: 0.5em;
  }

  p {
    font-size: 1.5em;
  }

  .hide-desktop img {
    display: none; /*hides menu lines -- delete when menu works*/
  }

  .show-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style-type: none;
  }

  /*uncomment this when menu working 
  .hide-mobile {
    display: none;
  }*/

  /*nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
  }*/

  .contactUs {
    text-align: center;
  }

  .emailUs {
    font-family: "Lobster";
    font-weight: 700;
    background-color: #e2e1dd;
    font-size: 1em;
    width: 5em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .emailUsSidePage {
    font-family: "Lobster";
    font-weight: 700;
    background-color: white;
    font-size: 1em;
    width: 5em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .phone {
    font-family: "Lobster";
    font-weight: 700;
    background-color: #e2e1dd;
    font-size: 1em;
    width: 5em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .phoneSidePage {
    font-family: "Lobster";
    font-weight: 700;
    background-color: white;
    font-size: 1em;
    width: 5em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .emailUs:hover {
    background-color: #e2b49c;
  }

  .emailUsSidePage:hover {
    background-color: gray;
  }

  .phone:hover {
    background-color: #e2b49c;
    width: 7em;
  }

  .phoneSidePage:hover {
    background-color: gray;
    width: 7em;
  }

  h6 {
    font-family: "Cabin";
    font-size: 1.4em;
  }

  h5 {
    font-family: "Cabin";
    font-size: 1em;
  }

  .picSection {
    align-content: center;
    margin-top: 2.5em;
  }

  .mainPictures {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    margin-top: 5em;
  }

  .mainPictures img {
    height: 19em;
    /* width: 19em;*/
    margin-bottom: 3em;
  }

  .mainPictures img:hover {
    transform: scale(1.5);
  }

  .soldPicsGallery {
    display: flex;
    justify-content: center;
    /*justify-content: space-between and align-items: space-between for lg desktop view*/
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 1em;
  }

  .availSamples {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
  }

  .availSamples {
    text-decoration: none;
    color: white;
  }

  .availSamples a {
    flex-grow: 1;
    flex-basis: 125px;
    max-width: 300px;
    margin: 5px;
  }

  .sidePics {
    margin-bottom: 3em;
    font-size: 1.5rem;
  }

  .masterpieceDiv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
  }

  .single {
    background-color: black;
    color: white;
    text-align: center;
    align-content: center;
    align-items: center;
  }

  .ltsiLogo {
    height: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  body {
    background-image: url("Pic9.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  .sidePage {
    background-image: none;
  }

  .single {
    /* for pics separated into their own html page--eliminate from html OR div (both Avail Pieces and Already Sold)*/
    background-color: black;
    color: white;
    text-align: center;
    align-content: center;
    align-items: center;
  }

  .logo {
    width: 2em;
    margin: 1em;
  }

  #fb-logo {
    left: 2.75em;
    position: absolute;
  }

  #ig-logo {
    left: 0.25em;
    position: absolute;
  }

  nav ul li a {
    color: black;
    background-color: inherit;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    font-size: 0.8em;
    text-decoration: none;
    padding: 0.75em;
    margin: 0.15em;
    font-family: "Cabin";
  }

  #sidePageNav ul li a {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    text-decoration: none;
    padding: 0.75em;
    font-family: "Cabin";
  }

  h1 {
    text-align: center;
    font-family: "Lobster";
    font-weight: normal;
    font-style: normal;
    font-size: 3em;
    margin: 0.6em;
    color: black;
  }

  h2 {
    text-align: center;
    font-family: "Lobster";
    font-weight: normal;
    font-style: normal;
    background-color: black;
    font-size: 3em;
    margin: 0.6em;
    color: white;
  }

  h3 {
    font-family: "Cabin";
    color: white;
    margin-top: 3em;
    margin-bottom: 0.5em;
  }

  h4 {
    font-family: "Cabin";
    color: black;
    margin-top: 3em;
    margin-bottom: 0.5em;
  }

  .hide-desktop img {
    display: none;
  }

  .show-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style-type: none;
  }

  .contactUs {
    text-align: center;
  }

  .emailUs {
    font-family: "Lobster";
    font-weight: 700;
    background-color: #e2e1dd;
    font-size: 1em;
    width: 5em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .emailUsSidePage {
    font-family: "Lobster";
    font-weight: 700;
    background-color: white;
    font-size: 1em;
    width: 5em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .phone {
    font-family: "Lobster";
    font-weight: 700;
    background-color: #e2e1dd;
    font-size: 1em;
    width: 5em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .phoneSidePage {
    font-family: "Lobster";
    font-weight: 700;
    background-color: white;
    font-size: 1em;
    width: 5em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .emailUs:hover {
    background-color: #e2b49c;
  }

  .emailUsSidePage:hover {
    background-color: gray;
  }

  .phone:hover {
    background-color: #e2b49c;
    width: 7em;
  }

  .phoneSidePage:hover {
    background-color: gray;
    width: 7em;
  }

  h6 {
    font-family: "Cabin";
    font-size: 1.6em;
  }

  h5 {
    font-family: "Cabin";
    font-size: 1.2em;
  }

  .picSection {
    align-content: center;
    margin-top: 5em;
  }

  .mainPictures {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    margin: auto 2em 2em 2em;
  }

  /*.mainPictures {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    margin-top: 5em;
  }*/

  .mainPictures a {
    flex-grow: 1;
    flex-basis: 125px;
    max-width: 300px;
    margin: 5px;
  }

  .mainPictures img {
    height: 14em;
    /*width: 14em;*/
    margin-top: 5em;
  }

  .soldPicsGallery {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    color: white;
    font-size: 1em;
    text-decoration: none;
  }

  .sidePics {
    margin: 0 1em 3em 1em;
    font-size: 1.5rem;
  }

  .masterpieceDiv {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
  }

  .ltsiLogo {
    height: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  h1 {
    font-family: "Lobster", serif;
    font-weight: normal;
    font-style: normal;
  }

  .samples {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0 4em 2em 4em;
  }

  .title {
    background-color: black;
    color: white;
    font-family: "Lobster";
    font-size: 1.5em;
    margin-top: 2em;
  }

  h6 {
    font-family: "Cabin";
    font-size: 2em;
  }

  h5 {
    font-family: "Cabin";
    font-size: 1.5em;
  }

  .picSection {
    align-content: center;
    margin-top: 5em;
  }

  .soldPicsGallery {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    color: white;
    font-size: 1em;
    text-decoration: none;
  }

  .masterpieceDiv {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
  }

  .sidePics {
    margin: 0 1em 3em 1em;
  }

  .ltsiLogo {
    height: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  body {
    background-image: url("Pic9.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  .sidePage {
    background-color: black;
    color: white;
  }

  .single {
    background-color: black;
    color: white;
    text-align: center;
    align-content: center;
    align-items: center;
  }

  header {
    display: flex;
    justify-content: space-evenly;
  }

  nav ul li a {
    color: black;
    background-color: inherit;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    font-size: 1.4em;
    text-decoration: none;
    padding: 1rem;
  }

  #sidePageNav ul li a {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    /*text-align: right;*/
    font-size: 1.4em;
    text-decoration: none;
    padding: 1rem;
    font-family: "Cabin";
  }

  nav ul li a:hover {
    background-color: inherit;
    color: orangered;
    font-size: 1.6em;
  }

  #sidePageNav ul li a:hover {
    background-color: inherit;
    color: gray;
    font-size: 1.6em;
  }

  .logo {
    width: 3em;
    position: relative;
    left: -30em;
  }

  #fb-logo {
    left: 5em;
    position: absolute;
  }

  #ig-logo {
    left: 0.25em;
    position: absolute;
  }

  h1 {
    text-align: center;
    font-family: "Lobster";
    font-size: 4em;
    color: black;
  }

  h2 {
    text-align: center;
    font-family: "Lobster";
    background-color: black;
    font-size: 4em;
    color: white;
  }

  h3 {
    font-family: "Cabin";
    color: white;
    margin-top: 3em;
    margin-bottom: 0.5em;
  }

  h4 {
    font-family: "Cabin";
    color: black;
    margin-top: 3em;
    margin-bottom: 0.5em;
  }

  .contactUs {
    text-align: center;
    font-size: 1.5em;
  }

  .emailUs {
    font-family: "Lobster";
    font-weight: 700;
    background-color: #e2e1dd;
    font-size: 1.5em;
    width: 4em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .emailUsSidePage {
    font-family: "Lobster";
    font-weight: 700;
    background-color: white;
    font-size: 1.5em;
    width: 4em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .phone {
    font-family: "Lobster";
    font-weight: 700;
    background-color: #e2e1dd;
    font-size: 1.5em;
    width: 4em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .phoneSidePage {
    font-family: "Lobster";
    font-weight: 700;
    background-color: white;
    font-size: 1.5em;
    width: 4em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .emailUs:hover {
    background-color: #e2b49c;
  }

  .emailUsSidePage:hover {
    background-color: gray;
  }

  .phone:hover {
    background-color: #e2b49c;
    font-family: "Lobster";
    font-size: 1.5em;
    text-decoration: none;
    width: 6em;
    border-radius: 2em;
    color: black;
  }

  .phoneSidePage:hover {
    background-color: gray;
    font-family: "Lobster";
    font-size: 1.5em;
    text-decoration: none;
    width: 6em;
    border-radius: 2em;
    color: black;
  }
  /* .profile items refer to Artist Profile page only */
  .profile .contactUs {
    font-size: 1.25em;
  }

  .profile .phoneSidePage {
    font-family: "Lobster";
    font-weight: 700;
    background-color: white;
    font-size: 1.5em;
    width: 4em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .profile .phoneSidePage:hover {
    background-color: gray;
    font-family: "Lobster";
    font-size: 1.5em;
    text-decoration: none;
    width: 7em;
    border-radius: 2em;
    color: black;
  }

  h6 {
    font-family: "Cabin";
    font-size: 2em;
  }

  h5 {
    font-family: "Cabin";
    font-size: 1.5em;
  }

  .title {
    background-color: black;
    color: white;
    font-family: "Lobster";
    margin-top: 2em;
  }

  /* .picSection here*/
  /* .mainPictures = .soldPicsGallery = .samples here*/
  .mainPictures {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0 5em 2em 5em;
  }

  .mainPictures a {
    flex-grow: 1;
    flex-basis: 125px;
    max-width: 300px;
    margin: 5px;
  }

  .mainPictures img {
    height: 19em;
    /*width: 19em;*/
    margin-top: 5em;
  }

  .mainPictures img:hover {
    transform: scale(1.5);
    /*overflow: hidden;*/ /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  .soldPicsGallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: space-between;
    text-decoration: none;
    color: white;
    font-size: 1.5em;
    margin: 0 3em 0 3em;
  }

  .soldPicsGallery img {
    margin-top: 5em;
  }

  .soldPicsGallery img:hover {
    transform: scale(1.5);
  }

  .masterpieceDiv img:hover {
    transform: scale(1.5);
  }

  .availSamples {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .availSamples {
    text-decoration: none;
    color: white;
  }

  .availSamples a {
    flex-grow: 1;
    flex-basis: 125px;
    max-width: 300px;
    margin: 5px;
  }

  .sidePics {
    margin-bottom: 1em;
    font-size: 2rem;
  }

  .ltsiLogo {
    height: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  body {
    background-color: black;
    background-image: url("Pic9.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  #sidePageNav ul li a {
    color: white;
    background-color: inherit;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    font-size: 1.4em;
    text-decoration: none;
    padding: 1rem;
  }

  #sidePageNav ul li a:hover {
    background-color: inherit;
    color: gray;
    font-size: 1.6em;
  }

  .single {
    background-color: black;
    color: white;
    text-align: center;
    align-content: center;
    align-items: center;
  }

  .single .logo {
    width: 3em;
    position: relative;
    left: -30em;
  }

  .hide-desktop img {
    display: none; /*hides menu lines*/
  }

  ul {
    font-family: "Cabin";
    color: black;
  }

  h1 {
    text-align: center;
    font-family: "Lobster";
    font-weight: normal;
    font-style: normal;
    font-size: 5em;
    color: black;
    margin: 0.5 auto 0 auto;
    padding: 0;
  }

  h2 {
    text-align: center;
    font-family: "Lobster";
    font-weight: normal;
    font-style: normal;
    font-size: 5em;
    margin: 0.5em;
    color: white;
  }

  h3 {
    font-family: "Cabin";
    color: white;
    margin-top: 3em;
    margin-bottom: 0.5em;
  }

  h4 {
    font-family: "Cabin";
    color: black;
    margin-top: 3em;
    margin-bottom: 0.5em;
  }

  .contactUs {
    text-align: center;
    font-size: 1.5em;
  }

  h3 {
    font-family: "Cabin";
    color: white;
    margin-top: 3em;
    margin-bottom: 0.5em;
  }

  .emailUs {
    font-family: "Lobster";
    font-weight: 700;
    /* background-color: #e2b49c; */
    background-color: #e2e1dd;
    /* background-color: #e3d605; */
    font-size: 1.5em;
    width: 4em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .emailUsSidePage {
    font-family: "Lobster";
    font-weight: 700;
    background-color: white;
    font-size: 1.5em;
    width: 4em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .phone {
    font-family: "Lobster";
    font-weight: 700;
    /* background-color: #e2b49c; */
    background-color: #e2e1dd;
    /* background-color: #e3d605; */
    font-size: 1.5em;
    width: 4em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .phoneSidePage {
    font-family: "Lobster";
    font-weight: 700;
    background-color: white;
    font-size: 1.5em;
    width: 4em;
    border-radius: 2em;
    border-style: double;
    color: black;
  }

  .phone a {
    text-decoration: none;
    color: black;
  }

  .phoneSidePage a {
    text-decoration: none;
    color: black;
  }

  .emailUs:hover {
    background-color: #e2b49c;
  }

  .emailUsSidePage:hover {
    background-color: gray;
  }

  .phone:hover {
    background-color: #e2b49c;
    font-family: "Lobster";
    font-size: 1.75em;
    text-decoration: none;
    width: 6em;
    border-radius: 2em;
    color: black;
  }

  .phoneSidePage:hover {
    background-color: gray;
    font-family: "Lobster";
    font-size: 1.75em;
    text-decoration: none;
    width: 6em;
    border-radius: 2em;
    color: black;
  }

  .mainPictures {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .mainPictures img:hover {
    transform: scale(1.5);
    /*overflow: hidden;*/ /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  .samples img {
    width: 19em;
    margin-top: 5em;
  }

  .ltsiLogo {
    height: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
