.bodydiv{
	background-color:#B6B6B6;
	background-image: url("../images/rkmc_inverse_logo.jpg");
	height: 100vh; /* You must set a specified height */
  	background-position: center;  /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size:auto; /* Resize the background image to cover the entire container */
}

.bgdiv{
	flex-grow: 1;
}

 html,
      body {
        height: 100%;
        display: flex;
        flex-direction: column;
      }
      body > * {
        flex-shrink: 0;
      }

Footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f0122D;
  color: white;
  text-align: center;
}

.nav{
	background-color: #C7C2C2
}

.fa-facebook-official{
	color: white;
}

.fa-envelope-square{
	color: white;
}

.logo{
	color: #f0122D;
}

.p4 {
	background-color:rgba(192,192,192,0.3);
}

.error{
	color: red;
	font-size: 8px;
}

img {
  height: auto;
  max-width: 100%;
}

#div1 {
    width: 100%;
    height: 100%;
}