body::before {
  content: "";
   background: url(./r-15bg.jpg) no-repeat center bottom;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

body {

  z-index: -1;
  margin: 0px 25px 450px 20px !important;
  text-align:center;
  background-color:#002337;
}


p{text-align:center;}


a.overwhite{
    background-color:#061c27;
    display:inline-block;
}


.resizeimage img { 
height: 75vh; 
width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}


.resizeimage:hover img:nth-of-type(2) {
	opacity: 0;
}

.resizeimage2 img { 
max-height:5vh; 
width: auto;
}