#screen1 h1 {
  font-size: 56px; }
  @media (max-width: 1023px) {
    #screen1 h1 {
      font-size: 39px;
      line-height: 45px; } }

.header_image {
  margin-top: -72px; }
  @media (max-width: 1023px) {
    .header_image {
      margin: 0; width:40%; } }

#screen1 .button_holder.right_align {
  padding-top: 0;
  margin-top: -69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 1100px) {
    #screen1 .button_holder.right_align {
      margin-top: -87px; } }
  @media (max-width: 1023px) {
    #screen1 .button_holder.right_align {
      margin-top: 30px; } }

#screen1 {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/d1.jpg); }
  #screen1 .header_half:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1023px) {
      #screen1 .header_half:last-of-type {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: block; } }

#screen3 .nout_right > p {
  font-size: 24px;
  line-height: 36px; }
.footer_img{
  border-radius: 20px;
}
#screen3 {
  background: url(../img/d2.jpg) 50% 50% no-repeat;
  background-size: cover; }
  #screen3 .button_holder {
    padding-top: 60px; }
    @media (max-width: 1023px) {
      #screen3 .button_holder {
        padding-top: 0px; } }

#screen5 {
  background: url(../img/d3.jpg) 50% 50% no-repeat;
  background-size: cover; }
