
  body {font-family: "Lato", sans-serif;
  padding: 20px;}
    

  .horz {
    max-width: 450px;
    height: 280px;
    margin:10px;
    cursor:pointer;
  }

  @media(max-width:600px){
  .horz {
    max-width: 100%;
    height: auto;
    margin: 5px;
    
  }
} 
 .vert {
    max-width: 200px;
    height: 280px;
    margin:10px;
    cursor:pointer;
  }

@media(max-width:600px){
  .vert {
    max-width: 100%;
    height: auto;
    margin: 5px;
    
  }
} 


  #searchbox{
    height: 100%; 
    width: 65%;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
  }

  #searchboxSmall{
   height: 100%; 
    width: 100%;
    margin-top: 10px;
    
    padding-right: 5px;
    float: left;
  } 

  #searchboxSmall input{
   width:80%;
  } 
  

 
  .fail {
    text-align: center;
    color: gray;
    min-width: 40%;
  }

  .modalImg {  
    max-width: 100%;
    max-height: 100%;
    

   
  }

  .modVert {
    min-width: 100%;
    margin: 20px auto 20px auto;
    }

  .modHorz {
    max-width: 90%;
    margin: 20px auto 20px auto;  
  }


  .container {
  display: flex;
  justify-content: flex-end; /* All items move right */
}

#close {
  width: 35px;
  box-sizing: border-box;
  max-height: 35px;
  margin-top: 3px;
  font-weight: bold;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: white;
  background-color: black;
  cursor:pointer;
  
}






#mkImage {
  
  box-sizing: border-box;
  max-height: 35px;
  margin-right: 5px;
  margin-top: 3px;
  font-weight: bold;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: white;
  background-color: black;
  cursor:pointer;
  
}

#notes {
  border: 5px double #000000;
/*border-radius: 6px;
padding: 10px;*/
font-family: "Baumans", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

h3{
  font-family: "Oregano";
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 2em;
}


