@media only screen and (max-width: 485px) {
  .homegrid {
	display: block !important;
	width: 100%;
  }
  .homeblock {
      display: block !important;
      width: 100%;
  }
}
h1, h2 {
  font-family: "Segoe Print";
}
header, #icons {
  display: flex;
  flex-direction: row;
}
header, footer {
  background-color: lightblue;
}
span,p,li,tr,td {
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
  /*font-family: "Tempus Sans ITC";*/
}
#i {
  color: white;
  padding-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
#icons {
  margin-left: auto;
  text-align: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
}
#login {
  margin: auto;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  height: 25rem;
  background-image: url("https://images.pexels.com/photos/218863/pexels-photo-218863.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  color: white;
}
#content{
    padding: 20px;
    padding-left: 40px;
}
input, button {
  color: #3cb1db;
}
footer {
    position: sticky;
    position: -webkit-sticky; /* Safari */
    left: 0;
    bottom: 0;
    width: 100%;
}
footer img {
    margin-left: auto;
    margin-right: auto;
}
#showcase-con{
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
#showcase{
    display: flex;
    flex-direction: row;
}
#editor-content{
    display: flex;
    flex-direction:row;
}
#col{
    border: 1px solid black;
    width: 50%;
    padding: 10px;
}