.body {
  background-color:  #363636;
}


.navbar-brand {
  margin-left: 2%;
  text-align: center;
  background-position: center;
}

.navbar ul li a {
  display: block;
  padding: 0.7rem 1rem;
  transition: all 0.4s linear;
}

.navbar ul li a:hover {
  color: #3b6586c5;
}

img {
  max-width: 100%;
  max-height:100%;
  background-position: center;
  background-size: cover;
}
  
@media (min-width: 768px) {
   
}

#footer {
  background-color: #202020; background-position: center;}

	#footer .footer-widgets {
    padding: 30px 0;
  }

		#footer .footer-widgets.alt {
      border-top: 5px solid #d6d1d1;
    }

		#footer .footer-widgets a {
      color: #fff;
    }

			#footer .footer-widgets a:hover {
        color: #2a5ca7;
      }

		#footer .footer-widgets .widget .widget-title {
			margin-bottom: 5px;
			padding-bottom: 5px;
			border-bottom: 1px solid #727171;
			text-transform: uppercase;
			font-weight: 700;
			color: rgb(231, 226, 226);
		 }