/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 680px) {
/* Styles */

body, html {
    width: 100%;
    height: 100%;
    font-family: 'AvenirNext-DemiBold';
    font-size: 22px;
    color: black;
    margin: 0 auto;
    display: block;
    text-align: center;
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
flex: 50%;
  }
 
div {
    margin: 10px;
    float: none;
    width: 320px;
    height: auto;
    align-content: center;
}



}


@media only screen 
and (min-device-width :681px) 
 {
/* Styles */


body, html {
    width: 100%;
    height: 100%;
    font-family: 'AvenirNext-DemiBold';
    font-size: 22px;
    color: black;
    margin: 0 auto;
    display: block;
    text-align: center;
    background-color: white;
  }

.container {
    width: 100%;
    height:auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.container2 {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    div {
        width: 100%;
        height: 400px;
    }

    #keylimeimg {
        width: auto;
        height: auto;
    }

}



#pierlogo {
    height: auto;
    display: inline-block;
    text-align: center;
}
  /* .container {
      width: 100%;
      height:auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
  } */

 

  img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}




#pier {
    font-weight: 1000;
    font-size: xx-large;
    
}

#srimg {
    /* width: 85%; */
    height: 85%;
}

/* .container2 {
    width: 100%;
    height:auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
} */


#pier {
    color: white;
    background-color: black;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 44px;
}