/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 5px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

code {
  font-size: 80%;
}

#footercontent {
     background-color: #e30613;
     display: flex;
     flex-wrap: wrap; 
     justify-content: space-between;
     align-items: center;
}

#footerlogo {
  padding: 15px;
  width: 200px;
}

@media screen and (max-width: 640px) {
  #footerlogo {
    display: none;
  }
}

#footertext {
color: #ffffff;
font-size: 10px;
font-weight: bold;
letter-spacing: 2px;
padding: 15px;
}

#headercontent {
     /*background-color: #e30613;*/
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
}

/*
#headercontent > * {
  border: 2px solid black;
}
*/

#headerlogo {
  width: 200px;
}

@media screen and (max-width: 640px) {
  #headerlogo {
    width: 100px;
  }
}
