.top_Landing_Container {
  width: 100%;
  height: 608px;
  /*position: relative;*/
  background: red;
  color: #ffffff;
}

.top_Landing_Image {
  width: 100%;
  height: 608px;
  position: absolute;
  /*display: inline-block;*/
  /*padding-bottom: 200px;*/
  background-image: url('../images/ps-marquee.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.top_Landing_Info {
  width: 68%;
  height: 70%;
  top: 150px;
  margin: 147px 0 0 16%;
  text-align: center;
}

@media (min-device-height: 667px) {
  .top_Landing_Info {
    width: 78%;
    height: 70%;
    margin: 247px 0 0 10%;
    text-align: center;
  }
}

.top_Landing_Title {
  font-size: 32px;
  line-height: 32px;
  font-weight: lighter;
}

.top_Landing_Text {
  margin-top: -10px;
  font-size: 16px;
  line-height: 21px;
}

@media (min-device-height: 667px) {
  .top_Landing_Text {
    margin: -17px 0 0 0;
    line-height: 19px;
  }
}

.top_Landing_Footer {
  margin-top: -10px;
  font-size: 16px;
  color: #2b9af3;
}



@media (min-device-height: 667px) {
  .top_Landing_Footer {
    margin: 10px 0 0 0;
  }
}

.top_Landing_Footer:hover {
  color: #33ccff;
  cursor: pointer;
}

.top_Landing_Author strong{
  font-size: 120%;
  font-weight: bold;
  float: right;
  margin-top: 4px;
}

.top_Landing_Author p{
  margin-top: 5px;
  font-size: 14px;
  text-align: right;
}

.top_Landing_Author p:hover {
  color: #33ccff;
  cursor: pointer;
}

.top_Photoshop_Offer_Container {
  width: 100%;
  height: 147px;
  position: absolute;
  background: #2B9AF3;
  /*display: inline-block;*/
  margin: 0 0 0 0;
}

.top_Photoshop_Offer_Upper {
  width: 100%;
  height: 97px;
}

.top_Photoshop_Offer_Upper_Image {
  width: 50%;
  height: 24px;
  margin: 8px 0 0 42%;
  background-image: url('../images/adobe_creative_cloud.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.top_Photoshop_Offer_Upper_Text {
  width: 80%;
  color: #ffffff;
  margin: 5px 0 0 10%;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.top_Photoshop_Offer_Upper_Text strong {
  font-weight: bold;
}


.top_Photoshop_Offer_Lower {
  width: 50%;
  height: 50px;
  margin: 0 0 10px 25%;
}

.top_Photoshop_Offer_Button {
  width: 140px;
  height: 30px;
  background: #2B9AF3;
  color: #ffffff;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
  cursor: pointer;
  border: white solid 1px;
  border-radius: 4px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

@media (min-device-height: 667px) {
  .top_Photoshop_Offer_Button {
    font-size: 16px;
    line-height: 17px;
    /*margin: 0 0 0 10px;*/
  }
}

.top_Photoshop_Offer_Button:hover {
  background: #ffffff;
  color: #2B9AF3;
}
