body {
 padding-top: 5rem; /* should be 5rem */
  height: 980px; /* You must set a specified height 960px */
  background-image: url("../images/Portal.png");
  background-position: bottom left; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-color: #cccccc;
}

/*
h1 {
  color: #e14444;
  text-shadow:#000 2px 2px 3px;
}
*/

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #e14444;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}


#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footer a:link { color: #e14444; }
#footer a:visited { color: #e14444; }
#footer a:hover { color: #e14444; }
#footer a:active { color: #e14444; }
