.fixed {
position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 50px;
  background:#0059B7;
}


.logo1 {
  height: 30%;
  width: auto;
  position: absolute;
  top: 30%;

}

.large-window1{
background-image: url(../resources/headerbckgnd.jpg);
height:275px;
background-size: cover; }




.minfo1 {
	 margin-top: 10px; 
  	width: 700px;
  	height:800px;
  	color:#0059B7;
    padding: 10px 10px 0;
    background:white;
    display:none; }
	
.info1 {
  margin-top: 100px; }
  .info1 .info-1 {
  	width: 150px;
  	height:275px;
  	color:black;
    border: 1px solid #e1e1e1;
    padding: 10px 10px 0;
    background: white;
    position: relative; }
  .info1 .info-1 {
    transform: translate(100px, 20px); }
  .info1 .info-1a {
  	background: #0059B7;
   width:540px;
 }
  
.info2 {
  margin-top: 100px; }
  .info2 .info-2 {
  	width: 150px;
  	height:275px;
  	color:black;
    border: 1px solid #e1e1e1;
    padding: 10px 10px 0;
    background: white;
    position: relative; }
  .info21 .info-2 {
    transform: translate(100px, 20px); }
  .info2 .info-2a {
  	background: #0059B7;
   width:540px;
 }

.info3 {
  margin-top: 100px; }
  .info3 .info-3 {
  	width: 150px;
  	height:275px;
  	color:black;
    border: 1px solid #e1e1e1;
    padding: 10px 10px 0;
    background: white;
    position: relative; }
  .info3 .info-3 {
    transform: translate(100px, 20px); }
  .info3 .info-3a {
  	background: #0059B7;
   width:540px;
 }
 
 .info4 {
  margin-top: 100px; }
  .info4 .info-4 {
  	width: 150px;
  	height:275px;
  	color:black;
    border: 1px solid #e1e1e1;
    padding: 10px 10px 0;
    background: white;
    position: relative; }
  .info4 .info-4 {
    transform: translate(100px, 20px); }
  .info4 .info-4a {
  	background: #0059B7;
   width:540px;
 }

footer {
  background: black;
  color: white;
  padding: 40px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1; }
  footer .footer-stuff {
    max-width: 640px;
    margin: 0 auto; }
  footer a {
    color: white; }
  footer input {
    color: #666; }
    