body {
   background-image: url(/images/background2.png);
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   background-color: #000000;
}

@media (min-width: 992px) and (max-width: 1199px) {
      .bgimg {
        background-image: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
          .bgimg {
        background-image: none;
    }
}


@media (max-width: 767px) {
          .bgimg {
        background-image: none;
    }
}

@media (max-width: 480px) {
          .bgimg {
        background-image: none;
    }
}	

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
}
	 
div.iconwrap {
    width:100%;
    text-align:center;
}
div.icon {
       display:inline-block;
	   height: 128px;
	   width: 128px;
	   padding: 0px 0px 0px 0px 0px;
		}

h1 {
	color: WHITE;
	text-shadow: 2px 2px 4px #000000;
	text-align: center;
	font-family: verdana;
	font-size: 200%
	}

h2 {
	color: WHITE;
	text-shadow: 2px 2px 4px #000000;
	text-align: center;
	font-family: verdana;
	font-size: 75%
	
	}
