/* Switching out AllHands logo in AH theme footer */

.footer-logo a img {
    /*content: url(Assets/images/allhandswhite.png);*/
    content: url(Images/WARCOM_Logo_200px.png);
    height: auto;
    max-width: 100%;
    /*visibility: hidden;*/
}

img {
    vertical-align: middle;
    border-style: none;
}
img {
    max-height: 100%;
    max-width: 100%;
}

/* ----BREAK---*/

/* Trying to hide All Hands Magazine disclaimer */ 

.footer-below .container {
     display: none;
}

/*----BREAK----*/
/*Switch out Americas Navy logo in banner of NavyTheme2*/

#app .header .menu-grad-bg .logo-element {
  /*background: url('/Portals/_default/Skins/NavyTheme2/Resources/img/WhiteRegisteredTradeMake.png');*/
  background: url(Images/WARCOM_Logo_200px.png);
  background-repeat: no-repeat !important;
  max-width: 100%;
  background-size: 192px 62px !important;
  position: relative;
  height: 100%;
  width: 192px;
  display: inline-block;
  outline: 1px solid rgba(255, 255, 255, 0);
}

/*----BREAK----*/
/*Remove the NavyTheme2 main footer*/

.footer-main {
  display: none;
}