@charset "UTF-8";
/* CSS Document */

html, body
{
    height: 100%;
    margin:0;
    padding:0;
	background-image: url('Images/dontletgo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	resize: both;
}

div {
    position:relative;
    height: 50%;
    width:100%;
}

.logo img{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.icons img:hover {
  opacity:0.7 !important;
  box-shadow: 0 0 0px #000000 !important;
}