/*LOGO IMAGE*****************/
#logo {
	height:200px;
	width:63px;
	margin-left: -50px;
        margin-top: 10px;
}

@media (max-width: 720px) {
  #logo {
      margin-left: 10px;
      margin-top: -200px;
      height: 350px;
      width: 100px;
      
  }

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
      .alcud {
              display: none; 
}
}
