/* iPad Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.home-title {
		width: 100%;
		padding: 100px 0px 340px 150px;
	}
	.wrw-content {
		width: 81%;
	}
  .joinus button {
    width: 40%;
  }
  .job-desc {
    padding-left: 5%;
    padding-right: 5%;
}
}
/* iPad Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .home-title {
    width: 65%;
    padding: 55px 0px 112px 150px;
}
.wrw-content {
  width: 60%;
}
.employee {
    width: 215px;
}
}

/* ----------- iPhone ----------- */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #logo{
      width: 160px;
    }
    #careers {
    left: 80px;
}
#team {
    right: 85px;
}
.job-title {
    padding-left: 5%;
    font-size: 15px;
    font-weight: bold;
}
.home-title {
    width: auto;
    padding: 0px 0px 100px 0px;

}
.view h1 {
    font-size: 38px;
  }
  .wrw-content {
    width: 95%;
    font-size: 16px;
    }
    .joinus button {
    width: 70%;
  }
  .address p {
    font-size: 16px;
  }
}
